From d7830bcf4403f7a2c716633f8e8b7f55293c6a14 Mon Sep 17 00:00:00 2001 From: bneradt Date: Fri, 18 Feb 2022 15:00:30 -0600 Subject: [PATCH] Revert "Stop Gap: Run CentOS until .asf.yaml merged in. (#74)" This reverts commit d9b9d41744c20f292375c77d7c2a917513c37141. Pull in this revert when Evan's .asf.yaml change is merged in: https://github.com/apache/trafficserver/pull/8679 --- jenkins/github/ghprb-toplevel.pipeline | 17 ----------------- jenkins/github/toplevel.pipeline | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/jenkins/github/ghprb-toplevel.pipeline b/jenkins/github/ghprb-toplevel.pipeline index 912ec2e..45e036a 100644 --- a/jenkins/github/ghprb-toplevel.pipeline +++ b/jenkins/github/ghprb-toplevel.pipeline @@ -151,23 +151,6 @@ pipeline { } } - stage('CentOS Build') { - when { - anyOf { - environment name: 'ghprbCommentBody', value: '[approve ci]' - expression { ghprbCommentBody ==~ /.*centos.*/ } - } - } - steps { - script { - result = buildJob('CentOS', 'Github_Builds/centos') - if (result == 'FAILURE') { - error('CentOS build failed') - } - } - } - } - stage('Rocky Build') { when { anyOf { diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline index 36fb8a8..5d4952d 100644 --- a/jenkins/github/toplevel.pipeline +++ b/jenkins/github/toplevel.pipeline @@ -136,23 +136,6 @@ pipeline { } } - stage('CentOS Build') { - when { - anyOf { - environment name: 'GITHUB_PR_COMMENT_BODY_MATCH', value: '' - expression { GITHUB_PR_COMMENT_BODY_MATCH ==~ /.*centos.*/ } - } - } - steps { - script { - result = buildJob('CentOS', 'Github_Builds/centos') - if (result == 'FAILURE') { - error('CentOS build failed') - } - } - } - } - stage('Rocky Build') { when { anyOf {