Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
matrix:
include:
- charm-repo: canonical/postgresql-operator
commit: cdaffd23a2a50efb7ff0c7e1ffb70d85da526505 # 2026-05-24T21:43:47Z
commit: 938cad4d59079dc74221cfbdae88825c62be6989 # 2026-06-24T10:39:31Z
- charm-repo: canonical/postgresql-k8s-operator
commit: c434df80953409f290e7ea6e76f78a3ec46cecc2 # 2026-05-30T03:35:40Z
commit: 0f9586d6d0d41ed9718d967e764b8fc1ab5f7deb # 2026-06-23T22:05:05Z
- charm-repo: canonical/mysql-operator
commit: 8b73ff31c76ab3234acd4e4172b0347073def2fa # 2026-01-20T15:34:11Z
commit: f2e0fda4129a9466d204e55702fb4c16c54e4d94 # 2026-01-23T10:54:25Z
- charm-repo: canonical/mysql-k8s-operator
commit: 0088c9583f63999ff37d982948e47b9e3e3fba2a # 2026-01-20T15:48:23Z
commit: e669bb8042003a958529723209ed6a043a47160b # 2026-01-23T10:56:26Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v6.0.2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
matrix:
include:
- charm-repo: canonical/alertmanager-k8s-operator
commit: 8e44b663abc32b994b3eb917444a9be37d7e2362 # 2026-05-20T14:53:02Z
commit: 0c62b00ca6a3ad61c65014cbb32ce3ec666c76bc # rev222 2026-06-23T20:39:16Z
- charm-repo: canonical/prometheus-k8s-operator
commit: b7fb6cf55d50f4c17559576ecd5ac0245c0c179e # 2026-05-21T13:31:13Z
commit: 7688a6c7a48997e99f9aae9458c72788969c0ef0 # rev304 2026-06-23T20:39:10Z
- charm-repo: canonical/grafana-k8s-operator
commit: f3999254035d5f39eda07261af2b86a4454846d4 # 2026-05-20T14:52:38Z
commit: 25b29bc2fc83f6a112690e47b2420a4023d77959 # 2026-06-24T13:49:15Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v6.0.2
Expand Down
Loading