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@v31.1.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 :
@@ -152,7 +152,7 @@ jobs:
152
152
- tests/integration/ha_tests/application_charm
153
153
- tests/integration/relation_tests/application-charm
154
154
name : Build charm | ${{ matrix.path }}
155
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
155
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v31.1.1
156
156
with :
157
157
path-to-charm-directory : ${{ matrix.path }}
158
158
@@ -162,7 +162,7 @@ jobs:
162
162
- lint
163
163
- unit-test
164
164
- build
165
- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0
165
+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v31.1.1
166
166
with :
167
167
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
168
168
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@v31.1.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