Skip to content

Commit 77bcfc7

Browse files
committed
fix RHEL8.9 typo
1 parent 7fc00a2 commit 77bcfc7

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

.evergreen/config_generator/components/loadbalanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from config_generator.etc.utils import Task, bash_exec
1414

1515
# Use `rhel8.9` distro. `rhel8.9` distro includes necessary dependency: `haproxy`.
16-
_DISTRO_NAME = "rhel89"
16+
_DISTRO_NAME = "rhel8.9"
1717
_COMPILER = "gcc"
1818

1919

.evergreen/config_generator/etc/distros.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def validate_os_ver(cls, value):
6464
Distro(name='rhel80-small', os='rhel', os_type='linux', os_ver='8.0', size='small'),
6565
Distro(name='rhel84-large', os='rhel', os_type='linux', os_ver='8.4', size='large'),
6666
Distro(name='rhel84-small', os='rhel', os_type='linux', os_ver='8.4', size='small'),
67-
Distro(name='rhel89-large', os='rhel', os_type='linux', os_ver='8.7', size='large'),
68-
Distro(name='rhel89-small', os='rhel', os_type='linux', os_ver='8.7', size='small'),
67+
Distro(name='rhel8.9-large', os='rhel', os_type='linux', os_ver='8.7', size='large'),
68+
Distro(name='rhel8.9-small', os='rhel', os_type='linux', os_ver='8.7', size='small'),
6969
Distro(name='rhel92-large', os='rhel', os_type='linux', os_ver='9.0', size='large'),
7070
Distro(name='rhel92-small', os='rhel', os_type='linux', os_ver='9.0', size='small'),
7171
]

