From ce8d8d8dc14b68f45099663680cd0baee572ac4c Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Fri, 21 Apr 2023 11:01:02 +0200
Subject: [PATCH] [TEST] Add CI_PARAM_TEST_SUITE

* Parameter necessary to submit test job
---
 boards/.a62.yml | 3 ++-
 boards/.c12.yml | 3 ++-
 boards/.c20.yml | 3 ++-
 boards/.c26.yml | 3 ++-
 boards/.c43.yml | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/boards/.a62.yml b/boards/.a62.yml
index b19d807..9b160a6 100644
--- a/boards/.a62.yml
+++ b/boards/.a62.yml
@@ -72,4 +72,5 @@ test-edgehog-embedded-full-a62:
    - job: deploy-edgehog-embedded-full-a62
      artifacts: true
   variables: 
-      <<: *build-edgehog-embedded-a62-full
\ No newline at end of file
+      <<: *build-edgehog-embedded-a62-full
+      CI_PARAM_TEST_SUITE: 'a62.jinja2'
\ No newline at end of file
diff --git a/boards/.c12.yml b/boards/.c12.yml
index d486be2..a039869 100644
--- a/boards/.c12.yml
+++ b/boards/.c12.yml
@@ -72,4 +72,5 @@ test-edgehog-embedded-full-c12:
    - job: deploy-edgehog-embedded-full-c12
      artifacts: true
   variables: 
-      <<: *build-edgehog-embedded-c12-full
\ No newline at end of file
+      <<: *build-edgehog-embedded-c12-full
+      CI_PARAM_TEST_SUITE: 'c12.jinja2'
\ No newline at end of file
diff --git a/boards/.c20.yml b/boards/.c20.yml
index 57dcdfc..c08203b 100644
--- a/boards/.c20.yml
+++ b/boards/.c20.yml
@@ -72,4 +72,5 @@ test-edgehog-embedded-full-c20:
    - job: deploy-edgehog-embedded-full-c20
      artifacts: true
   variables: 
-      <<: *build-edgehog-embedded-c20-full    
\ No newline at end of file
+      <<: *build-edgehog-embedded-c20-full
+      CI_PARAM_TEST_SUITE: 'c20.jinja2'
\ No newline at end of file
diff --git a/boards/.c26.yml b/boards/.c26.yml
index b2154a8..2131f62 100644
--- a/boards/.c26.yml
+++ b/boards/.c26.yml
@@ -72,4 +72,5 @@ test-edgehog-embedded-full-c26:
    - job: deploy-edgehog-embedded-full-c26
      artifacts: true
   variables: 
-      <<: *build-edgehog-embedded-c26-full
\ No newline at end of file
+      <<: *build-edgehog-embedded-c26-full
+      CI_PARAM_TEST_SUITE: 'c26.jinja2'
\ No newline at end of file
diff --git a/boards/.c43.yml b/boards/.c43.yml
index 7c1c84d..4576ab0 100644
--- a/boards/.c43.yml
+++ b/boards/.c43.yml
@@ -72,4 +72,5 @@ test-edgehog-embedded-full-c43:
    - job: deploy-edgehog-embedded-full-c43
      artifacts: true
   variables: 
-      <<: *build-edgehog-embedded-c43-full
\ No newline at end of file
+      <<: *build-edgehog-embedded-c43-full
+      CI_PARAM_TEST_SUITE: 'c43.jinja2'
\ No newline at end of file
-- 
GitLab