Skip to content

Commit 6c05e9c

Browse files
michel-slmyselkowitz
authored andcommitted
meta: split off hardware related packages
Move these from the main workload to a `meta_hw` one Also start tracking `aer-inject` and `mce-inject` Signed-off-by: Michel Lind <salimma@fedoraproject.org>
1 parent b28ec86 commit 6c05e9c

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

configs/eln_extras_meta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ data:
3737
- libidn-devel
3838
- libkdumpfile-devel
3939
- libxcrypt-compat
40-
- linux-sysinfo-snapshot
4140
- mkosi
42-
- mlnx-tools
4341
- mosh
4442
- ncurses-compat-libs
4543
- neovim
@@ -82,7 +80,6 @@ data:
8280
- sedutil
8381
- sysbench
8482
x86_64:
85-
- msr-tools
8683
- sedutil
8784
- sysbench
8885
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)