Skip to content

Commit 74f6136

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Automated rollback of changelist 688755446
PiperOrigin-RevId: 688831563
1 parent 7a0401f commit 74f6136

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.buildkite/pipeline.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,6 @@ steps:
190190
- make cos-gpu-all-tests
191191
agents:
192192
queue: cos-canary-gpu
193-
- <<: *common
194-
<<: *source_test_continuous
195-
label: ":fish: CUDA tests"
196-
# This is its own test rather than being part of the GPU tests,
197-
# because it takes around 15 minutes to run.
198-
commands:
199-
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
200-
- make sudo TARGETS=//test/gpu:cuda_test
201-
agents:
202-
queue: gpu
203193
- <<: *common
204194
<<: *source_test_continuous
205195
label: ":screwdriver: All GPU Drivers Test"

.buildkite/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,3 @@ steps:
7373
- tools/gpu/all_drivers_test.sh
7474
agents:
7575
queue: gpu
76-
- <<: *common
77-
label: ":fish: CUDA tests in compatibility-verifying mode"
78-
# This is its own test rather than being part of the GPU tests,
79-
# because it takes around an hour to run.
80-
commands:
81-
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
82-
- make sudo TARGETS=//test/gpu:cuda_test ARGS="--cuda_verify_compatibility=true"
83-
agents:
84-
queue: gpu

test/gpu/cuda_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ func TestCUDA(t *testing.T) {
745745
durationPct := 100.0 * float64(startedAgo) / float64(testDeadline.Sub(testStart))
746746
testLog(t, "[Timing] %d/%d tests (%.1f%%) finished executing. Test started %v ago, deadline in %v (%.1f%%).", testsDone, numTests, donePct, startedAgo.Truncate(time.Second), deadlineIn.Truncate(time.Second), durationPct)
747747
if len(failedTests) > 0 {
748-
testLog(t, "[Failed] %d test(s) failed: %v", len(failedTests), strings.Join(failedTests, ", "))
748+
testLog(t, "[Failed] %d test failed: %v", len(failedTests), strings.Join(failedTests, ", "))
749749
}
750750
testLog(t, "[Pool] %v", cp.String())
751751
}

0 commit comments

Comments
 (0)