diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index b729e025b..030a99d92 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -190,16 +190,6 @@ steps: - make cos-gpu-all-tests agents: queue: cos-canary-gpu - - <<: *common - <<: *source_test_continuous - label: ":fish: CUDA tests" - # This is its own test rather than being part of the GPU tests, - # because it takes around 15 minutes to run. - commands: - - make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log - - make cuda-tests - agents: - queue: gpu - <<: *common <<: *source_test_continuous label: ":screwdriver: All GPU Drivers Test" diff --git a/.buildkite/release.yaml b/.buildkite/release.yaml index 6c0473ad5..e913feb68 100644 --- a/.buildkite/release.yaml +++ b/.buildkite/release.yaml @@ -67,15 +67,6 @@ steps: - make gpu-all-tests agents: queue: gpu - - <<: *common - label: ":fish: CUDA tests in compatibility-verifying mode" - # This is its own test rather than being part of the GPU tests, - # because it takes around an hour to run. - commands: - - make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log - - make cuda-tests ARGS="--cuda_verify_compatibility=true" - agents: - queue: gpu - <<: *common label: ":screwdriver: All GPU Drivers Test" commands: