Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit e23e46e

Browse files
authored
chore: use only v1.24 for release gates (#5117)
* Use only v1.24 for release gates * Remove 1804 pools from release-gating cluster definition
1 parent 08b595e commit e23e46e

File tree

2 files changed

+3
-69
lines changed

2 files changed

+3
-69
lines changed

Diff for: .github/workflows/release.yaml

+3-45
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Validate gpu + docker scenario
5454
env:
5555
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
56-
ORCHESTRATOR_RELEASE: "1.23"
56+
ORCHESTRATOR_RELEASE: "1.24"
5757
CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json"
5858
GINKGO_FOCUS: "should be able to run a nvidia-gpu job"
5959
SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Validate gpu + containerd scenario
7272
env:
7373
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
74-
ORCHESTRATOR_RELEASE: "1.23"
74+
ORCHESTRATOR_RELEASE: "1.24"
7575
CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json"
7676
GINKGO_FOCUS: "should be able to run a nvidia-gpu job"
7777
SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }}
@@ -86,52 +86,10 @@ jobs:
8686
SKIP_LOGS_COLLECTION: true
8787
AZURE_CORE_ONLY_SHOW_ERRORS: True
8888
run: make test-kubernetes
89-
- name: Validate 1.22 + containerd E2E
90-
env:
91-
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
92-
ORCHESTRATOR_RELEASE: "1.23"
93-
CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json"
94-
SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }}
95-
CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }}
96-
CLIENT_SECRET: ${{ secrets.TEST_AZURE_SP_PW }}
97-
LOCATION: "eastus"
98-
TENANT_ID: ${{ secrets.TEST_AZURE_TENANT_ID }}
99-
CREATE_VNET: true
100-
CLEANUP_ON_EXIT: true
101-
CLEANUP_IF_FAIL: true
102-
GINKGO_SKIP: ""
103-
STABILITY_ITERATIONS: "0"
104-
RETAIN_SSH: false
105-
CONTAINER_RUNTIME: "containerd"
106-
BLOCK_SSH: true
107-
SKIP_LOGS_COLLECTION: true
108-
AZURE_CORE_ONLY_SHOW_ERRORS: True
109-
run: make test-kubernetes
110-
- name: Validate 1.23 + containerd E2E
111-
env:
112-
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
113-
ORCHESTRATOR_RELEASE: "1.23"
114-
CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json"
115-
SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }}
116-
CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }}
117-
CLIENT_SECRET: ${{ secrets.TEST_AZURE_SP_PW }}
118-
LOCATION: "eastus"
119-
TENANT_ID: ${{ secrets.TEST_AZURE_TENANT_ID }}
120-
CREATE_VNET: true
121-
CLEANUP_ON_EXIT: true
122-
CLEANUP_IF_FAIL: true
123-
GINKGO_SKIP: ""
124-
STABILITY_ITERATIONS: "0"
125-
RETAIN_SSH: false
126-
CONTAINER_RUNTIME: "containerd"
127-
BLOCK_SSH: true
128-
SKIP_LOGS_COLLECTION: true
129-
AZURE_CORE_ONLY_SHOW_ERRORS: True
130-
run: make test-kubernetes
13189
- name: Validate 1.24 + containerd E2E
13290
env:
13391
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
134-
ORCHESTRATOR_RELEASE: "1.23"
92+
ORCHESTRATOR_RELEASE: "1.24"
13593
CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json"
13694
SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }}
13795
CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }}

Diff for: examples/e2e-tests/kubernetes/release/default/definition.json

-24
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,6 @@
6262
"1",
6363
"2"
6464
]
65-
},
66-
{
67-
"name": "pool1804",
68-
"count": 1,
69-
"vmSize": "Standard_B2s",
70-
"distro": "ubuntu-18.04",
71-
"availabilityProfile": "VirtualMachineScaleSets",
72-
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME",
73-
"availabilityZones": [
74-
"1",
75-
"2"
76-
]
77-
},
78-
{
79-
"name": "pool1804gen2",
80-
"count": 1,
81-
"vmSize": "Standard_D2s_v3",
82-
"distro": "ubuntu-18.04-gen2",
83-
"availabilityProfile": "VirtualMachineScaleSets",
84-
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME",
85-
"availabilityZones": [
86-
"1",
87-
"2"
88-
]
8965
}
9066
],
9167
"linuxProfile": {

0 commit comments

Comments
 (0)