Skip to content

Commit bd85ff6

Browse files
committed
meta: split off hardware related packages
Move these from the main workload to a `meta_hw` one Signed-off-by: Michel Lind <salimma@fedoraproject.org>
1 parent b28ec86 commit bd85ff6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

configs/eln_extras_meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ data:
3939
- libxcrypt-compat
4040
- linux-sysinfo-snapshot
4141
- mkosi
42-
- mlnx-tools
4342
- mosh
4443
- ncurses-compat-libs
4544
- neovim
@@ -82,7 +81,6 @@ data:
8281
- sedutil
8382
- sysbench
8483
x86_64:
85-
- msr-tools
8684
- sedutil
8785
- sysbench
8886
labels:

configs/eln_extras_meta_hw.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
document: feedback-pipeline-workload
2+
version: 1
3+
data:
4+
name: meta-sig hardware packages
5+
description: ELN Extras packages for hardware support and diagnostics
6+
maintainer: meta-sig
7+
packages:
8+
- aer-inject
9+
- linux-sysinfo-snapshot
10+
- mce-inject
11+
- mlnx-tools
12+
arch_packages:
13+
x86_64:
14+
- msr-tools
15+
labels:
16+
- eln-extras

0 commit comments

Comments
 (0)