Skip to content
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

Open
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 [email protected]

…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]
@@ -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 [email protected]
Signed-off-by: Phil Henderson <[email protected]>
@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants