Skip to content
Snippets Groups Projects
Commit bf602c3c authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Use job names based on the image name


Use job names that are identifiers rather than textual blurbs to pack
more information in a easier to consume way.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent bda32e41
No related tags found
No related merge requests found
job_name: Ostree updater test {{aum_test}} on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-{{aum_test}}
{% import 'common-boot-macros.yaml' as boot with context -%}
......
job_name: Boot test on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-boot
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: AppArmor common tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-apparmor-standalone
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Common tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-common-standalone
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Minimal common tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-minimal-standalone
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Modules tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-modules-standalone
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Nfsroot tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-nfs
{% import 'common-boot-macros.yaml' as boot with context -%}
......
job_name: OSTree common tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-ostree-common
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: SDK tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-sdk
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Iptables test on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-iptables-nmap
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
job_name: Simple boot tests on {{release_version}} {{pretty}} {{image_date}}
job_name: {{image_name}}-minimal
{% if device_type == 'qemu' %}
{% include 'common-qemu-boot-tpl.yaml' %}
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment