-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update juju to 3.1 and microk8s to 1.25 (#197)
* ci: update juju to 3.1 and microk8s to 1.25
- Loading branch information
Showing
3 changed files
with
29 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,15 +67,13 @@ jobs: | |
- name: Setup operator environment | ||
uses: charmed-kubernetes/[email protected] | ||
with: | ||
juju-channel: "2.9/stable" | ||
juju-channel: "3.1/stable" | ||
provider: microk8s | ||
channel: 1.24/stable | ||
# Pinned until this bug is resolved: https://bugs.launchpad.net/juju/+bug/1992833 | ||
bootstrap-options: "--agent-version=2.9.34" | ||
channel: 1.25-strict/stable | ||
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" | ||
|
||
- name: Run integration tests | ||
run: sg microk8s -c "tox -vve integration -- --model testing" | ||
run: sg snap_microk8s -c "tox -vve integration -- --model testing" | ||
|
||
# On failure, capture debugging resources | ||
- name: Get all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters