Skip to content

Commit

Permalink
Merge pull request #3560 from mulkieran/testing-3.6.1
Browse files Browse the repository at this point in the history
main.yml: Use new revision of 3.6 release of testing
  • Loading branch information
mulkieran authored Mar 7, 2024
2 parents 8cb94ec + d87033d commit 838d7b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ jobs:
matrix:
include:
- rev: HEAD
options: --post-test-check=monitor-dbus --post-test-check=verify-sysfs --post-test-check=verify-private-symlinks --post-test-check=verify-filesystem-symlinks
- rev: v3.6.0
options: --verify-devices --monitor-dbus
options: --post-test-check=verify-filesystem-symlinks --highest-revision-number=7
- rev: v3.6.2
options: --highest-revision-number=6
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -352,6 +352,8 @@ jobs:
RUST_LOG=stratisd=debug
python3 test_harness.py --log-level=debug
stratisd_cert
--highest-revision-number=7
--post-test-check=monitor-dbus
--post-test-check=verify-sysfs
--post-test-check=verify-private-symlinks
${{ matrix.options }}
working-directory: ./testing

0 comments on commit 838d7b6

Please sign in to comment.