blob: daf2ff2523f5b257c483fab762d194a2cd7c9ca2 [file] [log] [blame]
[
{
"configurations": [
{
"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"],
"build_opts": ["--config=monolithic"],
"targets": []
}
}
]