mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Replace "if" statement in pipeline file with source_test_continuous invocation
PiperOrigin-RevId: 609046754
This commit is contained in:
committed by
gVisor bot
parent
6a30f33513
commit
72f11d6898
@@ -289,16 +289,14 @@ steps:
|
||||
arch: "arm64"
|
||||
# All S/R system call tests.
|
||||
- <<: *common
|
||||
<<: *source_test
|
||||
if: build.branch == "master"
|
||||
<<: *source_test_continuous
|
||||
label: ":muscle: System call save restore tests (AMD64)"
|
||||
command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests
|
||||
parallelism: 20
|
||||
agents:
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *source_test
|
||||
if: build.branch == "master"
|
||||
<<: *source_test_continuous
|
||||
label: ":muscle: System call save restore tests (ARM64)"
|
||||
command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests
|
||||
parallelism: 10
|
||||
|
||||
Reference in New Issue
Block a user