aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-21 21:49:31 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-27 13:50:10 +0100
commitfd6c616c5f840213f295cb96c0d61e5444d2b335 (patch)
tree4ce52b146351f96f7f17873e2939b19227a338cd /test-configs.yaml
parentb98116a396cb7549d49033d83f53066e99047c19 (diff)
kernelci.configs.DeviceType: add .type_name instead of .name
Add DeviceType.type_name with the value of the type attribute in the YAML config. This is to help differentiate between the device type configuration name (e.g. qemu_arm64) and the device type name used in jobs (e.g. qemu). Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index d0bc027..e48217f 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -752,7 +752,7 @@ device_types:
- blacklist: {kernel: ['v3.']}
qemu_arm:
- name: qemu
+ type: qemu
mach: qemu
arch: arm
boot_method: qemu
@@ -760,7 +760,7 @@ device_types:
- whitelist: {defconfig: ['multi_v7_defconfig', 'vexpress_defconfig']}
qemu_arm64:
- name: qemu
+ type: qemu
mach: qemu
arch: arm64
boot_method: qemu
@@ -776,7 +776,7 @@ device_types:
- whitelist: {defconfig: ['i386_defconfig']}
qemu_x86_64:
- name: qemu
+ type: qemu
mach: qemu
arch: x86_64
boot_method: qemu