-
Notifications
You must be signed in to change notification settings - Fork 4
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
ossm: add merge_upstream.sh to do merges of upstream commits #14
ossm: add merge_upstream.sh to do merges of upstream commits #14
Conversation
This is required for openshift-service-mesh#14 Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
/retest |
This is required for openshift-service-mesh#14 Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
@dgn: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
/test e2e-ocp-4-16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7cefe83
into
openshift-service-mesh:main
…ator@main (#17) * Use INFO level to log missing namespace in IstioRevision/IstioCNI (#64) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Ensure control plane is deployed immediately when the target namespace is created (#65) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Automator: Update dependencies in istio-ecosystem/sail-operator@main (#66) Signed-off-by: istio-testing <istio-testing-bot@google.com> * Update SetDefaultEventuallyTimeout for e2e test (#69) Signed-off-by: frherrer <frherrer@redhat.com> * Ensure CI highlights failure in lint-watches.sh (#70) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Make lint-watches ignore ValidatingAdmissionPolicy(Binding) (#71) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Ensure update-istio.sh updates version field in versions.yaml (#72) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Wrap errors to provide context (#68) * Wrap errors to provide context Signed-off-by: Marko Lukša <mluksa@redhat.com> * Add called function instead of the caller to error message Signed-off-by: Marko Lukša <mluksa@redhat.com> * Fix lint errors Signed-off-by: Marko Lukša <mluksa@redhat.com> * Fix test Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> * Make bundle generation work during merges (#73) This is required for #14 Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Refactor (#76) * Merge if statements Signed-off-by: Marko Lukša <mluksa@redhat.com> * Replace multiple ifs with switch Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> * Automator: Update dependencies in istio-ecosystem/sail-operator@main (#67) Signed-off-by: istio-testing <istio-testing-bot@google.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> Signed-off-by: istio-testing <istio-testing-bot@google.com> Signed-off-by: frherrer <frherrer@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: Marko Lukša <mluksa@redhat.com> Co-authored-by: Istio Automation <istio-testing-bot@google.com> Co-authored-by: Francisco Herrera <frherrer@redhat.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: openshift-service-mesh-bot <null>
…ator@main (#18) * Use INFO level to log missing namespace in IstioRevision/IstioCNI (#64) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Ensure control plane is deployed immediately when the target namespace is created (#65) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Automator: Update dependencies in istio-ecosystem/sail-operator@main (#66) Signed-off-by: istio-testing <istio-testing-bot@google.com> * Update SetDefaultEventuallyTimeout for e2e test (#69) Signed-off-by: frherrer <frherrer@redhat.com> * Ensure CI highlights failure in lint-watches.sh (#70) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Make lint-watches ignore ValidatingAdmissionPolicy(Binding) (#71) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Ensure update-istio.sh updates version field in versions.yaml (#72) Signed-off-by: Marko Lukša <mluksa@redhat.com> * Wrap errors to provide context (#68) * Wrap errors to provide context Signed-off-by: Marko Lukša <mluksa@redhat.com> * Add called function instead of the caller to error message Signed-off-by: Marko Lukša <mluksa@redhat.com> * Fix lint errors Signed-off-by: Marko Lukša <mluksa@redhat.com> * Fix test Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> * Make bundle generation work during merges (#73) This is required for #14 Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Refactor (#76) * Merge if statements Signed-off-by: Marko Lukša <mluksa@redhat.com> * Replace multiple ifs with switch Signed-off-by: Marko Lukša <mluksa@redhat.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> * Automator: Update dependencies in istio-ecosystem/sail-operator@main (#67) Signed-off-by: istio-testing <istio-testing-bot@google.com> --------- Signed-off-by: Marko Lukša <mluksa@redhat.com> Signed-off-by: istio-testing <istio-testing-bot@google.com> Signed-off-by: frherrer <frherrer@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: Marko Lukša <mluksa@redhat.com> Co-authored-by: Istio Automation <istio-testing-bot@google.com> Co-authored-by: Francisco Herrera <frherrer@redhat.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: openshift-service-mesh-bot <null>
Sadly, just merging commits isn't enough, we also need to re-generate some files. To not over-complicate the automator script, I put it into a separate script that we can call from the automator.