Skip to content

Commit 6a90a49

Browse files
authored
CLOUDP-66893: Add ubuntu 20.04 distribution to repo publishing (#243)
1 parent b398309 commit 6a90a49

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

build/ci/evergreen.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,26 @@ tasks:
714714
edition: org
715715
distro: ubuntu1804
716716
ext: deb
717+
- name: push_ubuntu2004_enterprise
718+
<<: *default_push_def
719+
commands:
720+
- func: "clone"
721+
- func: "install curator"
722+
- func: "push"
723+
vars:
724+
edition: enterprise
725+
distro: ubuntu2004
726+
ext: deb
727+
- name: push_ubuntu2004_org
728+
<<: *default_push_def
729+
commands:
730+
- func: "clone"
731+
- func: "install curator"
732+
- func: "push"
733+
vars:
734+
edition: org
735+
distro: ubuntu2004
736+
ext: deb
717737
- name: push_debian71_enterprise
718738
<<: *default_push_def
719739
commands:
@@ -906,6 +926,26 @@ tasks:
906926
edition: org
907927
distro: ubuntu1804
908928
ext: deb
929+
- name: push_ubuntu2004_enterprise_stable
930+
<<: *default_push_stable_def
931+
commands:
932+
- func: "clone"
933+
- func: "install curator"
934+
- func: "push"
935+
vars:
936+
edition: enterprise
937+
distro: ubuntu2004
938+
ext: deb
939+
- name: push_ubuntu2004_org_stable
940+
<<: *default_push_stable_def
941+
commands:
942+
- func: "clone"
943+
- func: "install curator"
944+
- func: "push"
945+
vars:
946+
edition: org
947+
distro: ubuntu2004
948+
ext: deb
909949
- name: push_debian71_enterprise_stable
910950
<<: *default_push_stable_def
911951
commands:

build/ci/repo_config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,20 @@ repos:
238238
repos:
239239
- apt/ubuntu/dists/bionic/mongodb-org
240240

241+
- name: ubuntu2004
242+
type: deb
243+
code_name: "focal"
244+
edition: org
245+
bucket: repo.mongodb.org
246+
component: multiverse
247+
architectures:
248+
- amd64
249+
- i386
250+
- s390x
251+
- arm64
252+
repos:
253+
- apt/ubuntu/dists/focal/mongodb-org
254+
241255
####################
242256
#
243257
# Enterprise Repos:
@@ -434,3 +448,17 @@ repos:
434448
- arm64
435449
repos:
436450
- apt/ubuntu/dists/bionic/mongodb-enterprise
451+
- name: ubuntu2004
452+
type: deb
453+
code_name: "focal"
454+
edition: enterprise
455+
bucket: repo.mongodb.com
456+
component: multiverse
457+
architectures:
458+
- amd64
459+
- ppc64el
460+
- i386
461+
- s390x
462+
- arm64
463+
repos:
464+
- apt/ubuntu/dists/focal/mongodb-enterprise

0 commit comments

Comments
 (0)