Re: [xenomai-images PATCH 08/11] ci: add new build options

2020-02-14 Thread Gylstorff Quirin via Xenomai




On 2/14/20 9:48 AM, Jan Kiszka wrote:

On 14.02.20 08:32, Q. Gylstorff wrote:

From: Quirin Gylstorff 

Signed-off-by: Quirin Gylstorff 
---
  .gitlab-ci.yml | 30 ++
  1 file changed, 30 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54542b1..608d5db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,3 +147,33 @@ lava-test:board-x86-64-efi:linux-4.4:
    variables:
  TARGET: x86-64
  DEPLOY_DIR_EXTENSION: "4.4"
+
+build:board-beaglebone:xenomai-3.0.x:
+  extends: .build
+  variables:
+    TARGET: beagle-bone-black
+    XENOMAI_BUILD_OPTION: ":opt-xenomai-3.0.x.yml"
+    BUILD_OPTIONS: ":opt-lava-test.yml"
+    DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+lava-test:board-beaglebone:xenomai-3.0.x:
+  needs: [ "build:board-beaglebone:xenomai-3.0.x" ]
+  extends: .test
+  variables:
+    TARGET: beaglebone
+    DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+build:board-x86-64-efi:xenomai-3.0.x:
+  extends: .build
+  variables:
+    TARGET: x86-64-efi
+    XENOMAI_BUILD_OPTION: ":opt-xenomai-3.0.x.yml"
+    BUILD_OPTIONS: ":opt-lava-test.yml"
+    DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+lava-test:board-x86-64-efi:xenomai-3.0.x:
+  needs: [ "build:board-x86-64-efi:xenomai-3.0.x" ]
+  extends: .test
+  variables:
+    TARGET: x86-64
+    DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"



See my comment on the other patch: A set of xenomai-3.0.x/linux-latest 
for x86 and arm would be good enough for now


Jan



I will remove 4.4 and let xenomai-3.0.x stay. v2 will be posted as soon
as the tests are run.

Quirin




Re: [xenomai-images PATCH 08/11] ci: add new build options

2020-02-14 Thread Jan Kiszka via Xenomai

On 14.02.20 08:32, Q. Gylstorff wrote:

From: Quirin Gylstorff 

Signed-off-by: Quirin Gylstorff 
---
  .gitlab-ci.yml | 30 ++
  1 file changed, 30 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54542b1..608d5db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,3 +147,33 @@ lava-test:board-x86-64-efi:linux-4.4:
variables:
  TARGET: x86-64
  DEPLOY_DIR_EXTENSION: "4.4"
+
+build:board-beaglebone:xenomai-3.0.x:
+  extends: .build
+  variables:
+TARGET: beagle-bone-black
+XENOMAI_BUILD_OPTION: ":opt-xenomai-3.0.x.yml"
+BUILD_OPTIONS: ":opt-lava-test.yml"
+DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+lava-test:board-beaglebone:xenomai-3.0.x:
+  needs: [ "build:board-beaglebone:xenomai-3.0.x" ]
+  extends: .test
+  variables:
+TARGET: beaglebone
+DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+build:board-x86-64-efi:xenomai-3.0.x:
+  extends: .build
+  variables:
+TARGET: x86-64-efi
+XENOMAI_BUILD_OPTION: ":opt-xenomai-3.0.x.yml"
+BUILD_OPTIONS: ":opt-lava-test.yml"
+DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"
+
+lava-test:board-x86-64-efi:xenomai-3.0.x:
+  needs: [ "build:board-x86-64-efi:xenomai-3.0.x" ]
+  extends: .test
+  variables:
+TARGET: x86-64
+DEPLOY_DIR_EXTENSION: "xenomai-3.0.x"



See my comment on the other patch: A set of xenomai-3.0.x/linux-latest 
for x86 and arm would be good enough for now


Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux