mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add buildkite pipeline for GPU workloads.
PiperOrigin-RevId: 575928869
This commit is contained in:
committed by
gVisor bot
parent
59af1edc78
commit
37edf7285f
@@ -0,0 +1,25 @@
|
||||
agents:
|
||||
queue: release
|
||||
_templates:
|
||||
common: &common
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1
|
||||
limit: 10
|
||||
- exit_status: "*"
|
||||
limit: 2
|
||||
|
||||
env:
|
||||
# Force a clean checkout every time to avoid reuse of files between runs.
|
||||
BUILDKITE_CLEAN_CHECKOUT: true
|
||||
|
||||
steps:
|
||||
# GPU workflow.
|
||||
- <<: *common
|
||||
if: build.branch == "master" && build.tag == null
|
||||
label: ":screwdriver: All GPU Drivers Test"
|
||||
commands:
|
||||
- tools/gpu/all_drivers_test.sh
|
||||
agents:
|
||||
queue: gpu
|
||||
Reference in New Issue
Block a user