-
Notifications
You must be signed in to change notification settings - Fork 88
CLOUDP-114068: [mcli] drop EOL OSes #1007
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
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
@@ -339,17 +339,6 @@ tasks: | |||
vars: | |||
image: centos7-rpm | |||
tool_name: mongocli | |||
- name: pkg_test_mongocli_docker_centos8 |
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.
centos8 is EOL since January the image is unstable now
@@ -599,28 +588,6 @@ tasks: | |||
distro: rhel70 | |||
ext: rpm | |||
tool_name: atlascli | |||
- name: push_atlascli_rhel62_org |
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.
rhel 6 has been EOL for a while, time to remove it
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.
Could you share the file that contains the supported distro? It would be great to add its link somewhere in mongocli so that we can add/remove distros
good ask, shared internally |
Proposed changes
Jira ticket: CLOUDP-114068
Checklist
make fmt
and formatted my codeFurther comments