diff options
author | dylrich <dylan.richardson@mongodb.com> | 2022-11-08 22:18:35 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-08 22:52:30 +0000 |
commit | f803681c3ae19817d31958965850193de067c516 (patch) | |
tree | 0873086708306b9b35d6b103e7630d002cd74219 /etc | |
parent | ac5d0034debcc646ffe610f8d63302c25a3598b7 (diff) | |
download | mongo-r6.0.3-rc1.tar.gz |
SERVER-71089: run push tasks on rhel80-smallr6.0.3-rc2r6.0.3-rc1r6.0.3
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index 9176c6b804e..4c21918ebc7 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -6723,6 +6723,7 @@ tasks: - "./src/evergreen/packages_publish.sh" - name: push + run_on: rhel80-small tags: ["publish"] patchable: false depends_on: @@ -7202,6 +7203,7 @@ tasks: 'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz}.md5', 'bucket': '${push_bucket}'}} - name: crypt_push + run_on: rhel80-small tags: ["publish_crypt"] patchable: false stepback: false |