-
Notifications
You must be signed in to change notification settings - Fork 1
DAOS-15150 test: To implement bullseye_generate_report and fix error #423
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 ding-hwa.ho@intel.com
Description: update unitPackages.groovy Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com
Update runTestFunctionalV2.groovy with bullseye test.cov stash Signed-off-by: Ding Ho ding-hwa.ho@intel.com
Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com
Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com
Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com
Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com
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 ding-hwa.ho@intel.com
Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
…m/daos-stack/pipeline-lib into dinghwah/DAOS-15116-BtestPipeline Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
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 <phillip.henderson@intel.com>
Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Update runTestFunctionalV2.groovy with bullseye test.cov stash
Signed-off-by: Ding Ho ding-hwa.ho@intel.com