Add config=monolithic for projects that use tensorflow. Fixes https://github.com/bazelbuild/bazel/issues/3996.

Change-Id: I2167f1e2e68c8b9068f3b23c5c9b228fc8dca603
diff --git a/jenkins/jobs/configs/tensorflow_serving.json b/jenkins/jobs/configs/tensorflow_serving.json
index bdaa583..bf23f18 100644
--- a/jenkins/jobs/configs/tensorflow_serving.json
+++ b/jenkins/jobs/configs/tensorflow_serving.json
@@ -16,6 +16,7 @@
                 "$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": []
         }
     }
diff --git a/jenkins/jobs/configs/tf_models_syntaxnet.json b/jenkins/jobs/configs/tf_models_syntaxnet.json
index 1a3660d..4724963 100644
--- a/jenkins/jobs/configs/tf_models_syntaxnet.json
+++ b/jenkins/jobs/configs/tf_models_syntaxnet.json
@@ -16,6 +16,7 @@
                 "$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": []
         }
     }