Skip to content

Commit

Permalink
[SW-2095][FollowUp] Remove and replace remaining reference in example…
Browse files Browse the repository at this point in the history
…s tests (#1990) (#1994)
  • Loading branch information
jakubhava committed Mar 26, 2020
1 parent 7c7473e commit 864712a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jenkins/sparklingWaterPipeline.groovy
Expand Up @@ -292,7 +292,7 @@ def pyUnitTests() {
"""
}
} finally {
arch '**/build/**/*log*'
arch '**/build/*tests.log,**/*.log, **/out.*, **/*py.out.txt, **/stdout, **/stderr, **/build/**/*log*, **/build/reports/'
}
}
}
Expand All @@ -306,7 +306,7 @@ def pyUnitTests() {
"""
}
} finally {
arch '**/build/**/*log*'
arch '**/build/*tests.log,**/*.log, **/out.*, **/*py.out.txt, **/stdout, **/stderr, **/build/**/*log*, **/build/reports/'
}
}
}
Expand Down Expand Up @@ -368,8 +368,7 @@ def pyIntegTests() {
${getGradleCommand(config)} sparkling-water-py:localIntegTestsPython -PpythonPath=/envs/h2o_env_python3.6/bin -PpythonEnvBasePath=/home/jenkins/.gradle/python -PsparkHome=${env.SPARK_HOME} -PbackendMode=${config.backendMode}
"""
} finally {
arch '**/build/**/*log*'
}
arch '**/build/*tests.log, **/*.log, **/out.*, **/*py.out.txt, **/stdout, **/stderr,**/build/**/*log*, py/build/py_*_report.txt,**/build/reports/' }
}
}
}
Expand Down

0 comments on commit 864712a

Please sign in to comment.