diff options
author | Andrew Morrow <acm@mongodb.com> | 2020-08-31 15:07:36 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-31 20:50:50 +0000 |
commit | 5360e4bd5724440676017d17f6878852753e4bac (patch) | |
tree | da32be06b8ef43b777356286ba51084577a77f11 /etc/evergreen.yml | |
parent | 98d95e18f39540b33c491052901579b71ec430fc (diff) | |
download | mongo-5360e4bd5724440676017d17f6878852753e4bac.tar.gz |
SERVER-50648 Fix publish host for RHEL 8.2 ARM builds
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r-- | etc/evergreen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index a509a6cfdaa..7deadbdb13a 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -10854,7 +10854,7 @@ buildvariants: - name: .stitch - name: .publish distros: - - rhel82-arm64-small + - rhel80-small # This variant is to intentionally test uncommon features nightly - <<: *enterprise-rhel-70-64-bit-template @@ -11169,7 +11169,7 @@ buildvariants: - name: .stitch - name: .publish distros: - - rhel82-arm64-small + - rhel80-small # This variant compiles on RHEL 7.0 and runs tests on RHEL 7.6 - name: rhel76_compile_rhel70 |