From ab59741f99ddbc4a51c1c1c49487dee453677ab3 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 2 Feb 2024 12:22:46 -0500 Subject: [PATCH] Run testing repo tests against PR https://github.com/stratis-storage/testing/pull/237 Signed-off-by: mulhern --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c28b0a9ab04..e31673b59ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -282,8 +282,6 @@ jobs: include: - rev: HEAD options: --verify-sysfs - - rev: v3.6.0 - options: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -329,6 +327,11 @@ jobs: - name: Checkout revision ${{ matrix.rev }} run: git checkout -b new-branch ${{ matrix.rev }} working-directory: ./testing + - name: Checkout branch + run: | + git checkout -b mulkieran-increase-dbus-monitor-wait master + git pull https://github.com/mulkieran/testing.git increase-dbus-monitor-wait + working-directory: ./testing - name: Run stratisd_cert.py run: > sudo