mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
pipeline: don't run save/restore tests as part of the presubmit set
They are not stable and require too much time. PiperOrigin-RevId: 607376938
This commit is contained in:
@@ -290,6 +290,7 @@ steps:
|
||||
# All S/R system call tests.
|
||||
- <<: *common
|
||||
<<: *source_test
|
||||
if: build.branch == "master"
|
||||
label: ":muscle: System call save restore tests (AMD64)"
|
||||
command: make BAZEL_OPTIONS=--test_tag_filters=save_restore syscall-tests
|
||||
parallelism: 20
|
||||
@@ -297,6 +298,7 @@ steps:
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *source_test
|
||||
if: build.branch == "master"
|
||||
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