|
4 | 4 | workflow_call: |
5 | 5 | inputs: |
6 | 6 | scenarios: |
7 | | - description: 'JSON array of test scenarios to run' |
| 7 | + description: "JSON array of test scenarios to run" |
8 | 8 | required: false |
9 | 9 | type: string |
10 | | - default: '[]' |
| 10 | + default: "[]" |
11 | 11 | minikube_start_args: |
12 | | - description: 'Arguments to pass to Minikube start command' |
| 12 | + description: "Arguments to pass to Minikube start command" |
13 | 13 | required: false |
14 | 14 | type: string |
15 | | - default: '' |
| 15 | + default: "" |
16 | 16 | use_latest_flux: |
17 | | - description: 'enables using the latest flux chart' |
| 17 | + description: "enables using the latest flux chart" |
18 | 18 | required: false |
19 | 19 | type: boolean |
20 | 20 | default: false |
@@ -46,18 +46,18 @@ jobs: |
46 | 46 | group: ${{ fromJSON(inputs.scenarios) }} |
47 | 47 | steps: |
48 | 48 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
49 | | - |
| 49 | + |
50 | 50 | - name: Free up space |
51 | 51 | run: bash .github/workflows/scripts/space_cleanup.sh |
52 | 52 |
|
53 | 53 | - name: Setup Minikube |
54 | | - uses: manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d # v2.14.0 |
| 54 | + uses: medyagh/setup-minikube@e9e035a86bbc3caea26a450bd4dbf9d0c453682e # v0.0.21 |
55 | 55 | with: |
56 | | - minikube version: v1.35.0 |
57 | | - kubernetes version: "v1.30.14" |
58 | | - start args: ${{ inputs.minikube_start_args }} |
| 56 | + minikube-version: v1.35.0 |
| 57 | + kubernetes-version: "v1.30.14" |
| 58 | + start-args: ${{ inputs.minikube_start_args }} |
59 | 59 | driver: docker |
60 | | - github token: ${{ secrets.GITHUB_TOKEN }} |
| 60 | + github-token: ${{ secrets.GITHUB_TOKEN }} |
61 | 61 |
|
62 | 62 | - name: Install Tilt |
63 | 63 | run: | |
|
70 | 70 |
|
71 | 71 | - uses: ./.github/actions/rust-cache |
72 | 72 | with: |
73 | | - identifier: 'test-dev' |
74 | | - restore-strategy: 'nearest' |
| 73 | + identifier: "test-dev" |
| 74 | + restore-strategy: "nearest" |
75 | 75 | save-cache: false |
76 | 76 |
|
77 | 77 | - name: Install Zig |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | name: K8s e2e tests |
104 | 104 | if: always() # cannot be skipped even if required steps fail |
105 | 105 | runs-on: ubuntu-latest |
106 | | - needs: [ k8s-e2e-tests ] |
| 106 | + needs: [k8s-e2e-tests] |
107 | 107 | steps: |
108 | 108 | - name: Check if needed jobs succeeded |
109 | 109 | uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # 05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe |
|
0 commit comments