We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc3bf commit 4cd0faeCopy full SHA for 4cd0fae
1 file changed
.github/workflows/e2e-nightly.yaml
@@ -49,9 +49,11 @@ on:
49
default: ''
50
51
env:
52
- RESOURCE_GROUP: "kaito-gw-e2e-nightly-rg-${{ github.run_id }}"
53
- CLUSTER_NAME: "kaito-gw-e2e-nightly-aks-${{ github.run_id }}"
54
- ACR_NAME: "kaitogwe2enightly${{ github.run_id }}acr"
+ # Names are kept short so that the AKS-managed node resource group
+ # ("MC_<RG>_<CLUSTER>_<LOCATION>") stays within the 80-char limit.
+ RESOURCE_GROUP: "kaito-nightly-rg-${{ github.run_id }}"
55
+ CLUSTER_NAME: "kaito-nightly-aks-${{ github.run_id }}"
56
+ ACR_NAME: "kaitonightly${{ github.run_id }}acr"
57
GPU_MOCKER_IMAGE: "gpu-node-mocker:latest-${{ github.run_id }}"
58
LOCATION: australiaeast
59
NODE_COUNT: '3'
0 commit comments