You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/10/08 19:15:57 UTC

[kafka] 19/31: ST-3461: Temporarily disable down stream validation because it is not working with nano versioned artifacts (#385)

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

bbejeck pushed a commit to branch Merge_AK_to_CCS_10_08_2020
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 6d3ba8c2c44f69b730585632121c181024bdacbf
Author: elismaga <el...@confluent.io>
AuthorDate: Mon Aug 10 15:49:10 2020 -0700

    ST-3461: Temporarily disable down stream validation because it is not working with nano versioned artifacts (#385)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3fd5921..6da6ba7 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ def config = jobConfig {
     slackChannel = '#kafka-warn'
     timeoutHours = 4
     runMergeCheck = false
-    downStreamValidate = true
+    downStreamValidate = false
     downStreamRepos = ["common",]
     disableConcurrentBuilds = true
 }