blob: 9f9fb5b073d48884547678015423014f743c3e36 [file] [log] [blame]
// This is a relaxed JSON format, you can have comments in it.
// This is a list of configuration for the job that does not specify a configuration.
[
{
"configurations": [
{
"variation": "",
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"},
{"node": "darwin-x86_64"}
]
}
],
"parameters": {
"test_opts": ["--build_tests_only"]
}
}
]