You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/03/13 21:26:28 UTC

[GitHub] [cassandra-builds] michaelsembwever commented on a change in pull request #14: CASSANDRA-15639 Jenkins build for jvm test should use testclasslist to support parameterized tests

michaelsembwever commented on a change in pull request #14: CASSANDRA-15639 Jenkins build for jvm test should use testclasslist to support parameterized tests
URL: https://github.com/apache/cassandra-builds/pull/14#discussion_r392488908
 
 

 ##########
 File path: jenkins-dsl/cassandra_job_dsl_seed.groovy
 ##########
 @@ -372,6 +377,24 @@ cassandraBranches.each {
         }
     }
 
+    /**
+     * Main branch test script target jobs
+     */
+    testScriptTargets.each {
+        def targetName = it
+
+         job("${jobNamePrefix}-${targetName}") {
 
 Review comment:
   can we, for now, remove the `testScriptTargets` array and the each-loop here? ie, just make this a one-off `job(…)` like "*-artifacts",  "*-cqlsh-tests", and the pipelines.
   (or did you have further jobs in mind to add to this array?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org