From: Tom Rini Date: Mon, 2 Dec 2024 22:36:06 +0000 (-0600) Subject: Merge patch series "CI: Set up for an arm64 runner" X-Git-Tag: v2025.04-rc1~17^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33be116dcc2fe78291b41c4680cf5f774c3a345;p=pandora-u-boot.git Merge patch series "CI: Set up for an arm64 runner" Tom Rini says: Hey all, This is picking up Simon's v5 of the above-named series and making a few more changes so that the follow-up series I have leads to arm64 being supported for almost all jobs. To quote Simon's cover letter: All gitlab runners are currently amd64 machines. This series attempts to create a docker image which can also support arm64 so that sandbox tests can be run on it. The TARGET_... environment variables for grub could perhaps be adjusted, using the new variables, but I have not done that for now. Adding to what Simon said, we now build grub for all architectures as the reason to install it was to be able to use the binaries in QEMU. That won't provide us with amd64 binaries on arm64 hosts so we can't use that shortcut anymore. Link: https://lore.kernel.org/r/20241127172247.1488685-1-trini@konsulko.com --- c33be116dcc2fe78291b41c4680cf5f774c3a345 diff --cc .azure-pipelines.yml index 4ecf76eaa0b,cc335e5f720..c577a724c82 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@@ -2,7 -2,7 +2,7 @@@ variables windows_vm: windows-2022 ubuntu_vm: ubuntu-24.04 macos_vm: macOS-14 -- ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240808-21Aug2024 ++ ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20240808-03Dec2024 # Add '-u 0' options for Azure pipelines, otherwise we get "permission # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer", # since our $(ci_runner_image) user is not root. diff --cc .gitlab-ci.yml index 2164ad79a72,f0113361a3f..57037e243ec --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@@ -11,7 -12,7 +12,7 @@@ default # Grab our configured image. The source for this is found # in the u-boot tree at tools/docker/Dockerfile --image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240808-21Aug2024 ++image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240808-03Dec2024 # We run some tests in different order, to catch some failures quicker. stages: