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 eaf3fd8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
uses: |
- charmed-kubernetes/actions-operator@main
- canonical/data-platform-workflows/.github/workflows/[email protected]
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 eaf3fd8

Please sign in to comment.