blob: bdaa583490044fbb0943143fffa4f36f15b604be [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 -e '\nimport %workspace%/tensorflow/.tf_configure.bazelrc' >>bazel.bazelrc",
"$BAZEL clean" // Clean to work around bazelbuild/bazel#3664
],
"tests": ["tensorflow_serving/... - //tensorflow_serving/model_servers:tensorflow_model_server_test"],
"targets": []
}
}
]