Skip to content

Commit

Permalink
Update testing repo revision numbers in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 30, 2023
1 parent fea6acf commit b88a0f0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,11 @@ jobs:
matrix:
include:
- rev: HEAD
args: --log-level=debug stratisd_cert --verify-devices --monitor-dbus --highest-revision-number=7
- rev: v3.5.2
args: stratisd_cert --verify-devices
extra-global-args: --log-level=debug
- rev: v3.6.0
extra-global-args: --log-level=debug
- rev: v3.5.3
extra-global-args:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -333,6 +335,7 @@ jobs:
run: >
sudo
RUST_LOG=stratisd=debug
python3 test_harness.py
${{ matrix.args }}
python3 test_harness.py ${{ matrix.extra-global-args }}
stratisd_cert --verify-devices --monitor-dbus
--highest-revision-number=7
working-directory: ./testing

0 comments on commit b88a0f0

Please sign in to comment.