Skip to content

Commit f0e98b6

Browse files
authored
UID2-6321 Reenable aks e2e (#2375)
* Add aks e2e test back * Use kcc-UID2-6321-reenable-aks-e2e branch for e2e test * Revert to v3
1 parent 5358e88 commit f0e98b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/publish-azure-cc-enclave-docker.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,12 @@ jobs:
251251
name: azure-aks-enclave-id-${{ needs.buildImage.outputs.jar_version }}
252252
path: ${{ env.MANIFEST_OUTPUT_DIR }}
253253
if-no-files-found: error
254-
254+
255+
e2eAzureAks:
256+
name: E2E Azure AKS
257+
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
258+
needs: [buildImage, azureAks]
259+
with:
260+
operator_type: aks
261+
operator_image_version: ${{ needs.buildImage.outputs.image_tag }}
262+
secrets: inherit

0 commit comments

Comments
 (0)