We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654095f commit 88f1d36Copy full SHA for 88f1d36
.pipelines/multitenancy/swiftv2-singularity-e2e.stages.yaml
@@ -4,12 +4,12 @@ parameters:
4
stages:
5
- stage: man_e2e_tests
6
displayName: AKS Swiftv2 Man E2E tests
7
+ dependsOn: manifests
8
variables:
9
TAG: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
10
jobs:
11
- job: run_tests
12
displayName: "Run Sing Runners"
- dependsOn: manifests
13
pool:
14
name: $(BUILD_POOL_NAME_DEFAULT)
15
isCustom: true
0 commit comments