Skip to content

Commit 0d28fb7

Browse files
committed
Add aks e2e test back
1 parent 5358e88 commit 0d28fb7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.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)