Skip to content

Commit 3de8164

Browse files
committed
test with new candidate release
1 parent e81f66e commit 3de8164

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci-uat.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- s3
2727
# - azure_storage
2828
juju:
29-
- snap_channel: "3.6/stable"
30-
agent: "3.6.14"
29+
- snap_channel: "3.6/candidate"
30+
agent: "3.6.20"
3131
k8s-version:
3232
# - "1.28"
3333
- "1.30"
@@ -55,13 +55,6 @@ jobs:
5555
# bootstrap-options: "--agent-version ${{ matrix.juju.agent }}"
5656
microk8s-group: snap_microk8s
5757
microk8s-addons: "hostpath-storage rbac dns metallb:10.64.140.43-10.64.140.49"
58-
- name: Patch juju installation
59-
run: |
60-
sudo snap install yq
61-
CONTROLLER_NAME=$(juju controllers --format yaml | yq .current-controller)
62-
juju destroy-controller $CONTROLLER_NAME --destroy-storage --no-prompt --destroy-all-models
63-
sudo snap refresh juju --revision 33784
64-
juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
6558

6659
- name: Install tox & poetry
6760
run: |

0 commit comments

Comments
 (0)