Merge pull request #7000 from fidencio/topic/use-a-different-name-for-the-ubuntu-and-mariner-aks-clusters

gha: aks: Add the host_os as part of the aks cluster's name
This commit is contained in:
Fabiano Fidêncio
2023-05-31 15:18:17 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ jobs:
run: |
az aks create \
-g "kataCI" \
-n "${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}-${{ matrix.vmm }}-amd64" \
-n "${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}-${{ matrix.vmm }}-${{ matrix.host_os }}-amd64" \
-s "Standard_D4s_v5" \
--node-count 1 \
--generate-ssh-keys \