Skip to content

Commit b7da598

Browse files
Update charmed-mysql rock image to latest edge version (#237)
Includes innocuous changes to router: from canonical/charmed-mysql-snap#47
1 parent f9c2fdb commit b7da598

File tree

8 files changed

+628
-214
lines changed

8 files changed

+628
-214
lines changed

.github/workflows/ci.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,26 @@ jobs:
4242
- name: Run tests
4343
run: tox run -e unit
4444

45+
lib-check:
46+
name: Check libraries
47+
runs-on: ubuntu-latest
48+
timeout-minutes: 5
49+
steps:
50+
- name: Checkout
51+
uses: actions/checkout@v4
52+
with:
53+
fetch-depth: 0
54+
- run: |
55+
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
56+
touch requirements.txt
57+
- name: Check libs
58+
uses: canonical/charming-actions/[email protected]
59+
with:
60+
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
61+
github-token: "${{ secrets.GITHUB_TOKEN }}"
62+
use-labels: false
63+
fail-build: ${{ github.event_name == 'pull_request' }}
64+
4565
build:
4666
name: Build charm
4767
uses: canonical/data-platform-workflows/.github/workflows/[email protected]

.github/workflows/release.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,6 @@ on:
88
- main
99

1010
jobs:
11-
lib-check:
12-
name: Check libraries
13-
runs-on: ubuntu-latest
14-
timeout-minutes: 5
15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
20-
- run: |
21-
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
22-
touch requirements.txt
23-
- name: Check libs
24-
uses: canonical/charming-actions/[email protected]
25-
with:
26-
credentials: "${{ secrets.CHARMHUB_TOKEN }}" # FIXME: current token will expire in 2023-07-04
27-
github-token: "${{ secrets.GITHUB_TOKEN }}"
28-
2911
ci-tests:
3012
needs:
3113
- lib-check

0 commit comments

Comments
 (0)