From c3825a918f39d79e1fbc1eef215ff4200cb6fd54 Mon Sep 17 00:00:00 2001 From: Charlie Truong Date: Fri, 8 May 2026 00:02:24 -0500 Subject: [PATCH] ci: Remove unnecessary taint node job Signed-off-by: Charlie Truong --- .github/workflows/cicd-main.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index 06289aef8b5..b6e3c8f19fb 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -1126,23 +1126,3 @@ jobs: issue_number: prNumber, body: `🔄 Merge queue validation started!\n\nYou can track the progress here: ${runUrl}` }); - - cleanup-taint-node: - runs-on: ${{ needs.is-not-external-contributor.outputs.selected_runner }} - needs: - - is-not-external-contributor - - cicd-container-build - - cicd-unit-tests-latest - - cicd-integration-tests-latest-h100 - - cicd-integration-tests-latest-gb200 - - Coverage - - Coverage_Fake - if: | - always() - && !cancelled() - && contains(needs.is-not-external-contributor.outputs.selected_runner, 'ephemeral') - && !needs.pre-flight.outputs.is_deployment_workflow == 'true' - steps: - - name: Taint node for cleanup - shell: bash - run: taint-node.sh