You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2022/12/12 19:59:34 UTC

[trafficserver-ci] branch main updated: Update branch_build.pipeline

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

eze 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 8255b1b  Update branch_build.pipeline
8255b1b is described below

commit 8255b1bd3ae4a4ec32f164a0bca89afb59df9a07
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Mon Dec 12 12:59:30 2022 -0700

    Update branch_build.pipeline
---
 jenkins/branch/branch_build.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/branch/branch_build.pipeline b/jenkins/branch/branch_build.pipeline
index 267a1fb..ac51264 100644
--- a/jenkins/branch/branch_build.pipeline
+++ b/jenkins/branch/branch_build.pipeline
@@ -43,7 +43,7 @@ def doParallelBuilds() {
 		}
 	}
 
-	String jobstr = "osx freebsd"
+	String jobstr = "osx freebsd osx-m1"
 	def extrajobs = jobstr.split(" ")
 
 	for (job in extrajobs) {