Skip to content

Commit

Permalink
revert changes to integration ci for cloud set up
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 19, 2024
1 parent 5071494 commit 4ac9864
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
cloud: microk8s
microk8s-snap-channel: 1.29-strict/stable
juju-agent-version: 3.1.7
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"
- name: Install rockcraft
run: |
sudo snap install rockcraft --classic --revision 1206
Expand Down

0 comments on commit 4ac9864

Please sign in to comment.