aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bazel-tests-remote.json
blob: 5c3e735da0aaa91a2db43c54cc4a2e3de95ce5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
    {
        "parameters": {
            "startup_opts": [
                "--host_jvm_args=-Dbazel.DigestFunction=SHA1"
            ],
            "tests": [
                "//src/test/shell/integration/...",
                "//src/test/java/... - //src/test/java/com/google/devtools/build/android/..."
            ],
            "test_tag_filters": ["-slow"],
            "targets": []
        },
        "configurations": [
            {
                "node": "ubuntu_16.04-x86_64",
                "type": "remote",
                "parameters": {
                    "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"
                    ]
               }
           },
           {
               "node": "ubuntu_16.04-x86_64",
               "type": "local"
           }
	      ]
    }
]