Skip to content

Commit 902ef30

Browse files
committed
try with old lxd image
1 parent 458a4ff commit 902ef30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
with:
121121
pattern: ${{ inputs.artifact-prefix }}-*
122122
merge-multiple: true
123+
- name: Alias lxc image
124+
run: |
125+
# TODO: remove after LXD image issue is fixed:
126+
# https://bugs.launchpad.net/snapd/+bug/2127244
127+
lxc image copy ubuntu:568f69ff1166 local:
128+
sudo lxc image alias create "juju/ubuntu@22.04/amd64" 568f69ff1166
123129
- name: Run spread job
124130
timeout-minutes: 180
125131
id: spread

0 commit comments

Comments
 (0)