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

lava: Drop a bunch of spurious `name:` keys


Validating the job definitions when resubmitting them yields:

    Valid definition with warnings:
      extra keys not allowed
      @ data['actions[4]']['test']['definition']['name']

Get rid of those extra keys to make LAVA happier.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 0f2e8a1a
No related branches found
Tags apertis/0.1706.0-0co4
No related merge requests found
...@@ -15,7 +15,6 @@ job_name: {{image_name}}-{{aum_test}} ...@@ -15,7 +15,6 @@ job_name: {{image_name}}-{{aum_test}}
timeout: timeout:
minutes: 20 minutes: 20
namespace: system namespace: system
name: {{test_name}}
definitions: definitions:
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
branch: 'apertis/v2023pre' branch: 'apertis/v2023pre'
......
...@@ -127,7 +127,6 @@ actions: ...@@ -127,7 +127,6 @@ actions:
timeout: timeout:
minutes: 15 minutes: 15
namespace: system namespace: system
name: sanity-check
definitions: definitions:
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
branch: 'apertis/v2023pre' branch: 'apertis/v2023pre'
......
...@@ -79,7 +79,6 @@ actions: ...@@ -79,7 +79,6 @@ actions:
timeout: timeout:
minutes: 15 minutes: 15
namespace: system namespace: system
name: sanity-check
definitions: definitions:
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
branch: 'apertis/v2023pre' branch: 'apertis/v2023pre'
......
...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}} ...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}}
timeout: timeout:
minutes: 180 minutes: 180
namespace: system namespace: system
name: {{group}}-tests
definitions: definitions:
{%- for test_name in tests %} {%- for test_name in tests %}
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
......
...@@ -27,7 +27,6 @@ job_name: {{image_name}}-{{group}} ...@@ -27,7 +27,6 @@ job_name: {{image_name}}-{{group}}
timeout: timeout:
minutes: 30 minutes: 30
namespace: tlxc namespace: tlxc
name: {{group}}-test
definitions: definitions:
{%- for test_name in tests %} {%- for test_name in tests %}
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
......
...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}} ...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}}
timeout: timeout:
minutes: 5 minutes: 5
namespace: system namespace: system
name: {{group}}-tests
definitions: definitions:
- repository: - repository:
metadata: metadata:
...@@ -26,7 +25,6 @@ job_name: {{image_name}}-{{group}} ...@@ -26,7 +25,6 @@ job_name: {{image_name}}-{{group}}
timeout: timeout:
minutes: 180 minutes: 180
namespace: system namespace: system
name: {{group}}-tests
definitions: definitions:
{%- for test_name in tests %} {%- for test_name in tests %}
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
......
...@@ -87,7 +87,6 @@ actions: ...@@ -87,7 +87,6 @@ actions:
timeout: timeout:
minutes: 3 minutes: 3
namespace: nfsboot namespace: nfsboot
name: nfsroot-simple-boot
definitions: definitions:
{%- for test_name in tests %} {%- for test_name in tests %}
- repository: https://gitlab.apertis.org/tests/apertis-test-cases.git - repository: https://gitlab.apertis.org/tests/apertis-test-cases.git
......
...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}} ...@@ -9,7 +9,6 @@ job_name: {{image_name}}-{{group}}
timeout: timeout:
minutes: 180 minutes: 180
namespace: system namespace: system
name: {{group}}-tests
definitions: definitions:
- repository: - repository:
metadata: metadata:
......
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