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

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 1df0cc9  PHOENIX-6146 Run precommit checks on github PRs (addendum: 
archive test output .txt files)
1df0cc9 is described below

commit 1df0cc9133c131e857280f1248e48c41d7c58d3a
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Sep 29 18:00:06 2020 +0200

    PHOENIX-6146 Run precommit checks on github PRs (addendum: archive test 
output .txt files)
---
 Jenkinsfile.github | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.github b/Jenkinsfile.github
index 9221e02..c385781 100644
--- a/Jenkinsfile.github
+++ b/Jenkinsfile.github
@@ -43,7 +43,7 @@ pipeline {
         //GENERAL_CHECK_PLUGINS = 
'all,-compile,-javac,-javadoc,-jira,-shadedjars,-unit'
         //JDK_SPECIFIC_PLUGINS = 
'compile,github,htmlout,javac,javadoc,maven,mvninstall,shadedjars,unit'
         // output from surefire; sadly the archive function in yetus only 
works on file names.
-        ARCHIVE_PATTERN_LIST = 
'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
+        ARCHIVE_PATTERN_LIST = 
'TEST-*.xml,org.apache.*.txt,*.dumpstream,*.dump'
         // These tests currently have known failures. Once they burn down to 
0, remove from here so that new problems will cause a failure.
         //TESTS_FILTER = 
'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
         TESTS_FILTER = 'dummy'

Reply via email to