blob: bd561517e54b035a16ea4ff9d7386be2c93c1df4 [file] [log] [blame]
[
{
"configurations": [
{
"variation": "",
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"}
]
}
],
"parameters": {
"configure": [
"(cd tensorflow && ./tensorflow/tools/ci_build/builds/configured CPU)",
"echo 'import %workspace%/tensorflow/.tf_configure.bazelrc' >>bazel.bazelrc",
"$BAZEL clean" // Clean to work around bazelbuild/bazel#3664
],
"tests": ["syntaxnet/...", "util/utf8/..."],
"targets": []
}
}
]