| # Copyright 2020 Google LLC |
| # |
| # Licensed under the Apache License, Version 2.0 (the License); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an AS IS BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| steps: |
| - name: 'gcr.io/cloud-builders/gsutil' |
| entrypoint: '/bin/bash' |
| args: ["-c", "mkdir deps_dir"] |
| - name: 'gcr.io/cloud-builders/gsutil' |
| args: ["-m", "cp", "-r", "gs://cos-tools/12998.0.0/*", "deps_dir"] |
| - name: 'gcr.io/cloud-builders/gsutil' |
| args: ["-m", "cp", "gs://nvidia-drivers-us-public/tesla/418.67/NVIDIA-Linux-x86_64-418.67.run", "deps_dir"] |
| - name: 'gcr.io/cloud-builders/gcloud' |
| args: ["builds", "submit", "--config=testing/gpu_test/gpu_test.yaml", |
| "--substitutions=_DRIVER_VERSION=NVIDIA-Linux-x86_64-418.67.run,_INPUT_IMAGE=cos-dev-83-12998-0-0,_DEPS_DIR=deps_dir", |
| "."] |
| timeout: "7200s" |