CMP-3739: Setup CI for compliance-sdk library#69409
CMP-3739: Setup CI for compliance-sdk library#69409rhmdnd wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
cc: @Vincent056 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhmdnd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rhmdnd: This pull request references CMP-3739 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Add an initial owners file for reviewers and approvers. This is a prerequisite for CI in openshift/release#69409.
a195c4f to
8582307
Compare
ci-operator/config/ComplianceAsCode/compliance-sdk/ComplianceAsCode-compliance-sdk-main.yaml
Outdated
Show resolved
Hide resolved
ci-operator/config/ComplianceAsCode/compliance-sdk/ComplianceAsCode-compliance-sdk-main.yaml
Outdated
Show resolved
Hide resolved
96cf01d to
56fc06c
Compare
We have a library that contains a CEL scanner for integrating into the Compliance Operator, making it easier for users to define their own compliance checks. This commit sets up some initial CI jobs that we can start using to gate the project.
56fc06c to
f484039
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
1 similar comment
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@rhmdnd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/test all |
We're setting up the ability to run integration tests that exercise how the library works against a real OpenShift cluster in openshift/release#69409. This commit adds a new make target so that we can run integration tests in isolation, making it easier to have dedicated jobs for specific test scenarios.
We're setting up the ability to run integration tests that exercise how the library works against a real OpenShift cluster in openshift/release#69409. This commit adds a new make target so that we can run integration tests in isolation, making it easier to have dedicated jobs for specific test scenarios.
|
@rhmdnd: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
We'll need to land ComplianceAsCode/compliance-sdk#4 before these rehearsals pass. |
|
Issues in openshift/release go stale after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issue in openshift/release rot after 15d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues in openshift/release close after 15d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
We have a library that contains a CEL scanner for integrating into the
Compliance Operator, making it easier for users to define their own
compliance checks.
This commit sets up some initial CI jobs that we can start using to gate
the project.