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