Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ jobs:
with:
pattern: ${{ inputs.artifact-prefix }}-*
merge-multiple: true
# TODO Remove pinned image when problem is resolved on jammy
- name: Pin lxc image for jammy
run: |
sudo lxc image copy ubuntu:568f69ff1166 local:
sudo lxc image alias create "juju/ubuntu@22.04/amd64" 568f69ff1166
- name: Run spread job
timeout-minutes: 180
id: spread
Expand Down
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ environment:
CONCIERGE_JUJU_CHANNEL: 3.6/stable
CHARM_UBUNTU_BASE/ubuntu24: 24.04
# TODO Add back when snapd problem is resolved on jammy
# CHARM_UBUNTU_BASE/ubuntu22: 22.04
CHARM_UBUNTU_BASE/ubuntu22: 22.04
prepare: |
snap refresh --hold
chown -R root:root "$SPREAD_PATH"
Expand Down
Loading