Skip to content

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

Merged
merged 2 commits into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 4 additions & 149 deletions build/ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,17 +339,6 @@ tasks:
vars:
image: centos7-rpm
tool_name: mongocli
- name: pkg_test_mongocli_docker_centos8
Copy link
Collaborator Author

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

tags: [ "smoke-test" ]
depends_on:
- name: package_goreleaser
variant: "goreleaser_mongocli_snapshot"
commands:
- func: "clone"
- func: "docker build"
vars:
image: centos8-rpm
tool_name: mongocli
- name: pkg_test_atlascli_docker_amazon2
tags: [ "smoke-test" ]
depends_on:
Expand Down Expand Up @@ -578,7 +567,7 @@ tasks:
################################################################
# Unstable Publish - AtlasCLI
# RPM Distros
- name: push_atlascli_rhel62_enterprise
- name: push_atlascli_rhel70_enterprise
<<: &default_atlascli_push_def
# This should prevent this task from running in patch builds, where we
# don't want to publish packages.
Expand All @@ -599,28 +588,6 @@ tasks:
distro: rhel70
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel62_org
Copy link
Collaborator Author

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

<<: *default_atlascli_push_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: rhel62
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel70_enterprise
<<: *default_atlascli_push_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: enterprise
distro: rhel62
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel70_org
<<: *default_atlascli_push_def
commands:
Expand Down Expand Up @@ -768,7 +735,7 @@ tasks:
################################################################
# Unstable Publish - MongoCLI
# RPM Distros
- name: push_mongocli_rhel62_enterprise
- name: push_mongocli_rhel70_enterprise
<<: &default_push_def
# This should prevent this task from running in patch builds, where we
# don't want to publish packages.
Expand All @@ -789,28 +756,6 @@ tasks:
distro: rhel70
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel62_org
<<: *default_push_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: rhel62
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel70_enterprise
<<: *default_push_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: enterprise
distro: rhel62
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel70_org
<<: *default_push_def
commands:
Expand Down Expand Up @@ -958,7 +903,7 @@ tasks:
################################################################
# Stable Publish - MongoCLI
# RPM Distros
- name: push_mongocli_rhel62_enterprise_stable
- name: push_mongocli_rhel70_enterprise_stable
<<: &default_push_stable_def
git_tag_only: true
stepback: false
Expand All @@ -977,28 +922,6 @@ tasks:
distro: rhel70
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel62_org_stable
<<: *default_push_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: rhel70
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel70_enterprise_stable
<<: *default_push_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: enterprise
distro: rhel70
ext: rpm
tool_name: mongocli
- name: push_mongocli_rhel70_org_stable
<<: *default_push_stable_def
commands:
Expand Down Expand Up @@ -1099,39 +1022,6 @@ tasks:
distro: ubuntu2004
ext: deb
tool_name: mongocli
- name: push_mongocli_debian81_org_stable
<<: *default_push_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: debian81
ext: deb
tool_name: mongocli
- name: push_mongocli_debian92_enterprise_stable
<<: *default_push_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: enterprise
distro: debian92
ext: deb
tool_name: mongocli
- name: push_mongocli_debian92_org_stable
<<: *default_push_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: debian92
ext: deb
tool_name: mongocli
- name: push_mongocli_debian10_enterprise_stable
<<: *default_push_stable_def
commands:
Expand All @@ -1157,7 +1047,7 @@ tasks:
################################################################
# Stable Publish - AtlasCLI
# RPM Distros
- name: push_atlascli_rhel62_enterprise_stable
- name: push_atlascli_rhel70_enterprise_stable
<<: &default_push_atlascli_stable_def
git_tag_only: true
stepback: false
Expand All @@ -1176,28 +1066,6 @@ tasks:
distro: rhel70
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel62_org_stable
<<: *default_push_atlascli_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: rhel70
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel70_enterprise_stable
<<: *default_push_atlascli_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: enterprise
distro: rhel70
ext: rpm
tool_name: atlascli
- name: push_atlascli_rhel70_org_stable
<<: *default_push_atlascli_stable_def
commands:
Expand Down Expand Up @@ -1298,17 +1166,6 @@ tasks:
distro: ubuntu2004
ext: deb
tool_name: atlascli
- name: push_atlascli_debian81_org_stable
<<: *default_push_atlascli_stable_def
commands:
- func: "clone"
- func: "install curator"
- func: "push"
vars:
edition: org
distro: debian81
ext: deb
tool_name: atlascli
- name: push_atlascli_debian92_enterprise_stable
<<: *default_push_atlascli_stable_def
commands:
Expand Down Expand Up @@ -1509,14 +1366,12 @@ buildvariants:
tasks:
- name: pkg_test_mongocli_docker_amazon2
- name: pkg_test_mongocli_docker_centos7
- name: pkg_test_mongocli_docker_centos8
- name: pkg_test_mongocli_docker_ubuntu1804
- name: pkg_test_mongocli_docker_ubuntu2004
- name: pkg_test_mongocli_docker_debian9
- name: pkg_test_mongocli_docker_debian10
- name: pkg_test_atlascli_docker_amazon2
- name: pkg_test_atlascli_docker_centos7
- name: pkg_test_atlascli_docker_centos8
- name: pkg_test_atlascli_docker_ubuntu1804
- name: pkg_test_atlascli_docker_ubuntu2004
- name: pkg_test_atlascli_docker_debian9
Expand Down
14 changes: 0 additions & 14 deletions build/package/docker/centos8-rpm.Dockerfile

This file was deleted.