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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to