Skip to content

Commit

Permalink
Change COS GPU Smoke test to a continuous test.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zkoopmans authored and gvisor-bot committed Nov 9, 2023
1 parent 612e63a commit 9f6156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f6156f

Please sign in to comment.