From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>, qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Thomas Huth" <thuth@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v2 0/3] gitlab-ci: Add jobs to build the EDK2 firmware binaries
Date: Tue, 7 Jan 2020 16:31:51 +0100 [thread overview]
Message-ID: <20200107153154.21401-1-philmd@redhat.com> (raw)
We provide the EDK2 firmware binaries in pc-bios/. When we
update the roms/edk2/ submodule, we need to rebuild the
firmware binaries.
To avoid the burden on a single developer, this series add
a GitLab job to generate reproducible EDK2 firmware binaries.
The job is only on specific conditions:
- roms/edk2/ is updated
- or the branch or tag start with 'edk2'
- or 'edk2' appears in last commit description
We won't use ccache to build the EDK2 firmwares, but the patch
was ready/tested so I'm including it.
The proposed procedure to update the EDK2 submodule is:
- add a commit to update roms/edk2/ submodule
- push to gitlab
- download generated artifacts (only available if job succeed)
- unzip the firmware binaries from the artifacts archive
- test the binaries
- add a commit with the binaries, referencing the ci job url.
Example of pipeline that built the edk2-stable201905 firmwares:
https://gitlab.com/philmd/qemu/pipelines/107553178
(the job is https://gitlab.com/philmd/qemu/-/jobs/395823729)
The first patch is already reviewed, but is a prerequisite to
use the Ubuntu docker image to build, so I included it.
Since v1 [*]
- split in 2 jobs: build docker image, build firmwares
(this way we build the docker image once for all the
subsequent jobs)
- addressed Laszlo comment (minor the 'git-submodule-update)
Regards,
Phil.
[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg668432.html
Philippe Mathieu-Daudé (3):
roms/edk2-funcs: Force softfloat ARM toolchain prefix on Debian
gitlab-ci.yml: Add jobs to build EDK2 firmware binaries
gitlab-ci-edk2.yml: Use ccache
.gitlab-ci-edk2.yml | 58 ++++++++++++++++++++++++++++++++++++
.gitlab-ci.d/edk2/Dockerfile | 30 +++++++++++++++++++
.gitlab-ci.yml | 3 ++
MAINTAINERS | 4 ++-
roms/edk2-funcs.sh | 3 ++
5 files changed, 97 insertions(+), 1 deletion(-)
create mode 100644 .gitlab-ci-edk2.yml
create mode 100644 .gitlab-ci.d/edk2/Dockerfile
--
2.21.1
next reply other threads:[~2020-01-07 15:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-07 15:31 Philippe Mathieu-Daudé [this message]
2020-01-07 15:31 ` [PATCH v2 1/3] roms/edk2-funcs: Force softfloat ARM toolchain prefix on Debian Philippe Mathieu-Daudé
2020-01-07 15:31 ` [PATCH v2 2/3] gitlab-ci.yml: Add jobs to build the EDK2 firmware binaries Philippe Mathieu-Daudé
2020-01-07 19:16 ` Laszlo Ersek
2020-01-13 16:17 ` Thomas Huth
2020-01-07 15:31 ` [NOTFORMERGE PATCH v2 3/3] gitlab-ci-edk2.yml: Use ccache Philippe Mathieu-Daudé
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=20200107153154.21401-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=lersek@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.