Skip to content

Commit b1ae06f

Browse files
committed
Try something else
1 parent e804175 commit b1ae06f

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,33 @@ concurrency:
3535

3636
jobs:
3737
buildkite:
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
38+
# runs-on: ubuntu-latest # Just triggering the pipeline, this doesn't matter
39+
uses: "buildkite/trigger-pipeline-action/[email protected]"
40+
secrets:
41+
buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
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
53+
54+
# steps:
55+
# - name: "Trigger a Buildkite Build"
56+
# uses: "buildkite/[email protected]"
57+
# with:
58+
# buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
59+
# pipeline: "llvm-project/libcxx-ci"
60+
# branch: "main"
61+
# commit: "HEAD"
62+
# message: ":github: Triggered from a GitHub Action"
63+
# ignore_pipeline_branch_filter: true
64+
# send_pull_request: true
65+
# wait: true
66+
# wait_interval: 10
67+
# wait_timeout: 300

0 commit comments

Comments
 (0)