Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0b1be8a

Browse files
authored
Fix Alpine CI build last issue (#25864)
By accident, I've put in the stage for executing tests although we cannot do that until we have Alpine queue in Helix working. This change removes that, which should be the last thing preventing the CI from succeeding.
1 parent 1e95551 commit 0b1be8a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

buildpipeline/alpine.3.6.groovy

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,4 @@ simpleDockerNode('microsoft/dotnet-buildtools-prereqs:alpine-3.6-3148f11-2017111
4040
// TODO: Add submission for Helix testing once we have queue for Alpine Linux working
4141
}
4242

43-
stage ('Execute Tests') {
44-
def contextBase
45-
if (params.TestOuter) {
46-
contextBase = "Alpine.3.6 x64 Tests w/outer - ${params.CGroup}"
47-
}
48-
else {
49-
contextBase = "Alpine.3.6 x64 Tests - ${params.CGroup}"
50-
}
51-
waitForHelixRuns(submittedHelixJson, contextBase)
52-
}
43+
// TODO: Add "Execute tests" stage once we have queue for Alpine Linux working

0 commit comments

Comments
 (0)