Skip to content

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

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

dinghwah
Copy link
Contributor

Update runTestFunctionalV2.groovy with bullseye test.cov stash

Signed-off-by: Ding Ho ding-hwa.ho@intel.com

…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
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
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
@@ -137,6 +137,15 @@ Map call(Map config = [:]) {
error.getMessage())
}

if (!env.BULLSEYE) {
Copy link
Contributor

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:

Suggested change
if (!env.BULLSEYE) {
if (env.BULLSEYE) {

dinghwah and others added 4 commits March 13, 2024 18:51
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>
@daosbuild1
Copy link
Collaborator

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

@daosbuild1
Copy link
Collaborator

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

@daosbuild1
Copy link
Collaborator

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

phender added 3 commits March 15, 2024 16:02
Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
@grom72 grom72 marked this pull request as draft April 9, 2025 19:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants