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 016d7f0 ninja-fix disabled until arm64 agents network is stable again 016d7f0 is described below commit 016d7f0b419d310ef009fd65ad18b9a8aa8de9bc Author: Mick Semb Wever <m...@apache.org> AuthorDate: Sat Nov 5 18:30:19 2022 +0100 ninja-fix disabled until arm64 agents network is stable again --- 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 079f438..be27d2b 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 // disabled while bullseye downloading is stable again arm64_test_label_enabled = false def use_arm64_test_label() { return arm64_enabled && arm64_test_label_enabled } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org