aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-09-08 13:41:57 +0200
committerGravatar Yun Peng <pcloudy@google.com>2017-09-08 13:45:11 +0200
commitaeb863a9bfa94ea366c8cb5d1c64042fdf42d782 (patch)
tree704836f1aa91503ce4c63cb0c298e5689b654a74 /scripts
parent88614eed2b240c38a44ed8e4516664579f341e35 (diff)
CI slow-tests: fix parameters for non docker
We were having 2 level of parameters, so we had a unused parameters called "parameters". Fixes #3704. PiperOrigin-RevId: 167982900
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-slow-tests.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/bazel-slow-tests.json b/scripts/ci/bazel-slow-tests.json
index af1361d674..43f6a469a1 100644
--- a/scripts/ci/bazel-slow-tests.json
+++ b/scripts/ci/bazel-slow-tests.json
@@ -32,7 +32,7 @@
"parameters": {
"targets": [],
"tests": ["//src/test/..."],
- "parameters": {"test_tag_filters": ["-docker", "+slow"]}
+ "test_tag_filters": ["-docker", "+slow"]
}
}
]