Skip to content

Commit

Permalink
Disable the checks against charms that still need to fix their tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 17, 2024
1 parent 39ff60b commit 310d34b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/db-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
commit: e59139a097bd407b5e785daf8193b777cc691af9 # 2024-08-26T10:45:00Z
- charm-repo: canonical/postgresql-k8s-operator
commit: beed68055e33191721896a3b8e28274a99e7de7b # 2024-08-26T16:47:32Z
- charm-repo: canonical/mysql-operator
commit: 25a8a79680f3fbf3c36e9e1d8c20a852f54129c1 # 2024-08-26T13:48:51Z
# Waiting for an upstream PR:
# https://github.com/canonical/mysql-operator/pull/519
#- charm-repo: canonical/mysql-operator
# commit: 25a8a79680f3fbf3c36e9e1d8c20a852f54129c1 # 2024-08-26T13:48:51Z
- charm-repo: canonical/mysql-k8s-operator
commit: 52df6266067d7233b7a067f7a967170b4096dba8 # rev183 rev182 2024-08-26T13:44:33Z
steps:
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
include:
- charm-repo: canonical/alertmanager-k8s-operator
commit: 4b2f567c43bc67e9d1fe24f018ba186dcd0396ed # 2024-08-28T11:32:28Z
- charm-repo: canonical/prometheus-k8s-operator
commit: 27025e5d840ec09331608b398cf4e49e5fe256e9 # 2024-08-28T11:32:32Z
- charm-repo: canonical/grafana-k8s-operator
commit: 1c80f746f8edeae6fd23ddf31eed45f5b88c06b4 # rev118 2024-08-12T14:02:32Z
# Waiting for an upstream PR:
# https://github.com/canonical/prometheus-k8s-operator/pull/639
#- charm-repo: canonical/prometheus-k8s-operator
# commit: 27025e5d840ec09331608b398cf4e49e5fe256e9 # 2024-08-28T11:32:32Z
# Waiting for an upstream PR:
# https://github.com/canonical/grafana-k8s-operator/pull/347
#- charm-repo: canonical/grafana-k8s-operator
# commit: 1c80f746f8edeae6fd23ddf31eed45f5b88c06b4 # rev118 2024-08-12T14:02:32Z
steps:
- name: Checkout the ${{ matrix.charm-repo }} repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 310d34b

Please sign in to comment.