aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-29 19:57:38 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-09-09 14:25:37 +0100
commitf8301aae06435e49a6b1e3246c18cc128bcad694 (patch)
treef7851e40488bbbd153c1060bbfa55fa4054c4b29 /test-configs.yaml
parent08d534bbd0fb09aead1a51adc8d8508358d786fb (diff)
kernelci.config.test: add TestPlan.base_name
Replace YAML test plan "name:" attribute with "base_name:" and make it available as TestPlan.base_name. This helps distinguish the YAML test plan config names from the actual KernelCI test plans names. Update lava-v2-jobs-from-api.py accordingly. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index 5efa16a..7ebdc8d 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -107,7 +107,7 @@ test_plans:
- blacklist: *clang_environment_filter
boot_qemu:
- name: boot
+ base_name: boot
rootfs: buildroot_ramdisk
pattern: 'boot/generic-qemu-boot-template.jinja2'
filters:
@@ -142,7 +142,7 @@ test_plans:
rootfs: debian_buster_ramdisk
simple_qemu:
- name: simple
+ base_name: simple
rootfs: debian_buster_ramdisk
pattern: 'simple/generic-qemu-simple-template.jinja2'