DAOS-19248 test: Updating testing branches#18563
Conversation
Update daily-2.8-testing with the new skip pragma/parameter handling. Signed-off-by: Phil Henderson <phillip.henderson@hpe.com>
|
Ticket title is 'Update testing branches' |
|
Test stage Functional Hardware Large 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/588/log |
|
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 |
Known issue https://daosio.atlassian.net/browse/SRE-3870 |
Known issue https://daosio.atlassian.net/browse/SRE-3870 |
| // 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 | ||
| } |
There was a problem hiding this comment.
Do we actually need this for the daily testing branch? Or could the default just be true all the time?
Update daily-2.8-testing with the new skip pragma/parameter handling.
Steps for the author:
After all prior steps are complete: