Skip to content

Commit

Permalink
Pin charmcraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Sep 25, 2023
1 parent 494f978 commit 5ba423f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
sudo snap install yq
sudo snap install rockcraft --classic --edge --revision=687
sudo snap install charmcraft --classic --revision 1349
- name: Build ROCK
run: |
app_version=$(yq '.version' rockcraft.yaml)
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
charmcraft-snap-revision: 1349 # version 2.3.0
integration:
runs-on: ubuntu-latest
timeout-minutes: 120
Expand All @@ -31,7 +29,7 @@ jobs:
provider: microk8s
# This is needed until
# https://bugs.launchpad.net/juju/+bug/1977582 is fixed
bootstrap-options: "--agent-version 2.9.29"
bootstrap-options: "--agent-version 3.1.5"
- uses: actions/download-artifact@v3
with:
name: mongodb-rock
Expand Down

0 comments on commit 5ba423f

Please sign in to comment.