Skip to content

Commit

Permalink
Try triggering again
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Jan 10, 2025
1 parent e8a8f6e commit 19c3da1
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,31 @@ concurrency:

jobs:
buildkite:
steps:
- name: "Trigger a Buildkite Build"
uses: "buildkite/trigger-pipeline-action@v2.3.0"
with:
buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
pipeline: "llvm-project/libcxx-ci"
branch: "main"
commit: "HEAD"
message: ":github: Triggered from a GitHub Action"
ignore_pipeline_branch_filter: true
send_pull_request: true
wait: true
wait_interval: 10
wait_timeout: 300
uses: "buildkite/trigger-pipeline-action@v2.3.0"
with:
buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
pipeline: "llvm-project/libcxx-ci"
branch: "main"
commit: "HEAD"
message: ":github: Triggered from a GitHub Action"
ignore_pipeline_branch_filter: true
send_pull_request: true
wait: true
wait_interval: 10
wait_timeout: 300

# runs-on: ubuntu:latest # Just triggering the pipeline, this doesn't matter
# steps:
# - name: "Trigger a Buildkite Build"
# uses: "buildkite/trigger-pipeline-action@v2.3.0"
# with:
# buildkite_api_access_token: ${{ secrets.LIBCXX_CI_BUILDKITE_PIPELINE_ACCESS_TOKEN }}
# pipeline: "llvm-project/libcxx-ci"
# branch: "main"
# commit: "HEAD"
# message: ":github: Triggered from a GitHub Action"
# ignore_pipeline_branch_filter: true
# send_pull_request: true
# wait: true
# wait_interval: 10
# wait_timeout: 300

0 comments on commit 19c3da1

Please sign in to comment.