This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new f253806 ninja-fix – temporarily disabled arm building in
cassandra-builds/jenkins-dsl/cassandra_job_dsl_seed.groovy
f253806 is described below
commit f2538069436c0e2a35c087671a5b11d85fecef70
Author: Mick Semb Wever <[email protected]>
AuthorDate: Tue Mar 5 09:42:42 2024 +0100
ninja-fix – temporarily disabled arm building in
cassandra-builds/jenkins-dsl/cassandra_job_dsl_seed.groovy
ref: CASSANDRA-19241 – Upgrade ci-cassandra.a.o agents to Ubuntu 22.04.3
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index fb46360..9251db9 100755
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -19,7 +19,7 @@ def jobDescription = '''
// architectures. blank is amd64
def archs = ['', '-arm64']
-arm64_enabled = true
+arm64_enabled = false // TODO waiting on CASSANDRA-19241
arm64_test_label_enabled = false
def use_arm64_test_label() { return arm64_enabled && arm64_test_label_enabled }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]