Skip to content

Commit

Permalink
github: remove rt branch test; switch to mcs-devel.xml
Browse files Browse the repository at this point in the history
- switch off the rt branch test -- to be added to the deployment
  workflow later.

- switch the PR test to the mcs-devel.xml manifest which is taking the
  role of devel.xml has on the master branch.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Jul 19, 2024
1 parent e273ba9 commit 922c18a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
paths-ignore:
- '**.md'
- '**.txt'
branches:
- rt
# 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 Down Expand Up @@ -41,7 +39,7 @@ jobs:
L4V_ARCH: ${{ matrix.arch }}
NUM_DOMAINS: ${{ inputs.NUM_DOMAINS }}
L4V_FEATURES: MCS
manifest: mcs.xml
manifest: mcs-devel.xml
skip_dups: true
session: '-x AutoCorresSEL4' # exclude large AutoCorresSEL4 session for PRs
token: ${{ secrets.READ_TOKEN }}
Expand Down

0 comments on commit 922c18a

Please sign in to comment.