[PATCH 3/3] CI: Move to Ubuntu 2022.04 "Jammy" for CI base
Simon Glass
sjg at chromium.org
Wed Aug 10 16:24:42 CEST 2022
On Tue, 9 Aug 2022 at 19:09, Tom Rini <trini at konsulko.com> wrote:
>
> - We now have a new enough sbsigntools in the distro, stop building.
> - Use the 20220801 tag for Jammy.
> - Move to pygit2 1.9.2 (current version) as the old one doesn't build on
> "Jammy".
> - Add the working directory to the list of safe directories for git.
> - Move to pytest 6.2.5 to address other issues.
> - This move exposed a number of minor issues in the existing scripts we
> used within CI to perform the jobs themselves. The most notable changes
> here involve using 'set +e / set -e' to enforce when we should or should
> not make non-zero buildman status be a fatal error.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> .azure-pipelines.yml | 14 +++++++-------
> .gitlab-ci.yml | 8 +++++++-
> test/py/requirements.txt | 4 ++--
> tools/docker/Dockerfile | 14 ++------------
> 4 files changed, 18 insertions(+), 22 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list