mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
BuildKite: Always do a clean checkout of the repository.
PiperOrigin-RevId: 449798496
This commit is contained in:
committed by
gVisor bot
parent
6fdeba8d78
commit
7db613ab1c
@@ -38,6 +38,9 @@ _templates:
|
||||
./pkg/tcpip/transport/tcp
|
||||
./pkg/tcpip/transport/udp
|
||||
./pkg/waiter
|
||||
env:
|
||||
# Force a clean checkout every time to avoid reuse of files between runs.
|
||||
BUILDKITE_CLEAN_CHECKOUT: true
|
||||
|
||||
steps:
|
||||
# Run basic smoke tests before preceding to other tests.
|
||||
|
||||
@@ -10,6 +10,10 @@ _templates:
|
||||
- exit_status: "*"
|
||||
limit: 2
|
||||
|
||||
env:
|
||||
# Force a clean checkout every time to avoid reuse of files between runs.
|
||||
BUILDKITE_CLEAN_CHECKOUT: true
|
||||
|
||||
steps:
|
||||
- <<: *common
|
||||
label: ":ship: Push all images (x86_64)"
|
||||
|
||||
Reference in New Issue
Block a user