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 728ff80
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,14 @@ 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
extra-stratisd-args: --highest-revision-number=7
- rev: v3.6.0
extra-global-args: --log-level=debug
extra-stratisd-args: --highest-revision-number=7
- rev: v3.5.3
extra-global-args:
extra-stratisd-args:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -333,6 +338,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 ${{ matrix.extra-stratisd-args }}
working-directory: ./testing

0 comments on commit 728ff80

Please sign in to comment.