Skip to content

Commit dc613ff

Browse files
authored
CLOUDP-114068: [mcli] drop EOL OSes (#1007)
1 parent 50c67b5 commit dc613ff

File tree

2 files changed

+4
-163
lines changed

2 files changed

+4
-163
lines changed

build/ci/release.yml

Lines changed: 4 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -339,17 +339,6 @@ tasks:
339339
vars:
340340
image: centos7-rpm
341341
tool_name: mongocli
342-
- name: pkg_test_mongocli_docker_centos8
343-
tags: [ "smoke-test" ]
344-
depends_on:
345-
- name: package_goreleaser
346-
variant: "goreleaser_mongocli_snapshot"
347-
commands:
348-
- func: "clone"
349-
- func: "docker build"
350-
vars:
351-
image: centos8-rpm
352-
tool_name: mongocli
353342
- name: pkg_test_atlascli_docker_amazon2
354343
tags: [ "smoke-test" ]
355344
depends_on:
@@ -578,7 +567,7 @@ tasks:
578567
################################################################
579568
# Unstable Publish - AtlasCLI
580569
# RPM Distros
581-
- name: push_atlascli_rhel62_enterprise
570+
- name: push_atlascli_rhel70_enterprise
582571
<<: &default_atlascli_push_def
583572
# This should prevent this task from running in patch builds, where we
584573
# don't want to publish packages.
@@ -599,28 +588,6 @@ tasks:
599588
distro: rhel70
600589
ext: rpm
601590
tool_name: atlascli
602-
- name: push_atlascli_rhel62_org
603-
<<: *default_atlascli_push_def
604-
commands:
605-
- func: "clone"
606-
- func: "install curator"
607-
- func: "push"
608-
vars:
609-
edition: org
610-
distro: rhel62
611-
ext: rpm
612-
tool_name: atlascli
613-
- name: push_atlascli_rhel70_enterprise
614-
<<: *default_atlascli_push_def
615-
commands:
616-
- func: "clone"
617-
- func: "install curator"
618-
- func: "push"
619-
vars:
620-
edition: enterprise
621-
distro: rhel62
622-
ext: rpm
623-
tool_name: atlascli
624591
- name: push_atlascli_rhel70_org
625592
<<: *default_atlascli_push_def
626593
commands:
@@ -768,7 +735,7 @@ tasks:
768735
################################################################
769736
# Unstable Publish - MongoCLI
770737
# RPM Distros
771-
- name: push_mongocli_rhel62_enterprise
738+
- name: push_mongocli_rhel70_enterprise
772739
<<: &default_push_def
773740
# This should prevent this task from running in patch builds, where we
774741
# don't want to publish packages.
@@ -789,28 +756,6 @@ tasks:
789756
distro: rhel70
790757
ext: rpm
791758
tool_name: mongocli
792-
- name: push_mongocli_rhel62_org
793-
<<: *default_push_def
794-
commands:
795-
- func: "clone"
796-
- func: "install curator"
797-
- func: "push"
798-
vars:
799-
edition: org
800-
distro: rhel62
801-
ext: rpm
802-
tool_name: mongocli
803-
- name: push_mongocli_rhel70_enterprise
804-
<<: *default_push_def
805-
commands:
806-
- func: "clone"
807-
- func: "install curator"
808-
- func: "push"
809-
vars:
810-
edition: enterprise
811-
distro: rhel62
812-
ext: rpm
813-
tool_name: mongocli
814759
- name: push_mongocli_rhel70_org
815760
<<: *default_push_def
816761
commands:
@@ -958,7 +903,7 @@ tasks:
958903
################################################################
959904
# Stable Publish - MongoCLI
960905
# RPM Distros
961-
- name: push_mongocli_rhel62_enterprise_stable
906+
- name: push_mongocli_rhel70_enterprise_stable
962907
<<: &default_push_stable_def
963908
git_tag_only: true
964909
stepback: false
@@ -977,28 +922,6 @@ tasks:
977922
distro: rhel70
978923
ext: rpm
979924
tool_name: mongocli
980-
- name: push_mongocli_rhel62_org_stable
981-
<<: *default_push_stable_def
982-
commands:
983-
- func: "clone"
984-
- func: "install curator"
985-
- func: "push"
986-
vars:
987-
edition: org
988-
distro: rhel70
989-
ext: rpm
990-
tool_name: mongocli
991-
- name: push_mongocli_rhel70_enterprise_stable
992-
<<: *default_push_stable_def
993-
commands:
994-
- func: "clone"
995-
- func: "install curator"
996-
- func: "push"
997-
vars:
998-
edition: enterprise
999-
distro: rhel70
1000-
ext: rpm
1001-
tool_name: mongocli
1002925
- name: push_mongocli_rhel70_org_stable
1003926
<<: *default_push_stable_def
1004927
commands:
@@ -1099,39 +1022,6 @@ tasks:
10991022
distro: ubuntu2004
11001023
ext: deb
11011024
tool_name: mongocli
1102-
- name: push_mongocli_debian81_org_stable
1103-
<<: *default_push_stable_def
1104-
commands:
1105-
- func: "clone"
1106-
- func: "install curator"
1107-
- func: "push"
1108-
vars:
1109-
edition: org
1110-
distro: debian81
1111-
ext: deb
1112-
tool_name: mongocli
1113-
- name: push_mongocli_debian92_enterprise_stable
1114-
<<: *default_push_stable_def
1115-
commands:
1116-
- func: "clone"
1117-
- func: "install curator"
1118-
- func: "push"
1119-
vars:
1120-
edition: enterprise
1121-
distro: debian92
1122-
ext: deb
1123-
tool_name: mongocli
1124-
- name: push_mongocli_debian92_org_stable
1125-
<<: *default_push_stable_def
1126-
commands:
1127-
- func: "clone"
1128-
- func: "install curator"
1129-
- func: "push"
1130-
vars:
1131-
edition: org
1132-
distro: debian92
1133-
ext: deb
1134-
tool_name: mongocli
11351025
- name: push_mongocli_debian10_enterprise_stable
11361026
<<: *default_push_stable_def
11371027
commands:
@@ -1157,7 +1047,7 @@ tasks:
11571047
################################################################
11581048
# Stable Publish - AtlasCLI
11591049
# RPM Distros
1160-
- name: push_atlascli_rhel62_enterprise_stable
1050+
- name: push_atlascli_rhel70_enterprise_stable
11611051
<<: &default_push_atlascli_stable_def
11621052
git_tag_only: true
11631053
stepback: false
@@ -1176,28 +1066,6 @@ tasks:
11761066
distro: rhel70
11771067
ext: rpm
11781068
tool_name: atlascli
1179-
- name: push_atlascli_rhel62_org_stable
1180-
<<: *default_push_atlascli_stable_def
1181-
commands:
1182-
- func: "clone"
1183-
- func: "install curator"
1184-
- func: "push"
1185-
vars:
1186-
edition: org
1187-
distro: rhel70
1188-
ext: rpm
1189-
tool_name: atlascli
1190-
- name: push_atlascli_rhel70_enterprise_stable
1191-
<<: *default_push_atlascli_stable_def
1192-
commands:
1193-
- func: "clone"
1194-
- func: "install curator"
1195-
- func: "push"
1196-
vars:
1197-
edition: enterprise
1198-
distro: rhel70
1199-
ext: rpm
1200-
tool_name: atlascli
12011069
- name: push_atlascli_rhel70_org_stable
12021070
<<: *default_push_atlascli_stable_def
12031071
commands:
@@ -1298,17 +1166,6 @@ tasks:
12981166
distro: ubuntu2004
12991167
ext: deb
13001168
tool_name: atlascli
1301-
- name: push_atlascli_debian81_org_stable
1302-
<<: *default_push_atlascli_stable_def
1303-
commands:
1304-
- func: "clone"
1305-
- func: "install curator"
1306-
- func: "push"
1307-
vars:
1308-
edition: org
1309-
distro: debian81
1310-
ext: deb
1311-
tool_name: atlascli
13121169
- name: push_atlascli_debian92_enterprise_stable
13131170
<<: *default_push_atlascli_stable_def
13141171
commands:
@@ -1509,14 +1366,12 @@ buildvariants:
15091366
tasks:
15101367
- name: pkg_test_mongocli_docker_amazon2
15111368
- name: pkg_test_mongocli_docker_centos7
1512-
- name: pkg_test_mongocli_docker_centos8
15131369
- name: pkg_test_mongocli_docker_ubuntu1804
15141370
- name: pkg_test_mongocli_docker_ubuntu2004
15151371
- name: pkg_test_mongocli_docker_debian9
15161372
- name: pkg_test_mongocli_docker_debian10
15171373
- name: pkg_test_atlascli_docker_amazon2
15181374
- name: pkg_test_atlascli_docker_centos7
1519-
- name: pkg_test_atlascli_docker_centos8
15201375
- name: pkg_test_atlascli_docker_ubuntu1804
15211376
- name: pkg_test_atlascli_docker_ubuntu2004
15221377
- name: pkg_test_atlascli_docker_debian9

build/package/docker/centos8-rpm.Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)