]> git.dujemihanovic.xyz Git - u-boot.git/commit
CI: Move to Ubuntu 2022.04 "Jammy" for CI base
authorTom Rini <trini@konsulko.com>
Wed, 10 Aug 2022 01:08:54 +0000 (21:08 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 22 Aug 2022 12:01:34 +0000 (08:01 -0400)
commitb6d4e0850bc3951dd981c12d99d3c705d77f8224
tree5a7451657f4af0094bd3428b18926ea3f5f4e4ed
parent05f958f8a23ae6508760d1c658aaf20e114ae760
CI: Move to Ubuntu 2022.04 "Jammy" for CI base

- 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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
test/py/requirements.txt
tools/docker/Dockerfile