Skip to content

Commit 435b802

Browse files
committed
fixe
1 parent 4c05682 commit 435b802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/multitenancy/swiftv2-singularity-e2e.stages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ parameters:
33

44
stages:
55
- stage: man_e2e_tests
6-
displayName: AKS Swiftv2 Man E2E tests
6+
displayName: E2E - AKS Swiftv2 Manifold
77
variables:
88
TAG: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
9-
IMAGE_PREFIX: 'artifact/dd590928-4e04-48cb-9d3d-ee06c5f0e17f/buddy/'
9+
IMAGE_PREFIX: $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath'] ]
1010
dependsOn:
1111
- ${{ parameters.dependsOn }}
1212
- setup
1313
jobs:
1414
- job: run_tests
15-
displayName: "Run Sing Runners"
15+
displayName: AKS Swiftv2 Multitenancy Manifold E2E Test Suite
1616
pool:
1717
name: $(BUILD_POOL_NAME_DEFAULT)
1818
isCustom: true

0 commit comments

Comments
 (0)