You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/08/08 08:22:18 UTC

[cassandra] branch trunk updated (9a23a8a -> 54ebb19)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 9a23a8a  ToolRunner added in CASSANDRA-15942 stdErr checks improvements
     new ffc8e40  Run in-jvm upgrade dtests in ci-cassandra
     new 2beebbb  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 54ebb19  Merge branch 'cassandra-3.11' into trunk

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .jenkins/Jenkinsfile | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

Posted by mc...@apache.org.
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.git

commit 54ebb19720225e176bc93e6dbc9e8943fa5e3bfc
Merge: 9a23a8a 2beebbb
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Aug 8 10:19:38 2020 +0200

    Merge branch 'cassandra-3.11' into trunk

 .jenkins/Jenkinsfile | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --cc .jenkins/Jenkinsfile
index cf6afee,404ce60..274891f
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@@ -55,24 -55,7 +55,24 @@@ pipeline 
                }
              }
            }
 +          stage('fqltool') {
 +            steps {
 +                script {
 +                  fqltool = build job: "${env.JOB_NAME}-fqltool-test", propagate: false
 +                  if (fqltool.result != 'SUCCESS') unstable('fqltool test failures')
 +                }
 +            }
 +            post {
 +              always {
 +                  warnError('missing test xml files') {
 +                      script {
 +                          copyTestResults('fqltool-test', fqltool.getNumber())
 +                      }
 +                  }
 +              }
 +            }
 +          }
-           stage('JVM DTests') {
+           stage('jvm-dtest') {
              steps {
                script {
                  jvm_dtest = build job: "${env.JOB_NAME}-jvm-dtest", propagate: false


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