Skip to content

Commit 9f891f8

Browse files
authoredApr 3, 2025
Revert "Temporarily relocate sbom task from rhel80 to rhel8.8 (#1981)" (#1982)
This reverts commit 22875eb.
1 parent c60f45f commit 9f891f8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
 

‎.evergreen/config_generator/components/sbom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def functions():
9696

9797

9898
def tasks():
99-
distro_name = 'rhel8.8'
99+
distro_name = 'rhel80'
100100
distro = find_small_distro(distro_name)
101101

102102
yield EvgTask(

‎.evergreen/config_generator/etc/distros.py

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def ls_distro(name, **kwargs):
6363
]
6464

6565
RHEL_DISTROS = [
66-
*ls_distro(name='rhel8.8', os='rhel', os_type='linux', os_ver='8.8'),
67-
6866
*ls_distro(name='rhel76', os='rhel', os_type='linux', os_ver='7.6'),
6967
*ls_distro(name='rhel80', os='rhel', os_type='linux', os_ver='8.0'),
7068
*ls_distro(name='rhel84', os='rhel', os_type='linux', os_ver='8.4'),

‎.evergreen/generated_configs/tasks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4897,8 +4897,8 @@ tasks:
48974897
- func: run-simple-http-server
48984898
- func: run-tests
48994899
- name: sbom
4900-
run_on: rhel8.8-small
4901-
tags: [sbom, rhel8.8]
4900+
run_on: rhel80-small
4901+
tags: [sbom, rhel80]
49024902
commands:
49034903
- func: sbom
49044904
- name: scan-build-macos-14-arm64-clang

0 commit comments

Comments
 (0)