-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-15150 test: To implement bullseye_generate_report and fix error #423
base: master
Are you sure you want to change the base?
Conversation
…nit-test Description: Update vars/unitPackages.groovy Required-githooks: true Signed-off-by: Ding Ho [email protected]
Description: update unitPackages.groovy Required-githooks: true Signed-off-by: Ding Ho [email protected]
Required-githooks: true Signed-off-by: Ding Ho [email protected]
Update runTestFunctionalV2.groovy with bullseye test.cov stash Signed-off-by: Ding Ho [email protected]
Signed-off-by: Ding Ho [email protected]
Required-githooks: true Signed-off-by: Ding Ho [email protected]
Required-githooks: true Signed-off-by: Ding Ho [email protected]
Required-githooks: true Signed-off-by: Ding Ho [email protected]
Required-githooks: true Signed-off-by: Ding Ho [email protected]
vars/functionalTest.groovy
Outdated
@@ -137,6 +137,15 @@ Map call(Map config = [:]) { | |||
error.getMessage()) | |||
} | |||
|
|||
if (!env.BULLSEYE) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want this code block to be executed if env.BULLSEYE
is set:
if (!env.BULLSEYE) { | |
if (env.BULLSEYE) { |
Required-githooks: true Signed-off-by: Ding Ho [email protected]
Signed-off-by: Phil Henderson <[email protected]>
…m/daos-stack/pipeline-lib into dinghwah/DAOS-15116-BtestPipeline Signed-off-by: Phil Henderson <[email protected]>
Signed-off-by: Phil Henderson <[email protected]>
Test stage provisionNodes on EL 9 with master Repo completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-423/9/display/redirect |
Test stage provisionNodes on Leap 15 with slurm completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-423/9/display/redirect |
Test stage provisionNodes on EL 8 with slurm completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-423/9/display/redirect |
Signed-off-by: Phil Henderson <[email protected]>
Signed-off-by: Phil Henderson <[email protected]>
Update runTestFunctionalV2.groovy with bullseye test.cov stash
Signed-off-by: Ding Ho [email protected]