Skip to content

Commit 591c165

Browse files
authored
test: disable azure servicing tests (#576)
# 🔍 Description SKU availability is causing azure servicing tests to fail. Disable for now. Validation : https://dev.azure.com/mariner-org/ECF/_build/results?buildId=1076915&view=results
1 parent f973dcf commit 591c165

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pipelines/templates/pipeline-selector.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ stages:
6666
parameters:
6767
stageType: ${{ parameters.targetStage }}
6868
blockPublishing: ${{ parameters.blockPublishing }}
69-
# Only perform Azure testing from official pipelines, as only those have access to the Azure subscription.
70-
includeAzure: ${{ or(eq(parameters.targetStage, 'pre'), eq(parameters.targetStage, 'ci'), eq(parameters.targetStage, 'pr-e2e-azure')) }}
69+
# TODO: enable this when Azure resources are available
70+
# # Only perform Azure testing from official pipelines, as only those have access to the Azure subscription.
71+
# includeAzure: ${{ or(eq(parameters.targetStage, 'pre'), eq(parameters.targetStage, 'ci'), eq(parameters.targetStage, 'pr-e2e-azure')) }}
7172
numberOfUpdateIterations: ${{ parameters.numberOfUpdateIterations }}
7273
- template: e2e-arm64-template.yml
7374
parameters:

0 commit comments

Comments
 (0)