From 1adc821cce6104dce80aff781359aa2f07eb32a2 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Wed, 18 Feb 2026 10:03:17 +1100 Subject: [PATCH 1/2] Add aks e2e test back --- .github/workflows/publish-azure-cc-enclave-docker.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-azure-cc-enclave-docker.yaml b/.github/workflows/publish-azure-cc-enclave-docker.yaml index 552ff56c2..a8a1f8ebd 100644 --- a/.github/workflows/publish-azure-cc-enclave-docker.yaml +++ b/.github/workflows/publish-azure-cc-enclave-docker.yaml @@ -251,4 +251,12 @@ jobs: name: azure-aks-enclave-id-${{ needs.buildImage.outputs.jar_version }} path: ${{ env.MANIFEST_OUTPUT_DIR }} if-no-files-found: error - + + e2eAzureAks: + name: E2E Azure AKS + uses: ./.github/workflows/run-e2e-tests-on-operator.yaml + needs: [buildImage, azureAks] + with: + operator_type: aks + operator_image_version: ${{ needs.buildImage.outputs.image_tag }} + secrets: inherit From 04839b43c2f68eaf127806602fc3781816e12733 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Wed, 18 Feb 2026 10:03:41 +1100 Subject: [PATCH 2/2] Use kcc-UID2-6321-reenable-aks-e2e branch for e2e test --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 462a992e1..c217b95d2 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,7 +117,7 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@kcc-UID2-6321-reenable-aks-e2e with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }}