Skip to content

Commit

Permalink
chore: update charm pins (#1565)
Browse files Browse the repository at this point in the history
This is an automated PR to update pins of the external repositories that
the operator framework is tested against

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
prints-charming-bot and github-actions authored Feb 27, 2025
1 parent 8fe590a commit 49cbeae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
include:
- charm-repo: canonical/postgresql-operator
commit: 1872cc713bc058f4cec768242640361c1f2099a3 # 2025-01-28T15:07:11Z
commit: 6cce771de5d4a33f751de0ce34af85f0c17fd3d3 # 2025-02-25T15:17:48Z
- charm-repo: canonical/postgresql-k8s-operator
commit: 2b75c1e50de640708e0c9f0cbbeef7776974c725 # 2025-01-28T15:07:14Z
commit: e92a015465cd7556f41cdd1ff51bb02590309a0e # 2025-02-26T21:59:57Z
- charm-repo: canonical/mysql-operator
commit: 5507e955f8847ad3d2fb16a42e0ddf8046548a07 # 2025-01-28T19:25:35Z
commit: cd09784bba60dd77554da97b2a9bc4ef323cd586 # rev363 rev362 2025-02-26T20:13:40Z
- charm-repo: canonical/mysql-k8s-operator
commit: e1be970a14a71ee4c9cc078d63661b75defe4cdf # 2025-01-28T19:25:58Z
commit: b353fdb5b9e8ee59aefac4eb4fe3c53af4790bf6 # rev241 rev240 2025-02-25T12:29:30Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v4
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
include:
- charm-repo: canonical/alertmanager-k8s-operator
commit: 76a98ac2e8eb94d2ef714039c2b8f365f937dedc # rev149 2025-01-25T12:09:32Z
commit: 003eb9c25f35f616a9af1a5c7e15b306a36e804e # rev155 2025-02-26T12:12:03Z
- charm-repo: canonical/prometheus-k8s-operator
commit: 62cd2d9b8c3a528910ce12c553209817e1b7a889 # rev226 2024-12-19T16:01:25Z
commit: 043ae123939ed02e32a3ca7223e194ea0394259e # 2025-02-25T00:03:54Z
- charm-repo: canonical/grafana-k8s-operator
commit: 3c8db2d5ca7106bb39b5745de44732053888e190 # rev135 2025-01-28T15:24:39Z
commit: 13fa90ed7d5304ce26eaba17f0dff3c2831c07a8 # 2025-02-10T20:16:10Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,7 +73,8 @@ jobs:
fi
- name: Run the charm's static analysis checks
if: ${{ steps.check-tox-env-static.outputs.exists == 'true' && !(matrix.disabled) }}
if: ${{ steps.check-tox-env-static.outputs.exists == 'true' && !(matrix.disabled)
}}
run: tox -vve static

- name: Check if 'static-charm' tox environment exists
Expand All @@ -86,5 +87,6 @@ jobs:
fi
- name: Run the charm's static (charm) analysis checks
if: ${{ steps.check-tox-env-static-charm.outputs.exists == 'true' && !(matrix.disabled) }}
if: ${{ steps.check-tox-env-static-charm.outputs.exists == 'true' && !(matrix.disabled)
}}
run: tox -vve static-charm

0 comments on commit 49cbeae

Please sign in to comment.