This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
[RFE] Allow Jenkins CI job to show result of testing from more than just one slave #11
Closed
Description
The scap-security-guide-pull-requests Jenkins CI job has been configured to run all pull requests checks in parallel on all three of the following systems:
- el6 to verify OVAL-5.10 content is produced properly (mainly wrt to
make validatetargets), - el7 to verify OVAL-5.11 content is produced properly (mainly wrt to
make validatetargets), and - fedora23 to verify:
- OVAL-5.11 content is produced properly (mainly wrt to
make validatetargets), but - also verify the
ShellCheckexecutable won't report some regression on the syntax of provided remediation scripts
- OVAL-5.11 content is produced properly (mainly wrt to
The example PR on which all three tests have been performed is the following one:
[1] ComplianceAsCode/content#1048
The issue is having look at All checks have passed section there's only 1 successful check report, not 3.
Since we need the scap-security-guide-pull-requests jenkins CI job to:
passonly if the specific PR has passed on all three nodes,failotherwise,
the All checks have passed section should be enhanced to list all three test results.
@ybznek You think this would be possible to implement?
Thanks, Jan.