Skip to content

Commit

Permalink
WIP: github: Trigger running llvm/libcxx tests
Browse files Browse the repository at this point in the history
Use the latest scheduled pipeline, even if it wasn't successful.
  • Loading branch information
mstorsjo committed Jul 20, 2024
1 parent 82c00fc commit 0692a17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Builds
on:
push:
branches:
- '**'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/test-libcxx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run libcxx/libcxxabi/libunwind tests
on:
push:
workflow_dispatch:
inputs:
commit:
Expand Down Expand Up @@ -28,10 +29,9 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
workflow_conclusion: ""
branch: master
event: schedule
name: parameters
- name: Get build parameters
id: get-parameters
Expand All @@ -56,10 +56,9 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
workflow_conclusion: ""
branch: master
event: schedule
name: windows-ucrt-${{matrix.arch}}-toolchain
- name: Unpack toolchain
run: |
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/test-llvm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run LLVM tests
on:
push:
workflow_dispatch:
inputs:
commit:
Expand Down Expand Up @@ -28,10 +29,9 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
workflow_conclusion: ""
branch: master
event: schedule
name: parameters
- name: Get build parameters
id: get-parameters
Expand All @@ -50,10 +50,9 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
workflow_conclusion: ""
branch: master
event: schedule
name: windows-ucrt-x86_64-toolchain
- name: Unpack toolchain
run: |
Expand Down

0 comments on commit 0692a17

Please sign in to comment.