| [ |
| { |
| "configurations": [ |
| { |
| "variation": "", |
| "configurations": [ |
| {"node": "linux-x86_64"}, |
| {"node": "ubuntu_16.04-x86_64"} |
| ] |
| } |
| ], |
| "parameters": { |
| "configure": [ |
| "echo -e '\nimport %workspace%/.bazelrc' >>bazel.bazelrc", |
| "touch .bazelrc", |
| "./tensorflow/tools/ci_build/builds/configured CPU" |
| ], |
| "test_opts": ["--test_timeout=1800"], |
| "build_opts": ["-c opt"], |
| "tests": ["filter(':(lib|platform)_.*', kind(test, //tensorflow/core:all))"], |
| "targets": ["//tensorflow/tools/pip_package:build_pip_package"] |
| } |
| }/*, { |
| "toolchain": "msvc", |
| "configurations": [{ |
| "variation": "", |
| "configurations": [{"node": "windows-x86_64"}] |
| }], |
| "parameters": { |
| // TODO(dmarting): this is terrible, can we actually call Bazel? |
| "tests": [], |
| "targets": [], |
| "configure": [ |
| "del c:\\tools\\msys64\\usr\\bin\\bazel.exe", |
| "copy %BAZEL% c:\\tools\\msys64\\usr\\bin\\bazel.exe", |
| ".\\tensorflow\\tools\\ci_build\\windows\\cpu\\pip\\run.bat" |
| ], |
| } |
| } */ |
| ] |