mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Don't run GPU tests with strace.
We usually only need the "nvproxy: " logs to debug GPU workload issues. These are visible with --debug=true itself. Strace makes things really slow. And consistently run "All GPU Drivers Test" with --debug=true. PiperOrigin-RevId: 633199684
This commit is contained in:
@@ -174,7 +174,7 @@ steps:
|
||||
label: ":firefighter: GPU Smoke Tests"
|
||||
commands:
|
||||
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
|
||||
- make gpu-smoke-tests RUNTIME_ARGS="--strace --debug"
|
||||
- make gpu-smoke-tests RUNTIME_ARGS="--debug"
|
||||
agents:
|
||||
queue: gpu
|
||||
- <<: *common
|
||||
@@ -182,14 +182,14 @@ steps:
|
||||
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
|
||||
<<: *source_test_continuous
|
||||
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
|
||||
|
||||
@@ -26,5 +26,5 @@ read -r -a versions <<< "$(cat "${tmp_file}")"
|
||||
|
||||
for driver in "${versions[@]}"; do
|
||||
make sudo TARGETS=tools/gpu:main ARGS="install --version ${driver}"
|
||||
make gpu-smoke-tests
|
||||
make gpu-smoke-tests RUNTIME_ARGS="--debug"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user