Skip to content

Commit 19c3da1

Browse files
committed
Try triggering again
1 parent e8a8f6e commit 19c3da1

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

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

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,31 @@ concurrency:
3535

3636
jobs:
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

0 commit comments

Comments
 (0)