Skip to content
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-3778 Run against each supported SMCP version #490

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

luksa
Copy link
Contributor

@luksa luksa commented Apr 20, 2023

No description provided.

@openshift-ci openshift-ci bot added the size/XL label Apr 20, 2023
@luksa luksa force-pushed the OSSM-3778 branch 2 times, most recently from ea8c139 to f663b46 Compare April 20, 2023 09:51
@luksa luksa requested review from fjglira and FilipB and removed request for fjglira April 20, 2023 10:33
Copy link
Contributor

@FilipB FilipB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be also nice to update Readme. e.g. how to run only given control plane version and what's the default behavior.

Dockerfile Outdated
&& curl -Lo ./oc.tar.gz https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz \
&& tar -xf oc.tar.gz \
&& rm -f oc.tar.gz \
&& curl -Lo ./golang.tar.gz https://go.dev/dl/go1.16.15.linux-amd64.tar.gz \
&& curl -Lo ./golang.tar.gz https://go.dev/dl/go1.19.8.linux-amd64.tar.gz \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to use the latest stable version 1.20.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

&& tar -xf golang.tar.gz -C / \
&& rm -f golang.tar.gz \
&& microdnf update \
&& microdnf clean all

ENV GOROOT=/go
ENV TEST_GROUP ${TEST_GROUP}
ENV GOPATH=/root/go
ENV GODEBUG "x509ignoreCN=0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not be needed anymore, but I'm going to try this in my other PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, let's remove it in a follow-up PR if you see it's no longer needed.

Copy link
Collaborator

@fjglira fjglira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but also we need to update Readme file with all the options that we have now to run against the differents smcp version and could be good also to add some documentation about running from the container

@luksa
Copy link
Contributor Author

luksa commented Apr 20, 2023

I'll revise the README and ask you for a review of just the readme again.

@openshift-merge-robot openshift-merge-robot merged commit c3654c5 into maistra:maistra-2.4 Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants