mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
Merge pull request #6612 from fidencio/topic/gha-k8s-on-aks-fix-cluster-name
gha: k8s-on-aks: Fix cluster name
This commit is contained in:
commit
abaf881f4a
6
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
6
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- qemu
|
- qemu
|
||||||
uses: ./.github/workflows/create-aks.yaml
|
uses: ./.github/workflows/create-aks.yaml
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.pull_request.number }}-${{ github.sha }}-${{ matrix.vmm }}-amd64
|
name: ${{ inputs.checkout-ref }}-${{ matrix.vmm }}-amd64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
run-k8s-tests:
|
run-k8s-tests:
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download credentials for the Kubernetes CLI to use them
|
- name: Download credentials for the Kubernetes CLI to use them
|
||||||
run: |
|
run: |
|
||||||
az aks get-credentials -g "kataCI" -n ${{ github.event.pull_request.number }}-${{ github.sha }}-${{ matrix.vmm }}-amd64
|
az aks get-credentials -g "kataCI" -n ${{ inputs.checkout-ref }}-${{ matrix.vmm }}-amd64
|
||||||
|
|
||||||
- name: Deploy kata-deploy
|
- name: Deploy kata-deploy
|
||||||
run: |
|
run: |
|
||||||
@ -96,5 +96,5 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/workflows/delete-aks.yaml
|
uses: ./.github/workflows/delete-aks.yaml
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.pull_request.number }}-${{ github.sha }}-${{ matrix.vmm }}-amd64
|
name: ${{ inputs.checkout-ref }}-${{ matrix.vmm }}-amd64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user