From b88a0f0e62fd3b808c4b7c113a1578aabdc96804 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 30 Oct 2023 16:05:59 -0400 Subject: [PATCH] Update testing repo revision numbers in GitHub Actions Signed-off-by: mulhern --- .github/workflows/main.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5c37126974..505a85b3eea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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