Skip to content
Snippets Groups Projects
Commit 24653ff8 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

build:machines: Add i.MX93 to the build job template

parent 7aae72ea
No related branches found
No related tags found
1 merge request!376build:machines: Add i.MX93 to the build job template
Pipeline #100412 skipped with stage
......@@ -85,6 +85,8 @@ build-{{ machine }}:
- export SUPPORTED_HARDWARE=" SANTARO, SANTOKA, SANTINO, SANTINO LT, SANTVEND, "
{%- elif machine == "seco-mx8mm" %}
- export SUPPORTED_HARDWARE=" TANARO, "
{%- elif machine == "seco-mx93" %}
- export SUPPORTED_HARDWARE=" MAURY, "
{%- elif machine == "seco-genio700" %}
- export SUPPORTED_HARDWARE=" WILK, "
{%- endif %}
......@@ -101,6 +103,10 @@ build-{{ machine }}:
# Run platform tests for this machine which the yocto image
# This is a little hacky as we need to match the machine name to
# the available platforms
#
# @TODO: We don't have devices for the i.MX93 and Genio 700 in
# LAVA yet. Enable the tests here, when the new devices have
# been added.
{% for machine in MACHINES.split(' ') %}
{% if machine == 'seco-mx6' or machine == 'imx6guf' %}
......@@ -109,12 +115,15 @@ build-{{ machine }}:
{% elif machine == 'seco-mx6ull' or machine == 'imx6ullguf' %}
{% set platforms = "nallino" %}
{% set lava_machine = "imx6ullguf" %}
{% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %}
{% elif machine == 'seco-mx8mm' or machine == 'imx8mguf' %}
{% set platforms = "tanaro" %}
{% set lava_machine = "imx8mguf" %}
{% elif machine == 'seco-genio700' %}
{% set platforms = "wilk" %}
{% set lava_machine = "genio700" %}
#{% elif machine == 'seco-mx93' %}
# {% set platforms = "maury" %}
# {% set lava_machine = "mx93" %}
#{% elif machine == 'seco-genio700' %}
# {% set platforms = "wilk" %}
# {% set lava_machine = "genio700" %}
{% else %}
{% set platforms = '' %}
{% set lava_machine = '' %}
......
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