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 d1e0ca7 ninja-fix: jenkins labels in devbranch dtests jobs
d1e0ca7 is described below
commit d1e0ca7bff71d13b0174745e810ceb2669232246
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Oct 26 11:32:34 2020 +0100
ninja-fix: jenkins labels in devbranch dtests jobs
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index ddd1284..e55d339 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -803,9 +803,9 @@ dtestTargets.each {
(1..splits).each { values << it.toString() }
text('split', values)
if (targetName == 'dtest-large') {
- label(largeSlaveLabel)
+ label('label', largeSlaveLabel)
} else {
- label(slaveLabel)
+ label('label', slaveLabel)
}
}
properties {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]