Skip to content

DAOS-19248 test: Updating testing branches#18563

Open
phender wants to merge 1 commit into
daily-2.8-testingfrom
hendersp/DAOS-19248-daily-2.8
Open

DAOS-19248 test: Updating testing branches#18563
phender wants to merge 1 commit into
daily-2.8-testingfrom
hendersp/DAOS-19248-daily-2.8

Conversation

@phender

@phender phender commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Update daily-2.8-testing with the new skip pragma/parameter handling.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Update daily-2.8-testing with the new skip pragma/parameter handling.

Signed-off-by: Phil Henderson <phillip.henderson@hpe.com>
@github-actions

Copy link
Copy Markdown

Ticket title is 'Update testing branches'
Status is 'Open'
https://daosio.atlassian.net/browse/DAOS-19248

@daosbuild3

Copy link
Copy Markdown
Collaborator

@daosbuild3

Copy link
Copy Markdown
Collaborator

Test stage Functional Hardware Large MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18563/1/execution/node/675/log

@phender

phender commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

@phender

phender commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

@phender phender marked this pull request as ready for review June 30, 2026 19:16
@phender phender requested a review from daltonbohning June 30, 2026 19:16
Comment thread Jenkinsfile
Comment on lines +72 to +85
// Handle landing builds
if (startedByLanding()) {
println("updateRunStage: Detected landing build, overwriting defaults")
for (stage in runStage.keySet()) {
if (stage in ['Test', 'Functional on EL 9']) {
runStage[stage] = true
} else {
runStage[stage] = false
}
reasons[stage] = "landing build"
}
displayRunStage(reasons)
return
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually need this for the daily testing branch? Or could the default just be true all the time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants