You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2021/07/30 15:52:19 UTC

[trafficserver-ci] branch main updated: change label over to branch

This is an automated email from the ASF dual-hosted git repository.

bnolsen 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 b7c66cb  change label over to branch
     new a9dc307  Merge pull request #32 from traeak/branch_nodes
b7c66cb is described below

commit b7c66cbfb8c7663fbe686b3b180e8e588179999a
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Fri Jul 30 08:51:30 2021 -0700

    change label over to branch
---
 jenkins/branch/autest.pipeline         | 2 +-
 jenkins/branch/clang_analyzer.pipeline | 2 +-
 jenkins/branch/clang_format.pipeline   | 2 +-
 jenkins/branch/coverage.pipeline       | 2 +-
 jenkins/branch/in_tree.pipeline        | 1 +
 jenkins/branch/os_build.pipeline       | 2 +-
 jenkins/branch/out_of_tree.pipeline    | 1 +
 jenkins/branch/rat.pipeline            | 2 +-
 8 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index 171b410..4d9f59c 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -4,7 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '--init --cap-add=SYS_PTRACE --network=host -v ${HOME}/ccache:/tmp/ccache:rw'
-			label 'docker'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/clang_analyzer.pipeline b/jenkins/branch/clang_analyzer.pipeline
index 52eac0b..64f9a45 100644
--- a/jenkins/branch/clang_analyzer.pipeline
+++ b/jenkins/branch/clang_analyzer.pipeline
@@ -4,7 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v /home/jenkins/clang-analyzer:/tmp/clang-analyzer:rw'
-			label 'docker'
+			label 'branch'
 		}			
 	}			
 
diff --git a/jenkins/branch/clang_format.pipeline b/jenkins/branch/clang_format.pipeline
index 0f499aa..ab79dfa 100644
--- a/jenkins/branch/clang_format.pipeline
+++ b/jenkins/branch/clang_format.pipeline
@@ -3,7 +3,7 @@ pipeline {
 		docker {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
-			label 'docker'
+			label 'branch'
 			args '--network host'
 		}
 	}
diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index 5e17495..babff77 100644
--- a/jenkins/branch/coverage.pipeline
+++ b/jenkins/branch/coverage.pipeline
@@ -4,7 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '--init --cap-add=SYS_PTRACE --network=host -v ${HOME}/ccache:/tmp/ccache:rw'
-			label 'docker'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/in_tree.pipeline b/jenkins/branch/in_tree.pipeline
index 9a60a2a..a93068b 100644
--- a/jenkins/branch/in_tree.pipeline
+++ b/jenkins/branch/in_tree.pipeline
@@ -4,6 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v "${HOME}"/ccache:/tmp/ccache:rw'
+			label 'branch'
 		}
 	}
 	
diff --git a/jenkins/branch/os_build.pipeline b/jenkins/branch/os_build.pipeline
index 93d444b..7e4d1c5 100644
--- a/jenkins/branch/os_build.pipeline
+++ b/jenkins/branch/os_build.pipeline
@@ -4,7 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/${DISTRO}'
 			args '-v /home/jenkins/ccache:/tmp/ccache:rw --network=host'
-			label 'linux'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/out_of_tree.pipeline b/jenkins/branch/out_of_tree.pipeline
index cd598af..53f5123 100644
--- a/jenkins/branch/out_of_tree.pipeline
+++ b/jenkins/branch/out_of_tree.pipeline
@@ -4,6 +4,7 @@ pipeline {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v "${HOME}"/ccache:/tmp/ccache:rw'
+			label 'branch'
 		}
 	}
 	
diff --git a/jenkins/branch/rat.pipeline b/jenkins/branch/rat.pipeline
index 0f6aad9..b79f563 100644
--- a/jenkins/branch/rat.pipeline
+++ b/jenkins/branch/rat.pipeline
@@ -3,7 +3,7 @@ pipeline {
 		docker {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
-			label 'docker'
+			label 'branch'
 			// We need host networking for clang-format to download
 			args '--network host'
 		}