SERVER-127136: Add bazel targets for read-only resmoke suites (#54048)
GitOrigin-RevId: 1c0ea9bd173a3608cdd740dc7d5c0c1906b436e2
This commit is contained in:
parent
09ee5cbc2c
commit
fa7cf24329
@ -37,3 +37,36 @@ resmoke_suite_test(
|
||||
"//src/third_party/wiredtiger:wt",
|
||||
],
|
||||
)
|
||||
|
||||
resmoke_suite_test(
|
||||
name = "read_only",
|
||||
config = "//buildscripts/resmokeconfig:suites/read_only.yml",
|
||||
data = [
|
||||
"//jstests/readonly/lib:all_javascript_files",
|
||||
],
|
||||
tags = [
|
||||
"ci-default",
|
||||
"read_only",
|
||||
],
|
||||
deps = [
|
||||
"//src/mongo/db:mongod",
|
||||
"//src/mongo/shell:mongo",
|
||||
],
|
||||
)
|
||||
|
||||
resmoke_suite_test(
|
||||
name = "read_only_sharded",
|
||||
config = "//buildscripts/resmokeconfig:suites/read_only_sharded.yml",
|
||||
data = [
|
||||
"//jstests/readonly/lib:all_javascript_files",
|
||||
],
|
||||
tags = [
|
||||
"ci-default",
|
||||
"read_only",
|
||||
],
|
||||
deps = [
|
||||
"//src/mongo/db:mongod",
|
||||
"//src/mongo/s:mongos",
|
||||
"//src/mongo/shell:mongo",
|
||||
],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user