.evergreen/generated_configs/tasks.yml

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,9 +2695,9 @@ tasks:
26952695
- name: kms-divergence-check
26962696
commands:
26972697
- func: kms-divergence-check
2698-
- name: loadbalanced-rhel89-gcc-compile
2699-
run_on: rhel89-large
2700-
tags: [loadbalanced, rhel89, gcc]
2698+
- name: loadbalanced-rhel8.9-gcc-compile
2699+
run_on: rhel8.9-large
2700+
tags: [loadbalanced, rhel8.9, gcc]
27012701
commands:
27022702
- func: find-cmake-latest
27032703
- command: subprocess.exec
@@ -2714,14 +2714,14 @@ tasks:
27142714
- -c
27152715
- .evergreen/scripts/compile.sh
27162716
- func: upload-build
2717-
- name: loadbalanced-rhel89-gcc-test-5.0-auth-openssl
2718-
run_on: rhel89-small
2719-
tags: [loadbalanced, rhel89, gcc, auth, openssl]
2720-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2717+
- name: loadbalanced-rhel8.9-gcc-test-5.0-auth-openssl
2718+
run_on: rhel8.9-small
2719+
tags: [loadbalanced, rhel8.9, gcc, auth, openssl]
2720+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
27212721
commands:
27222722
- func: fetch-build
27232723
vars:
2724-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2724+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
27252725
- func: fetch-det
27262726
- func: bootstrap-mongo-orchestration
27272727
vars:
@@ -2740,14 +2740,14 @@ tasks:
27402740
CC: gcc
27412741
LOADBALANCED: loadbalanced
27422742
SSL: openssl
2743-
- name: loadbalanced-rhel89-gcc-test-5.0-noauth-nossl
2744-
run_on: rhel89-small
2745-
tags: [loadbalanced, rhel89, gcc, noauth, nossl]
2746-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2743+
- name: loadbalanced-rhel8.9-gcc-test-5.0-noauth-nossl
2744+
run_on: rhel8.9-small
2745+
tags: [loadbalanced, rhel8.9, gcc, noauth, nossl]
2746+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
27472747
commands:
27482748
- func: fetch-build
27492749
vars:
2750-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2750+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
27512751
- func: fetch-det
27522752
- func: bootstrap-mongo-orchestration
27532753
vars:
@@ -2766,14 +2766,14 @@ tasks:
27662766
CC: gcc
27672767
LOADBALANCED: loadbalanced
27682768
SSL: nossl
2769-
- name: loadbalanced-rhel89-gcc-test-6.0-auth-openssl
2770-
run_on: rhel89-small
2771-
tags: [loadbalanced, rhel89, gcc, auth, openssl]
2772-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2769+
- name: loadbalanced-rhel8.9-gcc-test-6.0-auth-openssl
2770+
run_on: rhel8.9-small
2771+
tags: [loadbalanced, rhel8.9, gcc, auth, openssl]
2772+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
27732773
commands:
27742774
- func: fetch-build
27752775
vars:
2776-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2776+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
27772777
- func: fetch-det
27782778
- func: bootstrap-mongo-orchestration
27792779
vars:
@@ -2792,14 +2792,14 @@ tasks:
27922792
CC: gcc
27932793
LOADBALANCED: loadbalanced
27942794
SSL: openssl
2795-
- name: loadbalanced-rhel89-gcc-test-6.0-noauth-nossl
2796-
run_on: rhel89-small
2797-
tags: [loadbalanced, rhel89, gcc, noauth, nossl]
2798-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2795+
- name: loadbalanced-rhel8.9-gcc-test-6.0-noauth-nossl
2796+
run_on: rhel8.9-small
2797+
tags: [loadbalanced, rhel8.9, gcc, noauth, nossl]
2798+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
27992799
commands:
28002800
- func: fetch-build
28012801
vars:
2802-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2802+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
28032803
- func: fetch-det
28042804
- func: bootstrap-mongo-orchestration
28052805
vars:
@@ -2818,14 +2818,14 @@ tasks:
28182818
CC: gcc
28192819
LOADBALANCED: loadbalanced
28202820
SSL: nossl
2821-
- name: loadbalanced-rhel89-gcc-test-7.0-auth-openssl
2822-
run_on: rhel89-small
2823-
tags: [loadbalanced, rhel89, gcc, auth, openssl]
2824-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2821+
- name: loadbalanced-rhel8.9-gcc-test-7.0-auth-openssl
2822+
run_on: rhel8.9-small
2823+
tags: [loadbalanced, rhel8.9, gcc, auth, openssl]
2824+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
28252825
commands:
28262826
- func: fetch-build
28272827
vars:
2828-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2828+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
28292829
- func: fetch-det
28302830
- func: bootstrap-mongo-orchestration
28312831
vars:
@@ -2844,14 +2844,14 @@ tasks:
28442844
CC: gcc
28452845
LOADBALANCED: loadbalanced
28462846
SSL: openssl
2847-
- name: loadbalanced-rhel89-gcc-test-7.0-noauth-nossl
2848-
run_on: rhel89-small
2849-
tags: [loadbalanced, rhel89, gcc, noauth, nossl]
2850-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2847+
- name: loadbalanced-rhel8.9-gcc-test-7.0-noauth-nossl
2848+
run_on: rhel8.9-small
2849+
tags: [loadbalanced, rhel8.9, gcc, noauth, nossl]
2850+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
28512851
commands:
28522852
- func: fetch-build
28532853
vars:
2854-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2854+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
28552855
- func: fetch-det
28562856
- func: bootstrap-mongo-orchestration
28572857
vars:
@@ -2870,14 +2870,14 @@ tasks:
28702870
CC: gcc
28712871
LOADBALANCED: loadbalanced
28722872
SSL: nossl
2873-
- name: loadbalanced-rhel89-gcc-test-8.0-auth-openssl
2874-
run_on: rhel89-small
2875-
tags: [loadbalanced, rhel89, gcc, auth, openssl]
2876-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2873+
- name: loadbalanced-rhel8.9-gcc-test-8.0-auth-openssl
2874+
run_on: rhel8.9-small
2875+
tags: [loadbalanced, rhel8.9, gcc, auth, openssl]
2876+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
28772877
commands:
28782878
- func: fetch-build
28792879
vars:
2880-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2880+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
28812881
- func: fetch-det
28822882
- func: bootstrap-mongo-orchestration
28832883
vars:
@@ -2896,14 +2896,14 @@ tasks:
28962896
CC: gcc
28972897
LOADBALANCED: loadbalanced
28982898
SSL: openssl
2899-
- name: loadbalanced-rhel89-gcc-test-8.0-noauth-nossl
2900-
run_on: rhel89-small
2901-
tags: [loadbalanced, rhel89, gcc, noauth, nossl]
2902-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2899+
- name: loadbalanced-rhel8.9-gcc-test-8.0-noauth-nossl
2900+
run_on: rhel8.9-small
2901+
tags: [loadbalanced, rhel8.9, gcc, noauth, nossl]
2902+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
29032903
commands:
29042904
- func: fetch-build
29052905
vars:
2906-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2906+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
29072907
- func: fetch-det
29082908
- func: bootstrap-mongo-orchestration
29092909
vars:
@@ -2922,14 +2922,14 @@ tasks:
29222922
CC: gcc
29232923
LOADBALANCED: loadbalanced
29242924
SSL: nossl
2925-
- name: loadbalanced-rhel89-gcc-test-latest-auth-openssl
2926-
run_on: rhel89-small
2927-
tags: [loadbalanced, rhel89, gcc, auth, openssl]
2928-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2925+
- name: loadbalanced-rhel8.9-gcc-test-latest-auth-openssl
2926+
run_on: rhel8.9-small
2927+
tags: [loadbalanced, rhel8.9, gcc, auth, openssl]
2928+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
29292929
commands:
29302930
- func: fetch-build
29312931
vars:
2932-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2932+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
29332933
- func: fetch-det
29342934
- func: bootstrap-mongo-orchestration
29352935
vars:
@@ -2948,14 +2948,14 @@ tasks:
29482948
CC: gcc
29492949
LOADBALANCED: loadbalanced
29502950
SSL: openssl
2951-
- name: loadbalanced-rhel89-gcc-test-latest-noauth-nossl
2952-
run_on: rhel89-small
2953-
tags: [loadbalanced, rhel89, gcc, noauth, nossl]
2954-
depends_on: [{ name: loadbalanced-rhel89-gcc-compile }]
2951+
- name: loadbalanced-rhel8.9-gcc-test-latest-noauth-nossl
2952+
run_on: rhel8.9-small
2953+
tags: [loadbalanced, rhel8.9, gcc, noauth, nossl]
2954+
depends_on: [{ name: loadbalanced-rhel8.9-gcc-compile }]
29552955
commands:
29562956
- func: fetch-build
29572957
vars:
2958-
BUILD_NAME: loadbalanced-rhel89-gcc-compile
2958+
BUILD_NAME: loadbalanced-rhel8.9-gcc-compile
29592959
- func: fetch-det
29602960
- func: bootstrap-mongo-orchestration
29612961
vars:

0 commit comments

Comments
 (0)