From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH] gitlab-ci: Switch to ci_build.sh
Date: Fri, 30 Nov 2018 16:36:29 +0100 [thread overview]
Message-ID: <ea99dadb-cd58-85e9-fbf5-530cf3c67fd9@siemens.com> (raw)
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
next reply other threads:[~2018-11-30 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-30 15:36 Jan Kiszka [this message]
2018-12-03 11:49 ` Maxim Yu. Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea99dadb-cd58-85e9-fbf5-530cf3c67fd9@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox