| [ |
| { |
| "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": ["syntaxnet/... - //syntaxnet:beam_reader_ops_test - //syntaxnet:graph_builder_test - //syntaxnet:lexicon_builder_test - //syntaxnet:parser_trainer_test - //syntaxnet:reader_ops_test - //syntaxnet:text_formats_test - //syntaxnet/util:check_test - //syntaxnet/util:registry_test", "util/utf8/..."], |
| "build_opts": ["--config=monolithic"], |
| "targets": [] |
| } |
| } |
| ] |