Use * for config files
This commit is contained in:
parent
f41c1533de
commit
7087e0feaf
392
config.yaml
392
config.yaml
@ -45,7 +45,7 @@ actions:
|
||||
number: 2010
|
||||
|
||||
- replace:
|
||||
- target: "kernel-aarch64-64k-debug-rhel.config"
|
||||
- target: "kernel*.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
@ -53,11 +53,11 @@ actions:
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-64k-debug-rhel.config"
|
||||
- target: "kernel*aarch64*.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-64k-debug-rhel.config"
|
||||
- target: "kernel*.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
@ -65,155 +65,7 @@ actions:
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-64k-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-64k-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-64k-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-debug-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-automotive-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-debug-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-debug-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-rhel.config"
|
||||
find: "# CONFIG_MLX4_CORE_GEN2 is not set"
|
||||
replace: "CONFIG_MLX4_CORE_GEN2=y"
|
||||
count: 1
|
||||
- target: "kernel-aarch64-rt-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-debug-rhel.config"
|
||||
- target: "kernel*ppc64le*.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
@ -221,23 +73,7 @@ actions:
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-rhel.config"
|
||||
- target: "kernel*x86_64*.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
@ -245,23 +81,7 @@ actions:
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-ppc64le-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-s390x-debug-rhel.config"
|
||||
- target: "kernel*s390x*.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
@ -269,206 +89,6 @@ actions:
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-s390x-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-zfcpdump-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-s390x-zfcpdump-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-s390x-zfcpdump-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-automotive-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-debug-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-rhel.config"
|
||||
find: |
|
||||
# CONFIG_BE2NET_BE2 is not set
|
||||
# CONFIG_BE2NET_BE3 is not set
|
||||
replace: |
|
||||
CONFIG_BE2NET_BE2=y
|
||||
CONFIG_BE2NET_BE3=y
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_CORE_GEN2 is not set
|
||||
# CONFIG_MLX4_CORE is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_CORE_GEN2=y
|
||||
CONFIG_MLX4_CORE=m
|
||||
count: 1
|
||||
- target: "kernel-x86_64-rt-rhel.config"
|
||||
find: |
|
||||
# CONFIG_MLX4_EN is not set
|
||||
# CONFIG_MLX4_INFINIBAND is not set
|
||||
replace: |
|
||||
CONFIG_MLX4_EN=m
|
||||
CONFIG_MLX4_INFINIBAND=m
|
||||
count: 1
|
||||
- target: "spec"
|
||||
find: |
|
||||
# Disable frame pointers
|
||||
|
Loading…
Reference in New Issue
Block a user