From: Jan Kiszka <jan.kis...@siemens.com>

Ordering for pure aesthetic reasons, naming to align with the branch
names from the main Xenomai repo. The latter will help with setting
triggers.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 ci/child_pipelines_artifacts.yml    | 12 ++++++------
 ci/child_pipelines_no_artifacts.yml | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/ci/child_pipelines_artifacts.yml b/ci/child_pipelines_artifacts.yml
index 6d8ce9f..eb97f31 100644
--- a/ci/child_pipelines_artifacts.yml
+++ b/ci/child_pipelines_artifacts.yml
@@ -11,26 +11,26 @@
 stages:
   - parent
 
-xenomai next:
+stable/v3.0.x:
   stage: parent
   trigger:
     include:
       - local: '/ci/artifacts.yml'
-      - local: '/ci/xenomai_next.yml'
+      - local: '/ci/xenomai_3_0_x.yml'
     strategy: depend
 
-xenomai 3.0.x:
+stable/v3.1.x:
   stage: parent
   trigger:
     include:
       - local: '/ci/artifacts.yml'
-      - local: '/ci/xenomai_3_0_x.yml'
+      - local: '/ci/xenomai_3_1_x.yml'
     strategy: depend
 
-xenomai 3.1.x:
+next:
   stage: parent
   trigger:
     include:
       - local: '/ci/artifacts.yml'
-      - local: '/ci/xenomai_3_1_x.yml'
+      - local: '/ci/xenomai_next.yml'
     strategy: depend
diff --git a/ci/child_pipelines_no_artifacts.yml 
b/ci/child_pipelines_no_artifacts.yml
index e347990..2ff4d7b 100644
--- a/ci/child_pipelines_no_artifacts.yml
+++ b/ci/child_pipelines_no_artifacts.yml
@@ -11,26 +11,26 @@
 stages:
   - parent
 
-xenomai next:
+stable/v3.0.x:
   stage: parent
   trigger:
     include:
       - local: '/ci/no-artifacts.yml'
-      - local: '/ci/xenomai_next.yml'
+      - local: '/ci/xenomai_3_0_x.yml'
     strategy: depend
 
-xenomai 3.0.x:
+stable/v3.1.x:
   stage: parent
   trigger:
     include:
       - local: '/ci/no-artifacts.yml'
-      - local: '/ci/xenomai_3_0_x.yml'
+      - local: '/ci/xenomai_3_1_x.yml'
     strategy: depend
 
-xenomai 3.1.x:
+next:
   stage: parent
   trigger:
     include:
       - local: '/ci/no-artifacts.yml'
-      - local: '/ci/xenomai_3_1_x.yml'
+      - local: '/ci/xenomai_next.yml'
     strategy: depend
-- 
2.26.2


Reply via email to