File tree Expand file tree Collapse file tree 1 file changed +28
-14
lines changed Expand file tree Collapse file tree 1 file changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,31 @@ concurrency:
3535
3636jobs :
3737 buildkite :
38- steps :
39- - name : " Trigger a Buildkite Build"
40- uses :
" buildkite/[email protected] " 41- with :
42- buildkite_api_access_token : ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
43- pipeline : " llvm-project/libcxx-ci"
44- branch : " main"
45- commit : " HEAD"
46- message : " :github: Triggered from a GitHub Action"
47- ignore_pipeline_branch_filter : true
48- send_pull_request : true
49- wait : true
50- wait_interval : 10
51- wait_timeout : 300
38+ uses :
" buildkite/[email protected] " 39+ with :
40+ buildkite_api_access_token : ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
41+ pipeline : " llvm-project/libcxx-ci"
42+ branch : " main"
43+ commit : " HEAD"
44+ message : " :github: Triggered from a GitHub Action"
45+ ignore_pipeline_branch_filter : true
46+ send_pull_request : true
47+ wait : true
48+ wait_interval : 10
49+ wait_timeout : 300
50+
51+ # runs-on: ubuntu:latest # Just triggering the pipeline, this doesn't matter
52+ # steps:
53+ # - name: "Trigger a Buildkite Build"
54+ # uses: "buildkite/[email protected] " 55+ # with:
56+ # buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
57+ # pipeline: "llvm-project/libcxx-ci"
58+ # branch: "main"
59+ # commit: "HEAD"
60+ # message: ":github: Triggered from a GitHub Action"
61+ # ignore_pipeline_branch_filter: true
62+ # send_pull_request: true
63+ # wait: true
64+ # wait_interval: 10
65+ # wait_timeout: 300
You can’t perform that action at this time.
0 commit comments