|
16 | 16 |
|
17 | 17 | jobs: |
18 | 18 | build: |
19 | | - runs-on: ubuntu-latest-m |
| 19 | + runs-on: ubuntu-24.04 |
20 | 20 | outputs: |
21 | 21 | version: ${{ steps.extract-version.outputs.version }} |
22 | 22 | steps: |
|
55 | 55 | # ------------------------------------------------------- |
56 | 56 |
|
57 | 57 | kotlin-jira-client-test-ktor: |
58 | | - runs-on: ubuntu-latest-m |
| 58 | + runs-on: ubuntu-24.04 |
59 | 59 | needs: build |
60 | 60 | steps: |
61 | 61 | - name: Checkout Source |
|
95 | 95 | run: mvn -B verify -Pjira-itest-ktor,jira-ci-ktor,-jira-itest-applink,-jira-itest-sdk,-insight-itest-applink,-insight-itest-sdk,-insight-itest-ktor "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}" |
96 | 96 |
|
97 | 97 | kotlin-jira-client-test-applink: |
98 | | - runs-on: ubuntu-latest-m |
| 98 | + runs-on: ubuntu-24.04 |
99 | 99 | needs: build |
100 | 100 | steps: |
101 | 101 | - name: Checkout Source |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | run: mvn -B verify -Pjira-itest-applink,jira-ci-applink,-jira-itest-ktor,-jira-itest-sdk,-insight-itest-applink,-insight-itest-sdk,-insight-itest-ktor "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}" "-Dbaseurl=http://confluence:1990" |
139 | 139 |
|
140 | 140 | kotlin-jira-client-test-sdk: |
141 | | - runs-on: ubuntu-latest-m |
| 141 | + runs-on: ubuntu-24.04 |
142 | 142 | needs: build |
143 | 143 | steps: |
144 | 144 | - name: Checkout Source |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | # ------------------------------------------------------- |
175 | 175 |
|
176 | 176 | kotlin-insight-client-test-ktor: |
177 | | - runs-on: ubuntu-latest-m |
| 177 | + runs-on: ubuntu-24.04 |
178 | 178 | needs: build |
179 | 179 | steps: |
180 | 180 | - name: Checkout Source |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | run: mvn -B verify -Pinsight-itest-ktor,insight-ci-ktor,-jira-itest-applink,-jira-itest-sdk,-jira-itest-ktor,-insight-itest-applink,-insight-itest-sdk "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}" |
215 | 215 |
|
216 | 216 | kotlin-insight-client-test-sdk: |
217 | | - runs-on: ubuntu-latest-m |
| 217 | + runs-on: ubuntu-24.04 |
218 | 218 | needs: build |
219 | 219 | steps: |
220 | 220 | - name: Checkout Source |
@@ -246,7 +246,7 @@ jobs: |
246 | 246 | - name: Integration tests using sdk |
247 | 247 | run: mvn -B verify -Pinsight-itest-sdk,insight-ci-sdk,-insight-itest-ktor,-insight-ci-ktor,-jira-itest-applink,-jira-itest-sdk,-jira-itest-ktor,-insight-itest-applink "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}" "-Dbaseurl=http://localhost:2990" |
248 | 248 | kotlin-insight-client-test-applink: |
249 | | - runs-on: ubuntu-latest-m |
| 249 | + runs-on: ubuntu-24.04 |
250 | 250 | needs: build |
251 | 251 | steps: |
252 | 252 | - name: Checkout Source |
@@ -289,7 +289,7 @@ jobs: |
289 | 289 | run: mvn -B verify -Pinsight-itest-applink,insight-ci-applink,-insight-itest-ktor,-insight-itest-sdk,-jira-itest-ktor,-jira-itest-sdk,-jira-itest-applink "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}" "-Dbaseurl=http://confluence:1990" |
290 | 290 |
|
291 | 291 | deploy-to-central: |
292 | | - runs-on: ubuntu-latest-m |
| 292 | + runs-on: ubuntu-24.04 |
293 | 293 | needs: [ build, kotlin-jira-client-test-sdk, kotlin-jira-client-test-ktor, kotlin-jira-client-test-applink, kotlin-insight-client-test-ktor, kotlin-insight-client-test-applink, kotlin-insight-client-test-sdk ] |
294 | 294 | if: ${{ github.event_name == 'release' }} |
295 | 295 | steps: |
@@ -365,7 +365,7 @@ jobs: |
365 | 365 | SIGNING_PASSWORD: ${{ secrets.DEV_LINKED_PLANET_PGP_KEY_PASSPHRASE }} |
366 | 366 |
|
367 | 367 | prepare-next-snapshot: |
368 | | - runs-on: ubuntu-latest-m |
| 368 | + runs-on: ubuntu-24.04 |
369 | 369 | needs: [ build, deploy-to-central ] |
370 | 370 | if: ${{ github.event_name == 'release' }} |
371 | 371 | steps: |
@@ -406,7 +406,7 @@ jobs: |
406 | 406 | notify-slack: |
407 | 407 | needs: prepare-next-snapshot |
408 | 408 | if: always() |
409 | | - runs-on: ubuntu-latest-m |
| 409 | + runs-on: ubuntu-24.04 |
410 | 410 | steps: |
411 | 411 | - name: Notify Slack |
412 | 412 | if: ${{ github.ref == env.MAIN_BRANCH_FULL || github.event_name == 'release' }} |
|
0 commit comments