Skip to content

Commit e804175

Browse files
committed
Try triggerign
1 parent 19c3da1 commit e804175

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

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

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

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

0 commit comments

Comments
 (0)