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
commit de22783124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \