aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2017-09-06 16:15:40 +0200
committerGravatar Yun Peng <pcloudy@google.com>2017-09-07 09:57:05 +0200
commitc5c8c35114eed2b0cdc7fefa75c2d795aa2dc0b0 (patch)
treeedda3cd7c78c2c59fd84bd466d9d67b4388fc1db /scripts
parent4bf1e11a430705bcdea0a3d81b77777b3bae01a1 (diff)
Simplify bazel-{,docker-}tests.json
Remove optional variation and simplify node specifications. Change-Id: Ie0a137768312152d9c036a94e5214b419b3c12ce PiperOrigin-RevId: 167717139
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-docker-tests.json2
-rw-r--r--scripts/ci/bazel-tests.json31
2 files changed, 6 insertions, 27 deletions
diff --git a/scripts/ci/bazel-docker-tests.json b/scripts/ci/bazel-docker-tests.json
index bec4b0be3c..0fc2cd2155 100644
--- a/scripts/ci/bazel-docker-tests.json
+++ b/scripts/ci/bazel-docker-tests.json
@@ -1,7 +1,6 @@
[
{
"node": "docker",
- "variation": "",
"shard": "1",
"parameters": {
"targets": [],
@@ -12,7 +11,6 @@
},
{
"node": "docker",
- "variation": "",
"shard": "2",
"parameters": {
"targets": [],
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index 6e5bada223..076136a276 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -3,14 +3,8 @@
[
{
"configurations": [
- {
- "node": "linux-x86_64",
- "variation": ""
- },
- {
- "node": "ubuntu_16.04-x86_64",
- "variation": ""
- }
+ {"node": "linux-x86_64"},
+ {"node": "ubuntu_16.04-x86_64"}
],
"parameters": {
"configure": [
@@ -36,14 +30,8 @@
}
}, {
"configurations": [
- {
- "node": "freebsd-11",
- "variation": ""
- },
- {
- "node": "freebsd-12",
- "variation": ""
- }
+ {"node": "freebsd-11"},
+ {"node": "freebsd-12"}
],
"parameters": {
// As configure step, we redo the USES=shebangfix of the devel/bazel
@@ -66,7 +54,6 @@
}
}, {
"node": "darwin-x86_64",
- "variation": "",
"parameters": {
"configure": [
"echo >>WORKSPACE",
@@ -93,10 +80,7 @@
}
}, {
"toolchain": "msvc",
- "configurations": [{
- "node": "windows-x86_64",
- "variation": ""
- }],
+ "node": "windows-x86_64",
"parameters": {
"build_opts": [
"--copt=-w",
@@ -124,10 +108,7 @@
}
}, {
"toolchain": "msys",
- "configurations": [{
- "node": "windows-x86_64",
- "variation": ""
- }],
+ "node": "windows-x86_64",
"parameters": {
"build_opts": ["--cpu=x64_windows_msys", "--host_cpu=x64_windows_msys"],
"test_tag_filters": ["-no_windows"],