Remove --strace flag from Buildkite release pipeline gpu tests.

PiperOrigin-RevId: 653369635
This commit is contained in:
Anthony Cui
2024-07-17 14:54:20 -07:00
committed by gVisor bot
parent 6a506950b3
commit 262e75363b
+2 -2
View File
@@ -50,14 +50,14 @@ steps:
- <<: *common
label: ":female_supervillain: COS GPU Tests"
commands:
- make cos-gpu-all-tests RUNTIME_ARGS="--strace --debug"
- make cos-gpu-all-tests RUNTIME_ARGS="--debug"
agents:
queue: cos-canary-gpu
- <<: *common
label: ":screwdriver: GPU Tests"
commands:
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
- make gpu-all-tests RUNTIME_ARGS="--strace --debug"
- make gpu-all-tests RUNTIME_ARGS="--debug"
agents:
queue: gpu
- <<: *common