We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5358e88 commit f0e98b6Copy full SHA for f0e98b6
1 file changed
.github/workflows/publish-azure-cc-enclave-docker.yaml
@@ -251,4 +251,12 @@ jobs:
251
name: azure-aks-enclave-id-${{ needs.buildImage.outputs.jar_version }}
252
path: ${{ env.MANIFEST_OUTPUT_DIR }}
253
if-no-files-found: error
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