From 50d40286237dcb1a85c3aff55ec001f5356c24ad Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Mon, 16 Sep 2024 09:56:35 -0700 Subject: [PATCH] Add COS GPU w/ default driver tests. PiperOrigin-RevId: 675188943 --- .buildkite/pipeline.yaml | 9 ++++++++- Makefile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 030a99d924..50b28d50a5 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -185,11 +185,18 @@ steps: queue: gpu - <<: *common <<: *source_test_continuous - label: ":female_supervillain: COS GPU Tests" + label: ":female_supervillain: COS GPU Tests (Latest Driver)" commands: - make cos-gpu-all-tests agents: queue: cos-canary-gpu + - <<: *common + <<: *source_test_presubmit + label: ":male_supervillain: COS GPU Tests (Default Driver)" + commands: + - make cos-gpu-all-tests + agents: + queue: cos-canary-gpu-default - <<: *common <<: *source_test_continuous label: ":screwdriver: All GPU Drivers Test" diff --git a/Makefile b/Makefile index a7e379f864..89f8cfdbf7 100644 --- a/Makefile +++ b/Makefile @@ -296,7 +296,7 @@ gpu-smoke-tests: gpu-smoke-images $(RUNTIME_BIN) cos-gpu-smoke-tests: gpu-smoke-images $(RUNTIME_BIN) @$(call sudo,test/gpu:smoke_test,--runtime=runc -test.v --cos-gpu $(ARGS)) - @$(call install_runtime,$(RUNTIME),--nvproxy=true) + @$(call install_runtime,$(RUNTIME),--nvproxy=true --debug --strace) @$(call sudo,test/gpu:smoke_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS)) .PHONY: cos-gpu-smoke-tests