Skip to content

Commit 2e0fa7c

Browse files
authored
Removing Cleanup stage from pr-pipeline.yml (#5261)
* Removing Cleanup stage from pr-pipeline.yml * Updating dependsOn stages for pr-cleanup-pipeline.yml
1 parent af7a0ad commit 2e0fa7c

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

build/pr-cleanup-pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ resources:
1414
include:
1515
- '*'
1616
stages:
17-
- cleanup
17+
- testStu3
18+
- testR4
19+
- testR4B
20+
- testR5
1821

1922
variables:
2023
- template: pr-variables.yml

build/pr-pipeline.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -442,16 +442,4 @@ stages:
442442
name: '$(DefaultLinuxPool)'
443443
vmImage: '$(LinuxVmImage)'
444444
steps:
445-
- template: ./jobs/aggregate-coverage.yml
446-
447-
- stage: cleanup
448-
displayName: 'Cleanup Azure Environment'
449-
dependsOn:
450-
- testStu3
451-
- testR4
452-
- testR4B
453-
- testR5
454-
condition: succeeded()
455-
jobs:
456-
- template: ./jobs/cleanup.yml
457-
445+
- template: ./jobs/aggregate-coverage.yml

0 commit comments

Comments
 (0)