Skip to content
Snippets Groups Projects
Commit e8122673 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

Add the 'name' key to the IoT tests group

The group template was created after
9dc1fafa was merged, which removed all
instances of the 'name:' key. However, this turned out to break test
submission, which is why it was then reverted in
79a2b0df.

Unfortunately, I did not realize that the new IoT group was missing
this field, which means that 'name:' was never added back there and IoT
image test submission is broken.

https://phabricator.apertis.org/T8949



Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
parent 64ebe94a
No related branches found
No related tags found
1 merge request!502Add the 'name' key to the IoT tests group
Pipeline #436338 passed
......@@ -9,6 +9,7 @@ job_name: {{image_name}}-{{group}}
timeout:
minutes: 180
namespace: system
name: {{group}}-tests
definitions:
{%- for test_name in tests %}
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
......
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