mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Allow to run kvm syscall tests on the RBE cluster
PiperOrigin-RevId: 309265978
This commit is contained in:
@@ -16,6 +16,5 @@
|
||||
|
||||
source $(dirname $0)/common.sh
|
||||
|
||||
# TODO(b/112165693): "test --test_tag_filters=runsc_kvm" can be used
|
||||
# when the "manual" tag will be removed for kvm tests.
|
||||
test `bazel query "attr(tags, runsc_kvm, tests(//test/syscalls/...))"`
|
||||
# Run all ptrace-variants of the system call tests.
|
||||
test --test_tag_filters=runsc_kvm //test/syscalls/...
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
# Platform to associated tags.
|
||||
platforms = {
|
||||
"ptrace": [],
|
||||
"kvm": [
|
||||
"manual",
|
||||
"local",
|
||||
],
|
||||
"kvm": [],
|
||||
}
|
||||
|
||||
default_platform = "ptrace"
|
||||
|
||||
Reference in New Issue
Block a user