Skip to content

Commit 878db5d

Browse files
committed
CLOUDP-114068: [mcli] drop EOL OSes
1 parent 89c1fa2 commit 878db5d

File tree

2 files changed

+4
-242
lines changed

2 files changed

+4
-242
lines changed

build/ci/release.yml

Lines changed: 4 additions & 228 deletions
Original file line numberDiff line numberDiff line change
@@ -295,17 +295,6 @@ tasks:
295295
vars:
296296
image: ubuntu20.04-deb
297297
tool_name: mongocli
298-
- name: pkg_test_mongocli_docker_debian9
299-
tags: [ "smoke-test" ]
300-
depends_on:
301-
- name: package_goreleaser
302-
variant: "goreleaser_mongocli_snapshot"
303-
commands:
304-
- func: "clone"
305-
- func: "docker build"
306-
vars:
307-
image: debian9-deb
308-
tool_name: mongocli
309298
- name: pkg_test_mongocli_docker_debian10
310299
tags: [ "smoke-test" ]
311300
depends_on:
@@ -339,17 +328,6 @@ tasks:
339328
vars:
340329
image: centos7-rpm
341330
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
353331
- name: pkg_test_atlascli_docker_amazon2
354332
tags: [ "smoke-test" ]
355333
depends_on:
@@ -578,7 +556,7 @@ tasks:
578556
################################################################
579557
# Unstable Publish - AtlasCLI
580558
# RPM Distros
581-
- name: push_atlascli_rhel62_enterprise
559+
- name: push_atlascli_rhel70_enterprise
582560
<<: &default_atlascli_push_def
583561
# This should prevent this task from running in patch builds, where we
584562
# don't want to publish packages.
@@ -599,28 +577,6 @@ tasks:
599577
distro: rhel70
600578
ext: rpm
601579
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
624580
- name: push_atlascli_rhel70_org
625581
<<: *default_atlascli_push_def
626582
commands:
@@ -721,28 +677,6 @@ tasks:
721677
distro: ubuntu2004
722678
ext: deb
723679
tool_name: atlascli
724-
- name: push_atlascli_debian92_enterprise
725-
<<: *default_atlascli_push_def
726-
commands:
727-
- func: "clone"
728-
- func: "install curator"
729-
- func: "push"
730-
vars:
731-
edition: enterprise
732-
distro: debian92
733-
ext: deb
734-
tool_name: atlascli
735-
- name: push_atlascli_debian92_org
736-
<<: *default_atlascli_push_def
737-
commands:
738-
- func: "clone"
739-
- func: "install curator"
740-
- func: "push"
741-
vars:
742-
edition: org
743-
distro: debian92
744-
ext: deb
745-
tool_name: atlascli
746680
- name: push_atlascli_debian10_enterprise
747681
<<: *default_atlascli_push_def
748682
commands:
@@ -768,7 +702,7 @@ tasks:
768702
################################################################
769703
# Unstable Publish - MongoCLI
770704
# RPM Distros
771-
- name: push_mongocli_rhel62_enterprise
705+
- name: push_mongocli_rhel70_enterprise
772706
<<: &default_push_def
773707
# This should prevent this task from running in patch builds, where we
774708
# don't want to publish packages.
@@ -789,28 +723,6 @@ tasks:
789723
distro: rhel70
790724
ext: rpm
791725
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
814726
- name: push_mongocli_rhel70_org
815727
<<: *default_push_def
816728
commands:
@@ -911,28 +823,6 @@ tasks:
911823
distro: ubuntu2004
912824
ext: deb
913825
tool_name: mongocli
914-
- name: push_mongocli_debian92_enterprise
915-
<<: *default_push_def
916-
commands:
917-
- func: "clone"
918-
- func: "install curator"
919-
- func: "push"
920-
vars:
921-
edition: enterprise
922-
distro: debian92
923-
ext: deb
924-
tool_name: mongocli
925-
- name: push_mongocli_debian92_org
926-
<<: *default_push_def
927-
commands:
928-
- func: "clone"
929-
- func: "install curator"
930-
- func: "push"
931-
vars:
932-
edition: org
933-
distro: debian92
934-
ext: deb
935-
tool_name: mongocli
936826
- name: push_mongocli_debian10_enterprise
937827
<<: *default_push_def
938828
commands:
@@ -958,7 +848,7 @@ tasks:
958848
################################################################
959849
# Stable Publish - MongoCLI
960850
# RPM Distros
961-
- name: push_mongocli_rhel62_enterprise_stable
851+
- name: push_mongocli_rhel70_enterprise_stable
962852
<<: &default_push_stable_def
963853
git_tag_only: true
964854
stepback: false
@@ -977,28 +867,6 @@ tasks:
977867
distro: rhel70
978868
ext: rpm
979869
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
1002870
- name: push_mongocli_rhel70_org_stable
1003871
<<: *default_push_stable_def
1004872
commands:
@@ -1099,39 +967,6 @@ tasks:
1099967
distro: ubuntu2004
1100968
ext: deb
1101969
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
1135970
- name: push_mongocli_debian10_enterprise_stable
1136971
<<: *default_push_stable_def
1137972
commands:
@@ -1157,7 +992,7 @@ tasks:
1157992
################################################################
1158993
# Stable Publish - AtlasCLI
1159994
# RPM Distros
1160-
- name: push_atlascli_rhel62_enterprise_stable
995+
- name: push_atlascli_rhel70_enterprise_stable
1161996
<<: &default_push_atlascli_stable_def
1162997
git_tag_only: true
1163998
stepback: false
@@ -1176,28 +1011,6 @@ tasks:
11761011
distro: rhel70
11771012
ext: rpm
11781013
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
12011014
- name: push_atlascli_rhel70_org_stable
12021015
<<: *default_push_atlascli_stable_def
12031016
commands:
@@ -1298,39 +1111,6 @@ tasks:
12981111
distro: ubuntu2004
12991112
ext: deb
13001113
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
1312-
- name: push_atlascli_debian92_enterprise_stable
1313-
<<: *default_push_atlascli_stable_def
1314-
commands:
1315-
- func: "clone"
1316-
- func: "install curator"
1317-
- func: "push"
1318-
vars:
1319-
edition: enterprise
1320-
distro: debian92
1321-
ext: deb
1322-
tool_name: atlascli
1323-
- name: push_atlascli_debian92_org_stable
1324-
<<: *default_push_atlascli_stable_def
1325-
commands:
1326-
- func: "clone"
1327-
- func: "install curator"
1328-
- func: "push"
1329-
vars:
1330-
edition: org
1331-
distro: debian92
1332-
ext: deb
1333-
tool_name: atlascli
13341114
- name: push_atlascli_debian10_enterprise_stable
13351115
<<: *default_push_atlascli_stable_def
13361116
commands:
@@ -1509,15 +1289,11 @@ buildvariants:
15091289
tasks:
15101290
- name: pkg_test_mongocli_docker_amazon2
15111291
- name: pkg_test_mongocli_docker_centos7
1512-
- name: pkg_test_mongocli_docker_centos8
15131292
- name: pkg_test_mongocli_docker_ubuntu1804
15141293
- name: pkg_test_mongocli_docker_ubuntu2004
1515-
- name: pkg_test_mongocli_docker_debian9
15161294
- name: pkg_test_mongocli_docker_debian10
15171295
- name: pkg_test_atlascli_docker_amazon2
15181296
- name: pkg_test_atlascli_docker_centos7
1519-
- name: pkg_test_atlascli_docker_centos8
15201297
- name: pkg_test_atlascli_docker_ubuntu1804
15211298
- name: pkg_test_atlascli_docker_ubuntu2004
1522-
- name: pkg_test_atlascli_docker_debian9
15231299
- name: pkg_test_atlascli_docker_debian10

build/package/docker/centos8-rpm.Dockerfile

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

0 commit comments

Comments
 (0)