From e23e46e1a0f97f3cb1976232faec250d08ef4ebb Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 30 Aug 2023 15:52:45 -0600 Subject: [PATCH] chore: use only v1.24 for release gates (#5117) * Use only v1.24 for release gates * Remove 1804 pools from release-gating cluster definition --- .github/workflows/release.yaml | 48 ++----------------- .../release/default/definition.json | 24 ---------- 2 files changed, 3 insertions(+), 69 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 51f699fc9c..2806ad400d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: - name: Validate gpu + docker scenario env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock - ORCHESTRATOR_RELEASE: "1.23" + ORCHESTRATOR_RELEASE: "1.24" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job" SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }} @@ -71,7 +71,7 @@ jobs: - name: Validate gpu + containerd scenario env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock - ORCHESTRATOR_RELEASE: "1.23" + ORCHESTRATOR_RELEASE: "1.24" CLUSTER_DEFINITION: "examples/kubernetes-gpu/kubernetes.json" GINKGO_FOCUS: "should be able to run a nvidia-gpu job" SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }} @@ -86,52 +86,10 @@ jobs: SKIP_LOGS_COLLECTION: true AZURE_CORE_ONLY_SHOW_ERRORS: True run: make test-kubernetes - - name: Validate 1.22 + containerd E2E - env: - SSH_AUTH_SOCK: /tmp/ssh_agent.sock - ORCHESTRATOR_RELEASE: "1.23" - CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json" - SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }} - CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }} - CLIENT_SECRET: ${{ secrets.TEST_AZURE_SP_PW }} - LOCATION: "eastus" - TENANT_ID: ${{ secrets.TEST_AZURE_TENANT_ID }} - CREATE_VNET: true - CLEANUP_ON_EXIT: true - CLEANUP_IF_FAIL: true - GINKGO_SKIP: "" - STABILITY_ITERATIONS: "0" - RETAIN_SSH: false - CONTAINER_RUNTIME: "containerd" - BLOCK_SSH: true - SKIP_LOGS_COLLECTION: true - AZURE_CORE_ONLY_SHOW_ERRORS: True - run: make test-kubernetes - - name: Validate 1.23 + containerd E2E - env: - SSH_AUTH_SOCK: /tmp/ssh_agent.sock - ORCHESTRATOR_RELEASE: "1.23" - CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json" - SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }} - CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }} - CLIENT_SECRET: ${{ secrets.TEST_AZURE_SP_PW }} - LOCATION: "eastus" - TENANT_ID: ${{ secrets.TEST_AZURE_TENANT_ID }} - CREATE_VNET: true - CLEANUP_ON_EXIT: true - CLEANUP_IF_FAIL: true - GINKGO_SKIP: "" - STABILITY_ITERATIONS: "0" - RETAIN_SSH: false - CONTAINER_RUNTIME: "containerd" - BLOCK_SSH: true - SKIP_LOGS_COLLECTION: true - AZURE_CORE_ONLY_SHOW_ERRORS: True - run: make test-kubernetes - name: Validate 1.24 + containerd E2E env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock - ORCHESTRATOR_RELEASE: "1.23" + ORCHESTRATOR_RELEASE: "1.24" CLUSTER_DEFINITION: "examples/e2e-tests/kubernetes/release/default/definition.json" SUBSCRIPTION_ID: ${{ secrets.TEST_AZURE_SUB_ID }} CLIENT_ID: ${{ secrets.TEST_AZURE_SP_ID }} diff --git a/examples/e2e-tests/kubernetes/release/default/definition.json b/examples/e2e-tests/kubernetes/release/default/definition.json index 33d39b3320..344a3fd59d 100644 --- a/examples/e2e-tests/kubernetes/release/default/definition.json +++ b/examples/e2e-tests/kubernetes/release/default/definition.json @@ -62,30 +62,6 @@ "1", "2" ] - }, - { - "name": "pool1804", - "count": 1, - "vmSize": "Standard_B2s", - "distro": "ubuntu-18.04", - "availabilityProfile": "VirtualMachineScaleSets", - "vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME", - "availabilityZones": [ - "1", - "2" - ] - }, - { - "name": "pool1804gen2", - "count": 1, - "vmSize": "Standard_D2s_v3", - "distro": "ubuntu-18.04-gen2", - "availabilityProfile": "VirtualMachineScaleSets", - "vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME", - "availabilityZones": [ - "1", - "2" - ] } ], "linuxProfile": {