Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MISC] Switch to Juju 3.6 and cached builds #91

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
path-to-charm-directory: ${{ matrix.path }}
cache: false # TODO: will change to `true` afte cache is reenabled
cache: true
dragomirp marked this conversation as resolved.
Show resolved Hide resolved
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release

integration-test:
Expand All @@ -72,7 +72,7 @@ jobs:
juju:
- agent: 2.9.51 # renovate: juju-agent-pin-minor
libjuju: ^2
- agent: 3.1.10 # renovate: juju-agent-pin-minor
- agent: 3.6.1 # renovate: juju-agent-pin-minor
cloud:
- lxd
- microk8s
Expand Down
Loading