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
This commit is contained in:
Zach Koopmans
2023-11-08 16:13:36 -08:00
committed by gVisor bot
parent 612e63a7c8
commit 9f6156f23a
+1 -1
View File
@@ -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"