mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove --strace flag from Buildkite release pipeline gpu tests.
PiperOrigin-RevId: 653369635
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user