-
Notifications
You must be signed in to change notification settings - Fork 279
DPTP-4341: Support for referencePolicy Source while importing release payload #4576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Skipping CI for Draft Pull Request. |
/test all |
/retest-required |
@deepsm007: This pull request references DPTP-4341 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.20.0" version, but no target version was set. In 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. |
aa56b5a
to
3dd09b8
Compare
@deepsm007: This pull request references DPTP-4341 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.20.0" version, but no target version was set. In 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. |
e004077
to
819d019
Compare
/hold |
9250eb0
to
9a4598e
Compare
/test e2e |
@deepsm007: This pull request references DPTP-4341 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.20.0" version, but no target version was set. In 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. |
/lgtm |
/test e2e |
4869afa
to
ac5cfc8
Compare
/test e2e |
/test e2e |
9b89efa
to
3b1beed
Compare
/test e2e |
/retest |
/override ci/prow/security |
@pruan-rht: Overrode contexts on behalf of pruan-rht: ci/prow/security In 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. |
/test e2e
|
…Update reference-mode=source for creating new payloads
/test e2e |
/retest |
/unhold |
/override ci/prow/security |
/lgtm |
@deepsm007: Overrode contexts on behalf of deepsm007: ci/prow/security In 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. |
/test remaining-required |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, hector-vido, jupierce, pruan-rht The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@deepsm007: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Addition of a new "reference_policy" field to ci-operator configuration releases stanza:
When specified, reference_policy: source would change the imagestream referencePolicy.type to "Source". In addition, when this mode is encountered, "oc adm release new" should invoked with "reference-mode=source" as an argument.
/cc @openshift/test-platform