Repository: cassandra-builds
Updated Branches:
  refs/heads/master 63504a1ce -> d3cd2e8ce


Switch to using pytest version of dtests for CASSANDRA-14134.


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/d3cd2e8c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/d3cd2e8c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/d3cd2e8c

Branch: refs/heads/master
Commit: d3cd2e8cec57633f8a064c3620f9f5af442640ca
Parents: 63504a1
Author: Ariel Weisberg <[email protected]>
Authored: Mon Jan 29 16:04:27 2018 -0500
Committer: Ariel Weisberg <[email protected]>
Committed: Mon Jan 29 16:04:27 2018 -0500

----------------------------------------------------------------------
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/d3cd2e8c/jenkins-dsl/cassandra_job_dsl_seed.groovy
----------------------------------------------------------------------
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy 
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index b0d8f9d..c950e0a 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -344,7 +344,7 @@ cassandraBranches.each {
                     scm(triggerInterval)
                 }
                 steps {
-                    shell("./cassandra-builds/build-scripts/cassandra-dtest.sh 
${targetName}")
+                    
shell("./cassandra-builds/build-scripts/cassandra-dtest-pytest.sh 
${targetName}")
                 }
             }
         }
@@ -446,7 +446,7 @@ job('Cassandra-devbranch-dtest') {
         stringParam('BRANCH', 'trunk', 'The branch of cassandra to checkout')
         stringParam('DTEST_REPO', "${dtestRepo}", 'The cassandra-dtest repo 
URL')
         stringParam('DTEST_BRANCH', 'master', 'The branch of cassandra-dtest 
to checkout')
-        stringParam('DTEST_SCRIPT', 
'./cassandra-builds/build-scripts/cassandra-dtest.sh', 'A temporary means of 
specifying an alternate script to run the dtests.')
+        stringParam('DTEST_SCRIPT', 
'./cassandra-builds/build-scripts/cassandra-dtest-pytest.sh', 'A temporary 
means of specifying an alternate script to run the dtests.')
     }
     scm {
         git {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to