From b3cc70514e87ffdf4c153bccb15ba11737847896 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Thu, 23 Oct 2025 11:53:20 +1100 Subject: [PATCH] Disable AKS e2e tests --- .github/workflows/shared-run-e2e-tests.yaml | 24 --------------------- 1 file changed, 24 deletions(-) diff --git a/.github/workflows/shared-run-e2e-tests.yaml b/.github/workflows/shared-run-e2e-tests.yaml index 02364942..13d70757 100644 --- a/.github/workflows/shared-run-e2e-tests.yaml +++ b/.github/workflows/shared-run-e2e-tests.yaml @@ -201,16 +201,6 @@ jobs: target_environment: ${{ inputs.target_environment }} aws_pcr0: ${{ inputs.aws_pcr0 }} - - name: Prepare AKS metadata - id: prepare_aks_metadata - if: ${{ inputs.operator_type == 'aks' }} - uses: IABTechLab/uid2-shared-actions/actions/prepare_aks_metadata@v3 - with: - operator_image_version: ${{ inputs.operator_image_version }} - target_environment: ${{ inputs.target_environment }} - bore_url_core: ${{ steps.bore.outputs.bore_url_core }} - bore_url_optout: ${{ steps.bore.outputs.bore_url_optout }} - - name: Bring up Docker Compose id: docker-compose if: ${{ inputs.target_environment == 'mock' }} @@ -265,14 +255,6 @@ jobs: target_environment: ${{ inputs.target_environment }} operator_key: ${{ steps.prepare_aws_metadata.outputs.operator_key }} - - name: Start AKS private operator - id: start_aks_private_operator - if: ${{ inputs.operator_type == 'aks' }} - uses: IABTechLab/uid2-shared-actions/actions/start_aks_private_operator@v3 - with: - template_file: ${{ steps.prepare_aks_metadata.outputs.template_file }} - azure_credentials: ${{ secrets.AZURE_CREDENTIALS }} - - name: Decide E2E test environment variables id: decide_env_var shell: bash @@ -376,9 +358,3 @@ jobs: with: aws_stack_name: ${{ needs.e2e-test.outputs.aws_stack_name }} aws_region: ${{ inputs.aws_region }} - - - name: Stop AKS operator - if: ${{ inputs.operator_type == 'aks' }} - uses: IABTechLab/uid2-shared-actions/actions/stop_aks_private_operator@v3 - with: - azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}