File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
lint :
22
22
name : Lint
23
- uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0
23
+ uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.2.1
24
24
25
25
lib-check :
26
26
name : Check libraries
44
44
45
45
unit-test :
46
46
name : Unit test charm
47
- runs-on : ubuntu-22 .04
47
+ runs-on : ubuntu-24 .04
48
48
timeout-minutes : 25 # TODO: reduce to 5 minutes
49
49
steps :
50
50
- name : Checkout
58
58
59
59
terraform-lint :
60
60
name : Terraform - Lint
61
- runs-on : ubuntu-22 .04
61
+ runs-on : ubuntu-24 .04
62
62
timeout-minutes : 10
63
63
steps :
64
64
- name : Checkout repo
85
85
name : Terraform - Run terraform tests
86
86
needs :
87
87
- terraform-lint
88
- runs-on : ubuntu-22 .04
88
+ runs-on : ubuntu-24 .04
89
89
timeout-minutes : 120
90
90
strategy :
91
91
matrix :
@@ -150,7 +150,7 @@ jobs:
150
150
path :
151
151
- .
152
152
name : Build charm | ${{ matrix.path }}
153
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
153
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.1
154
154
with :
155
155
path-to-charm-directory : ${{ matrix.path }}
156
156
cache : false
@@ -161,7 +161,7 @@ jobs:
161
161
- lint
162
162
- unit-test
163
163
- build
164
- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0
164
+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v32.2.1
165
165
with :
166
166
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
167
167
cloud : microk8s
Original file line number Diff line number Diff line change 37
37
name : Release charm
38
38
needs :
39
39
- ci-tests
40
- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
40
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v32.2.1
41
41
with :
42
42
channel : 6/edge
43
43
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments