Skip to content
Snippets Groups Projects
Commit d769f604 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[TEST] Allow Edgehog Things LAVA test on Intel

* The 'apollolake' machine is no longer used since a single Intel image
  is released
parent 2f3d9c1e
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ deploy-{{ machine }}-{{ distro }}: ...@@ -278,7 +278,7 @@ deploy-{{ machine }}-{{ distro }}:
artifacts: true artifacts: true
variables: &deploy-{{ machine }}-{{ distro }} variables: &deploy-{{ machine }}-{{ distro }}
<<: *build-{{ machine }}-{{ distro }} <<: *build-{{ machine }}-{{ distro }}
{% if machine == 'a62-1G-4x256M' or machine == 'c20' or machine == 'd23' or machine == 'apollolake' %} {% if machine == 'a62-1G-4x256M' or machine == 'c20' or machine == 'd23' or machine == 'intel' %}
#---------------------------------------------------- #----------------------------------------------------
# Edgehog-test-{{ machine }}-{{ distro }} # Edgehog-test-{{ machine }}-{{ distro }}
#---------------------------------------------------- #----------------------------------------------------
......
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