Skip to content

Commit

Permalink
Redirect repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jun 3, 2024
1 parent 1c21cad commit e4da75c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,12 @@ jobs:
strategy:
matrix:
include:
- rev: HEAD
- rev: origin/fix-start-pool
options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=7
repo: https://github.com/jbaublitz/testing
- rev: v3.6.2
options: --highest-revision-number=6
repo: https://github.com/stratis-storage/testing
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -342,7 +344,7 @@ jobs:
- name: Reload udev
run: sudo udevadm control --reload
- name: Clone testing repo
run: git clone https://github.com/stratis-storage/testing.git
run: git clone ${{ matrix.repo }}
- name: Checkout revision ${{ matrix.rev }}
run: git checkout -b new-branch ${{ matrix.rev }}
working-directory: ./testing
Expand Down

0 comments on commit e4da75c

Please sign in to comment.