BuildKite: Always do a clean checkout of the repository.

PiperOrigin-RevId: 449798496
This commit is contained in:
Etienne Perot
2022-05-19 11:47:01 -07:00
committed by gVisor bot
parent 6fdeba8d78
commit 7db613ab1c
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -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.
+4
View File
@@ -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)"