Skip to content

Commit

Permalink
[DROP] testing only: force ts-2023 isa branch
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 5, 2023
1 parent 47338e0 commit 2cbf067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '**.txt'
branches:
- rt
- isabelle-2023
# this action needs access to secrets.
# The actual test runs in a no-privilege VM, so it's Ok to run on untrusted PRs.
pull_request_target:
Expand All @@ -19,6 +20,8 @@ on:
- '**.txt'
branches-ignore:
- aarch64
- isabelle-2023
- master

jobs:
proofs:
Expand All @@ -35,7 +38,8 @@ jobs:
uses: seL4/ci-actions/aws-proofs@master
with:
L4V_ARCH: ${{ matrix.arch }}
session: '-x AutoCorresSEL4' # exclude large AutoCorresSEL4 session for PRs
isa_branch: ts-2023
# session: '-x AutoCorresSEL4' # exclude large AutoCorresSEL4 session for PRs
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 2cbf067

Please sign in to comment.