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 a0b2355 ninja-fix – disable arm64 builds until INFRA-22930 is
resolved properly
a0b2355 is described below
commit a0b2355c34823c2e4183fbb50957ec61206213cf
Author: Mick Semb Wever <[email protected]>
AuthorDate: Wed Mar 2 10:19:55 2022 +0100
ninja-fix – disable arm64 builds until INFRA-22930 is resolved properly
---
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 94197d0..83e44f9 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -24,7 +24,7 @@ if(binding.hasVariable("CASSANDRA_JDK_LABEL")) {
// architectures. blank is amd64
def archs = ['', '-arm64']
-arm64_enabled = true
+arm64_enabled = false
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]