This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push: new d3c071c Revert "Stop Gap: Run CentOS until .asf.yaml merged in. (#74)" (#75) d3c071c is described below commit d3c071c0e010e1d6d0c11f01899da143f19d3d31 Author: Brian Neradt <brian.ner...@gmail.com> AuthorDate: Fri Feb 18 15:37:29 2022 -0600 Revert "Stop Gap: Run CentOS until .asf.yaml merged in. (#74)" (#75) 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 {