Skip to content

Commit

Permalink
Merge pull request #338 from sabaini/tests/fix-upgrade-net
Browse files Browse the repository at this point in the history
Fix upgrade tests
  • Loading branch information
lmlg authored Apr 8, 2024
2 parents 450240f + a116209 commit 71f7178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/q2q-candidate-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ~/actionutils.sh setup_lxd

- name: Create containers with loopback devices
run: ~/actionutils.sh create_containers
run: ~/actionutils.sh create_containers public

- name: Install quincy stable from store
run: ~/actionutils.sh install_store quincy/stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/q2r-candidate-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ~/actionutils.sh setup_lxd

- name: Create containers with loopback devices
run: ~/actionutils.sh create_containers
run: ~/actionutils.sh create_containers public

- name: Install quincy stable from store
run: ~/actionutils.sh install_store quincy/stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2r-candidate-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ~/actionutils.sh setup_lxd

- name: Create containers with loopback devices
run: ~/actionutils.sh create_containers
run: ~/actionutils.sh create_containers public

- name: Install quincy stable from store
run: ~/actionutils.sh install_store reef/stable
Expand Down

0 comments on commit 71f7178

Please sign in to comment.