aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bazel-slow-tests.json
blob: 9e648ad8735ce2c44e7ce4f7e8dcc64201f0e33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "configurations": [
            {"node": "linux-x86_64"},
            {"node": "ubuntu_16.04-x86_64"},
            {"node": "darwin-x86_64"}
            // TODO(aehlig): {"node": "freebsd-11"},
            // TODO(aehlig): {"node": "freebsd-12"},
            // TODO(pcloudy): {"node": "windows-x86_64"},
        ],
        "parameters": {
            "targets": [],
            "tests": ["//src/test/..."],
            "test_tag_filters": ["+slow"]
        }
    }
]