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

Description

@iankko

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 validate targets),
  • el7 to verify OVAL-5.11 content is produced properly (mainly wrt to make validate targets), and
  • fedora23 to verify:
    • OVAL-5.11 content is produced properly (mainly wrt to make validate targets), but
    • also verify the ShellCheck executable won't report some regression on the syntax of provided remediation scripts

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:

  • pass only if the specific PR has passed on all three nodes,
  • fail otherwise,

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions