Re-add Android Testing back into downstream tests now that it's green (#302)
https://buildkite.com/bazel/android-testing
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 3b143ae..b4d3bef 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -79,11 +79,10 @@
def downstream_projects():
return {
- # Removed until issues in https://github.com/bazelbuild/bazel/issues/4979 is fully resolved
- # "Android Testing": {
- # "git_repository": "https://github.com/googlesamples/android-testing.git",
- # "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/android-testing-postsubmit.yml"
- # },
+ "Android Testing": {
+ "git_repository": "https://github.com/googlesamples/android-testing.git",
+ "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/android-testing-postsubmit.yml"
+ },
"Bazel Remote Execution": {
"git_repository": "https://github.com/bazelbuild/bazel.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/bazel-remote-execution-postsubmit.yml"