blob: feb922c290a538e560c491383113ce8c79a5a031 [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": ["tensorflow_serving/..."],
"targets": []
}
}
]