From d87033dda11b60568c562ebbc49963ea556ec094 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 4 Mar 2024 16:07:28 -0500 Subject: [PATCH] main.yml: Use new revision of 3.6 release of testing Signed-off-by: mulhern --- .github/workflows/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 518586ace0..cdb0847af4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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