From 5071494cc2f004949251c04696841299ca301865 Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Fri, 19 Jul 2024 08:46:49 +0000 Subject: [PATCH] fix issues in HA test set up --- .github/workflows/integration.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 194ac2a..acf4df7 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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