aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Xin Gao <xingao@google.com>2017-11-02 11:30:37 -0400
committerGravatar John Cater <jcater@google.com>2017-11-03 09:52:20 -0400
commite09c63f94d505be61427af322505ff177e552568 (patch)
tree6c0a332485020daccd683eeee08ec5fb6c250dc6 /scripts
parentd16012774f97d8a3d0f7732e116dba8ab636a4cb (diff)
Migrate bazel-tests-remote.json and update configs
- Migrate bazel-tests-remote.json file from bazelbuild/continuous-integration repo to bazelbuild/bazel repo. - Update toolchain and configs to use container v0.2.0 and new configs (v0.7.0 for c++, v0.6.0 for java). Change-Id: Ib376f662c6c6cec617d82133254f9a12ef67e748 PiperOrigin-RevId: 174329569
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests-remote.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/scripts/ci/bazel-tests-remote.json b/scripts/ci/bazel-tests-remote.json
new file mode 100644
index 0000000000..6123068428
--- /dev/null
+++ b/scripts/ci/bazel-tests-remote.json
@@ -0,0 +1,37 @@
+[
+ {
+ "configurations": [
+ {"node": "ubuntu_16.04-x86_64"}
+ ],
+ "parameters": {
+ "startup_opts": [
+ "--host_jvm_args=-Dbazel.DigestFunction=SHA1"
+ ],
+ "build_opts": [
+ "--remote_cache=remotebuildexecution.googleapis.com",
+ "--remote_executor=remotebuildexecution.googleapis.com",
+ "--remote_instance_name=projects/bazel-public",
+ "--spawn_strategy=remote",
+ "--remote_timeout=3600",
+ "--strategy=Javac=remote",
+ "--strategy=Closure=remote",
+ "--genrule_strategy=remote",
+ "--auth_enabled=true",
+ "--tls_enabled=true",
+ "--jobs=75",
+ "--experimental_strict_action_env=true",
+ "--experimental_remote_platform_override='properties:{ name:\"container-image\" value:\"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:aa20628a902f06a11a015caa94b0432eb60690de2d2525bd046b9eea046f5d8a\" }'",
+ "--crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:toolchain",
+ "--host_java_toolchain=@bazel_toolchains//configs/java/0.1.0/bazel_0.6.0:remote_toolchain",
+ "--java_toolchain=@bazel_toolchains//configs/java/0.1.0/bazel_0.6.0:remote_toolchain"
+ ],
+ "tests": [
+ "//src/test/shell/integration/...",
+ "//src/test/java/... - //src/test/java/com/google/devtools/build/android/..."
+ ],
+ "test_tag_filters": ["-slow"],
+ "targets": [],
+ },
+ }
+]
+