aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bazel-docker-tests.json
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2017-07-27 12:14:55 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-07-27 13:00:24 +0200
commita79ecf43aea2b5895f6a0dd9e5e915212fa70e32 (patch)
tree4315cb48e9c718c10ca3a583e5124e021a117ed4 /scripts/ci/bazel-docker-tests.json
parent154cfb23c560f5677d6f559109b2922c62b84ae3 (diff)
Move the configuration file for Bazel jobs to our own repository
This will allow to update the file that explains how to build and test Bazel at the same time that Bazel evolves. Fixes bazelbuild/continuous-integration#99 Change-Id: I2ab8641a6eb5d8cf7ea95667bd6b3af42be5a420 PiperOrigin-RevId: 163320005
Diffstat (limited to 'scripts/ci/bazel-docker-tests.json')
-rw-r--r--scripts/ci/bazel-docker-tests.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/ci/bazel-docker-tests.json b/scripts/ci/bazel-docker-tests.json
new file mode 100644
index 0000000000..cc427aa209
--- /dev/null
+++ b/scripts/ci/bazel-docker-tests.json
@@ -0,0 +1,13 @@
+[
+ {
+ "node": "docker",
+ "variation": "",
+ "parameters": {
+ "targets": [],
+ "tests": [
+ "//tools/cpp/...",
+ "filter(\"^//src/test/docker\", //src/test/...)"
+ ]
+ }
+ }
+]