diff options
author | dylrich <dylan.richardson@mongodb.com> | 2023-04-26 18:11:04 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-04-26 18:42:26 +0000 |
commit | a47fce759acaf3cc338622755509e92100c45677 (patch) | |
tree | a22d16b787d4ed49317f00e624cfc87d6fff3bef | |
parent | a6e03c4a2f76ec9a40004a80dd670a065916a011 (diff) | |
download | mongo-a47fce759acaf3cc338622755509e92100c45677.tar.gz |
SERVER-76498: update push task to run on rhel8.7
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 593239050c1..8520b7cde93 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7890,7 +7890,7 @@ tasks: ./curator repo submit --service ${barque_url} --config ./etc/repo_config.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch ${packager_arch} --packages https://s3.amazonaws.com/mciuploads/${project}/${build_variant}/${revision}/artifacts/${build_id}-packages.tgz - name: push - run_on: rhel80-small + run_on: rhel8.7-small tags: ["publish"] patchable: false depends_on: |