Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/proof-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
plat: bcm2711
- arch: AARCH64
plat: imx8mm
# test only most recent push:
# test only most recent push, but let started jobs finish:
concurrency:
group: l4v-regression-${{ github.ref }}-${{ strategy.job-index }}
cancel-in-progress: true
group: l4v-deploy-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.num_domains }}-${{ matrix.plat }}
cancel-in-progress: false
steps:
- name: Proofs
uses: seL4/ci-actions/aws-proofs@master
Expand Down Expand Up @@ -107,10 +107,10 @@ jobs:
arch: [ARM, RISCV64]
num_domains: ['1', '']
plat: [""]
# test only most recent push:
# test only most recent push, but let started jobs finish
concurrency:
group: l4v-mcs-regression-${{ github.ref }}-${{ strategy.job-index }}
cancel-in-progress: true
group: l4v-mcs-deploy-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.num_domains }}-${{ matrix.plat }}
cancel-in-progress: false
steps:
- name: Proofs
uses: seL4/ci-actions/aws-proofs@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
arch: [ARM, ARM_HYP, AARCH64, RISCV64, X64]
# test only most recent push to PR:
concurrency:
group: l4v-${{ github.workflow }}-${{ github.event.number }}-idx-${{ strategy.job-index }}
group: l4v-${{ github.workflow }}-${{ github.event.number }}-idx-${{ matrix.arch }}
cancel-in-progress: true
steps:
- name: Proofs
Expand Down
Loading