* [PATCH] gitlab-ci: Switch to ci_build.sh
@ 2018-11-30 15:36 Jan Kiszka
2018-12-03 11:49 ` Maxim Yu. Osipov
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2018-11-30 15:36 UTC (permalink / raw)
To: isar-users
Call the fast CI run of the reference script, rather than implementing
a separate path here.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
BTW, "fast" is still relative: This is 0:43h on our system, compared to
1:09h for the current "slow" version. Feature coverage with "fast" is
better, but I would expect to find our new physical targets in the slow
version soon.
.gitlab-ci.yml | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da73826..1c6fa84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,17 +10,4 @@ all:
- export https_proxy=$HTTPS_PROXY
- export ftp_proxy=$FTP_PROXY
- export no_proxy=$NO_PROXY
- - source isar-init-build-env out
- - bitbake
- multiconfig:qemuarm-jessie:isar-image-base
- multiconfig:qemui386-jessie:isar-image-base
- multiconfig:qemui386-stretch:isar-image-base
- multiconfig:qemui386-buster:isar-image-base
- multiconfig:qemuamd64-jessie:isar-image-base
- multiconfig:qemuamd64-stretch:isar-image-base
- multiconfig:qemuamd64-buster:isar-image-base
- multiconfig:rpi-jessie:isar-image-base
- - sed -i -e 's/ISAR_CROSS_COMPILE ?= "0"/ISAR_CROSS_COMPILE ?= "1"/g' conf/local.conf
- - bitbake
- multiconfig:qemuarm-stretch:isar-image-base
- multiconfig:qemuarm64-stretch:isar-image-base
+ - scripts/ci_build.sh -q -f
--
2.16.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] gitlab-ci: Switch to ci_build.sh
2018-11-30 15:36 [PATCH] gitlab-ci: Switch to ci_build.sh Jan Kiszka
@ 2018-12-03 11:49 ` Maxim Yu. Osipov
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-12-03 11:49 UTC (permalink / raw)
To: Jan Kiszka, isar-users
On 11/30/18 6:36 PM, Jan Kiszka wrote:
> Call the fast CI run of the reference script, rather than implementing
> a separate path here.
Applied in the 'next',
Thanks,
Maxim.
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> BTW, "fast" is still relative: This is 0:43h on our system, compared to
> 1:09h for the current "slow" version. Feature coverage with "fast" is
> better, but I would expect to find our new physical targets in the slow
> version soon.
>
> .gitlab-ci.yml | 15 +--------------
> 1 file changed, 1 insertion(+), 14 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index da73826..1c6fa84 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -10,17 +10,4 @@ all:
> - export https_proxy=$HTTPS_PROXY
> - export ftp_proxy=$FTP_PROXY
> - export no_proxy=$NO_PROXY
> - - source isar-init-build-env out
> - - bitbake
> - multiconfig:qemuarm-jessie:isar-image-base
> - multiconfig:qemui386-jessie:isar-image-base
> - multiconfig:qemui386-stretch:isar-image-base
> - multiconfig:qemui386-buster:isar-image-base
> - multiconfig:qemuamd64-jessie:isar-image-base
> - multiconfig:qemuamd64-stretch:isar-image-base
> - multiconfig:qemuamd64-buster:isar-image-base
> - multiconfig:rpi-jessie:isar-image-base
> - - sed -i -e 's/ISAR_CROSS_COMPILE ?= "0"/ISAR_CROSS_COMPILE ?= "1"/g' conf/local.conf
> - - bitbake
> - multiconfig:qemuarm-stretch:isar-image-base
> - multiconfig:qemuarm64-stretch:isar-image-base
> + - scripts/ci_build.sh -q -f
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-03 11:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 15:36 [PATCH] gitlab-ci: Switch to ci_build.sh Jan Kiszka
2018-12-03 11:49 ` Maxim Yu. Osipov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox