summaryrefslogtreecommitdiff
path: root/buildpipeline/pipelinejobs.groovy
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-04-23 17:50:28 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-25 13:11:01 -0700
commit6671376189233e8abfb8a838a72ebb40a976ffdc (patch)
tree1aef57bea98cc4b8f0b18551b720d6c5ae1aa02f /buildpipeline/pipelinejobs.groovy
parenta226c3507db5f001840501652be82856c1b72cad (diff)
downloadcoreclr-6671376189233e8abfb8a838a72ebb40a976ffdc.tar.gz
coreclr-6671376189233e8abfb8a838a72ebb40a976ffdc.tar.bz2
coreclr-6671376189233e8abfb8a838a72ebb40a976ffdc.zip
Remove Alpine 3.6 builds
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
Diffstat (limited to 'buildpipeline/pipelinejobs.groovy')
-rw-r--r--buildpipeline/pipelinejobs.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/pipelinejobs.groovy b/buildpipeline/pipelinejobs.groovy
index af85f51fe8..75b26d100d 100644
--- a/buildpipeline/pipelinejobs.groovy
+++ b/buildpipeline/pipelinejobs.groovy
@@ -14,10 +14,10 @@ def branch = GithubBranchName
// will have a trigger that can be
// **************************
-def alpine36Pipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/alpine.3.6.groovy')
+def linmuslPipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/linux-musl.groovy')
def configurations = [
- ['TGroup':"netcoreapp", 'Pipeline':alpine36Pipeline, 'Name':'Alpine.3.6' ,'ForPR':"Debug-x64", 'Arch':['x64']],
+ ['TGroup':"netcoreapp", 'Pipeline':linmuslPipeline, 'Name':'Linux-musl' ,'ForPR':"Debug-x64", 'Arch':['x64']],
]
configurations.each { config ->