mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Ensure individual steps timeout in case of infinite hang.
Also, add a basic release test. PiperOrigin-RevId: 347016796
This commit is contained in:
committed by
gVisor bot
parent
73eccab91e
commit
e0cde3fb87
@@ -1,5 +1,6 @@
|
||||
_templates:
|
||||
common: &common
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1
|
||||
@@ -22,6 +23,11 @@ steps:
|
||||
- git checkout go && git clean -f
|
||||
- go build ./...
|
||||
|
||||
# Release workflow.
|
||||
- <<: *common
|
||||
label: ":ship: Release tests"
|
||||
commands: make release
|
||||
|
||||
# Basic unit tests.
|
||||
- <<: *common
|
||||
label: ":test_tube: Unit tests"
|
||||
|
||||
Reference in New Issue
Block a user