Skip to content

Commit 19f8d0e

Browse files
committed
version bumps
1 parent 477b9ed commit 19f8d0e

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

.github/workflows/integration-linux.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# this file is generated using gen_integration.sh
2-
name: draft Linux Integrations
2+
name: Linux Integration Tests
33
on:
44
pull_request:
55
branches: [main, staging]
66
workflow_dispatch:
77
jobs:
88
build:
9+
name: Build Draft Binary
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v4
@@ -26,6 +27,7 @@ jobs:
2627
path: ./draft
2728
if-no-files-found: error
2829
language-integration-test:
30+
name: Language/DeployType Matrix
2931
needs: build
3032
strategy:
3133
matrix:
@@ -38,3 +40,9 @@ jobs:
3840
with:
3941
language: ${{ matrix.language }}
4042
repo: ${{ matrix.repo }}
43+
linux-integration-summary:
44+
needs: language-integration-test
45+
name: Linux Integration Summary
46+
steps:
47+
run: |
48+
echo "Success"

.github/workflows/integration-per-language.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
helm-dry-run:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
17+
- uses: actions/checkout@v4
18+
- uses: actions/download-artifact@v4
1919
with:
2020
name: draft-binary
2121
- run: chmod +x ./draft
2222
- run: mkdir ./langtest
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
repository: ${{ inputs.repo }}
2626
path: ./langtest
@@ -69,13 +69,13 @@ jobs:
6969
serviceport: 80
7070
ingress_test_args: "-a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1"
7171
steps:
72-
- uses: actions/checkout@v3
73-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
72+
- uses: actions/checkout@v4
73+
- uses: actions/download-artifact@v4
7474
with:
7575
name: draft-binary
7676
- run: chmod +x ./draft
7777
- run: mkdir ./langtest
78-
- uses: actions/checkout@v3
78+
- uses: actions/checkout@v4
7979
with:
8080
repository: ${{ inputs.repo }}
8181
path: ./langtest
@@ -191,13 +191,13 @@ jobs:
191191
kustomize-dry-run:
192192
runs-on: ubuntu-latest
193193
steps:
194-
- uses: actions/checkout@v3
195-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
194+
- uses: actions/checkout@v4
195+
- uses: actions/download-artifact@v4
196196
with:
197197
name: draft-binary
198198
- run: chmod +x ./draft
199199
- run: mkdir ./langtest
200-
- uses: actions/checkout@v3
200+
- uses: actions/checkout@v4
201201
with:
202202
repository: ${{ inputs.repo }}
203203
path: ./langtest
@@ -246,13 +246,13 @@ jobs:
246246
serviceport: 80
247247
ingress_test_args: "-a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1"
248248
steps:
249-
- uses: actions/checkout@v3
250-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
249+
- uses: actions/checkout@v4
250+
- uses: actions/download-artifact@v4
251251
with:
252252
name: draft-binary
253253
- run: chmod +x ./draft
254254
- run: mkdir ./langtest
255-
- uses: actions/checkout@v3
255+
- uses: actions/checkout@v4
256256
with:
257257
repository: ${{inputs.repo}}
258258
path: ./langtest
@@ -362,13 +362,13 @@ jobs:
362362
manifests-dry-run:
363363
runs-on: ubuntu-latest
364364
steps:
365-
- uses: actions/checkout@v3
365+
- uses: actions/checkout@v4
366366
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
367367
with:
368368
name: draft-binary
369369
- run: chmod +x ./draft
370370
- run: mkdir ./langtest
371-
- uses: actions/checkout@v3
371+
- uses: actions/checkout@v4
372372
with:
373373
repository: ${{ inputs.repo }}
374374
path: ./langtest
@@ -417,13 +417,13 @@ jobs:
417417
serviceport: 80
418418
ingress_test_args: "-a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1"
419419
steps:
420-
- uses: actions/checkout@v3
421-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
420+
- uses: actions/checkout@v4
421+
- uses: actions/download-artifact@v4
422422
with:
423423
name: draft-binary
424424
- run: chmod +x ./draft
425425
- run: mkdir ./langtest
426-
- uses: actions/checkout@v3
426+
- uses: actions/checkout@v4
427427
with:
428428
repository: ${{ inputs.repo }}
429429
path: ./langtest
@@ -495,7 +495,7 @@ jobs:
495495
run: |
496496
find ./langtest/.github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
497497
| xargs -I {} action-validator --verbose {}
498-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
498+
- uses: actions/upload-artifact@v4
499499
with:
500500
name: ${{inputs.language}}-manifests-create
501501
path: |
@@ -515,12 +515,12 @@ jobs:
515515
ports:
516516
- 5000:5000
517517
steps:
518-
- uses: actions/checkout@v3
519-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
518+
- uses: actions/checkout@v4
519+
- uses: actions/download-artifact@v4
520520
with:
521521
name: draft-binary
522522
- run: chmod +x ./draft
523-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
523+
- uses: actions/download-artifact@v4
524524
with:
525525
name: ${{inputs.language}}-manifests-create
526526
path: ./langtest/

0 commit comments

Comments
 (0)