summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-04 11:33:41 -0600
committerTom Rini <[email protected]>2025-11-04 11:33:41 -0600
commit8b7295f352b262713361fe03c62410de47e49a36 (patch)
treeed2d3bd7d3dbb9cb4be63b7d5a957aceeb191a38 /.azure-pipelines.yml
parentda7942de29f7f033a676a099335b16ca9b0226ab (diff)
CI: Move to Ubuntu 'Jammy' 20251001 tag
This also incorporates the following commits to the Dockerfile: da7942de29f7 Dockerfile: remove Python 2.7 183299d9a400 docker: add OP-TEE and TF-A build for testing Firmware Handoff Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 320f7567e6d..c4a2504491c 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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-20250714-25Jul2025
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20251001-04Nov2025
# 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.