Skip to content

Commit

Permalink
fix issues in HA test set up
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 19, 2024
1 parent 43aa7cd commit 5071494
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ jobs:
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: "1.29-strict/stable"
bootstrap-constraints: "cores=2 mem=2G"
juju-channel: 3.1/stable
# This is needed until
# https://bugs.launchpad.net/juju/+bug/1977582 is fixed
bootstrap-options: "--agent-version 3.1.7"
cloud: microk8s
microk8s-snap-channel: 1.29-strict/stable
juju-agent-version: 3.1.7
- name: Install rockcraft
run: |
sudo snap install rockcraft --classic --revision 1206
Expand Down

0 comments on commit 5071494

Please sign in to comment.