From 9f6156f23adf22e8a5930fc2c090d254ba44346d Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 8 Nov 2023 16:11:14 -0800 Subject: [PATCH] Change COS GPU Smoke test to a continuous test. The COS GPU Smoke test is expected to periodically fail due to driver changes in COS itself. Therefore, it should not block presubmits. This is being done post submit of the tests so that we ensured the tests passed as a presubmit first. PiperOrigin-RevId: 580693716 --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 0dc703bca..a2bf25917 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -178,7 +178,7 @@ steps: agents: queue: gpu - <<: *common - <<: *source_test + <<: *source_test_continuous label: ":female_supervillain: COS GPU Smoke Test" commands: - make cos-gpu-tests RUNTIME_ARGS="--strace --debug"