add tensorflow downstream
diff --git a/buildkite/pipelines/bazelci.py b/buildkite/pipelines/bazelci.py
index 11f8d6f..efb0b8b 100644
--- a/buildkite/pipelines/bazelci.py
+++ b/buildkite/pipelines/bazelci.py
@@ -105,6 +105,10 @@
       "subpar": {
           "git_repository": "https://github.com/google/subpar.git",
           "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/subpar-postsubmit.json"
+      },
+      "TensorFlow": {
+          "git_repository": "https://github.com/tensorflow/tensorflow.git",
+          "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/tensorflow-postsubmit.json"
       }
   }