[I-PIPE] ipipe-core-4.19.115-arm64-5 released

2020-04-21 Thread xenomai--- via Xenomai
Download URL: https://xenomai.org/downloads/ipipe/v4.x/arm64/ipipe-core-4.19.115-arm64-5.patch Repository: https://git.xenomai.org/ipipe-arm64 Release tag: ipipe-core-4.19.115-arm64-5

Re: [Xenomai-images PATCH 1/4] ci: Build and test from gitlab.com

2020-04-21 Thread Gylstorff Quirin via Xenomai
On 4/21/20 11:29 AM, Jan Kiszka wrote: On 21.04.20 11:19, Gylstorff Quirin wrote: On 4/21/20 11:09 AM, Jan Kiszka wrote: On 21.04.20 10:31, Q. Gylstorff wrote: From: Quirin Gylstorff Adapt scripts and gitlab-ci.yml to build on public available gitlab infrastructure. As the internal

Re: FAILURE run_gdb:287: checking expression "primary_mode", expected "$", found "N"

2020-04-21 Thread Jan Kiszka via Xenomai
On 21.04.20 02:27, Vitaly Chikunov via Xenomai wrote: 2. There is additional problem with gdb test, though. If I have in my `.gdbinit' value of `prompt' redefined - gdb test fails to recognize the prompt. I recommend adding `-nx' option to gdb arguments so that `.gdbinit' is not read by

Re: [Xenomai-images PATCH 1/4] ci: Build and test from gitlab.com

2020-04-21 Thread Jan Kiszka via Xenomai
On 21.04.20 11:19, Gylstorff Quirin wrote: On 4/21/20 11:09 AM, Jan Kiszka wrote: On 21.04.20 10:31, Q. Gylstorff wrote: From: Quirin Gylstorff Adapt scripts and gitlab-ci.yml to build on public available gitlab infrastructure. As the internal gitlab system has no artifact storage and it

Re: [Xenomai-images PATCH 1/4] ci: Build and test from gitlab.com

2020-04-21 Thread Gylstorff Quirin via Xenomai
On 4/21/20 11:09 AM, Jan Kiszka wrote: On 21.04.20 10:31, Q. Gylstorff wrote: From: Quirin Gylstorff Adapt scripts and gitlab-ci.yml to build on public available gitlab infrastructure. As the internal gitlab system has no artifact storage and it is not possible to deactivate arifact

Re: FAILURE run_gdb:287: checking expression "primary_mode", expected "$", found "N"

2020-04-21 Thread Vitaly Chikunov via Xenomai
Jan, On Tue, Apr 21, 2020 at 07:10:55AM +0200, Jan Kiszka via Xenomai wrote: > On 21.04.20 04:43, Vitaly Chikunov via Xenomai wrote: > > On Tue, Apr 21, 2020 at 03:27:29AM +0300, Vitaly Chikunov via Xenomai wrote: > > > On Tue, Apr 21, 2020 at 01:18:50AM +0300, Vitaly Chikunov via Xenomai > > >

Re: [Xenomai-images PATCH 1/4] ci: Build and test from gitlab.com

2020-04-21 Thread Jan Kiszka via Xenomai
On 21.04.20 10:31, Q. Gylstorff wrote: From: Quirin Gylstorff Adapt scripts and gitlab-ci.yml to build on public available gitlab infrastructure. As the internal gitlab system has no artifact storage and it is not possible to deactivate arifact upload with a variable split the gitlab-ci.yml.

[Xenomai-images PATCH 0/4] ci: Add configuration to run on gitlab.com

2020-04-21 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add the configration to run the ci builds on gitlab.com or on-premise setups with gitlab artifacts enabled. Each completed pipeline creates around 1.5 GB aritfacts. An active pipeline can be seen at https://gitlab.com/Quirin.Gy/xenomai-images-test/pipelines. Quirin

[Xenomai-images PATCH 3/4] test/README: Update

2020-04-21 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Add missing targets and update CI variable description. Signed-off-by: Quirin Gylstorff --- tests/README.md | 59 - 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/tests/README.md b/tests/README.md index

[Xenomai-images PATCH 4/4] scripts/run-lava-tests: Add LAVA_MASTER_URL

2020-04-21 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Allow to set the LAVA master URL. Signed-off-by: Quirin Gylstorff --- scripts/run-lava-tests.sh | 2 +- tests/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run-lava-tests.sh b/scripts/run-lava-tests.sh index

[Xenomai-images PATCH 1/4] ci: Build and test from gitlab.com

2020-04-21 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff Adapt scripts and gitlab-ci.yml to build on public available gitlab infrastructure. As the internal gitlab system has no artifact storage and it is not possible to deactivate arifact upload with a variable split the gitlab-ci.yml. The .gitlab-ci.yml in the root points to

[Xenomai-images PATCH 2/4] ci: Add option to compress ext4-images.

2020-04-21 Thread Q. Gylstorff via Xenomai
From: Quirin Gylstorff The qemu test targets create uncompressed ext4-img around 1GB. This increases the time to uplaod and test a image with qemu. Reduce the time by adding a compress option to ext4-img.bbclass. Signed-off-by: Quirin Gylstorff --- .ci/gitlab-ci-base.yml