Skip to content

Commit

Permalink
Add Bazel itself in downstream project (#434)
Browse files Browse the repository at this point in the history
This will help prevent bazelbuild/bazel#7026
  • Loading branch information
meteorcloudy authored and philwo committed Jan 3, 2019
1 parent be44164 commit 8910fa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"http_config": "https://raw.githubusercontent.com/googlesamples/android-testing/master/bazelci/buildkite-pipeline.yml",
"pipeline_slug": "android-testing"
},
"Bazel": {
"git_repository": "https://github.com/bazelbuild/bazel.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/bazel/master/.bazelci/postsubmit.yml",
"pipeline_slug": "bazel"
},
"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",
Expand Down

0 comments on commit 8910fa3

Please sign in to comment.