summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2018-04-30 14:02:36 -0700
committerGitHub <noreply@github.com>2018-04-30 14:02:36 -0700
commit3a3b35fc2fbf987255649a1e3983486706931647 (patch)
treeb356076d0dae7c294eb1cfbf7876ff9a6119ca95 /buildpipeline
parent068eb8431f8dc04f5f7c8955b7bd6802894d90ae (diff)
parent6671376189233e8abfb8a838a72ebb40a976ffdc (diff)
downloadcoreclr-3a3b35fc2fbf987255649a1e3983486706931647.tar.gz
coreclr-3a3b35fc2fbf987255649a1e3983486706931647.tar.bz2
coreclr-3a3b35fc2fbf987255649a1e3983486706931647.zip
Merge pull request #17779 from weshaggard/RemoveAlpineBuilds
[release/2.1] Remove Alpine 3.6 builds
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/linux-musl.groovy (renamed from buildpipeline/alpine.3.6.groovy)0
-rw-r--r--buildpipeline/pipelinejobs.groovy4
-rw-r--r--buildpipeline/pipelines.json14
3 files changed, 2 insertions, 16 deletions
diff --git a/buildpipeline/alpine.3.6.groovy b/buildpipeline/linux-musl.groovy
index d82ae726c0..d82ae726c0 100644
--- a/buildpipeline/alpine.3.6.groovy
+++ b/buildpipeline/linux-musl.groovy
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 ->
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index 6fbf0dae54..66183a1163 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -46,20 +46,6 @@
"Name": "DotNet-CoreClr-Trusted-Linux",
"Parameters": {
"DockerTag": "alpine-3.6-3148f11-20171119021156",
- "Rid": "alpine.3.6",
- "PB_AdditionalBuildArgs": "-portablebuild=false"
- },
- "ReportingParameters": {
- "OperatingSystem": "Alpine3.6",
- "Type": "build/product/",
- "Architecture": "x64",
- "PB_BuildType": null
- }
- },
- {
- "Name": "DotNet-CoreClr-Trusted-Linux",
- "Parameters": {
- "DockerTag": "alpine-3.6-3148f11-20171119021156",
"Rid": "linux-musl",
"PB_OutputRID": "linux-musl-x64",
"PB_AdditionalBuildArgs": "-portablebuild=false"