Skip to content

Commit

Permalink
Fix upgrade tests
Browse files Browse the repository at this point in the history
Add network space

Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Apr 8, 2024
1 parent 450240f commit a116209
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 a116209

Please sign in to comment.