diff options
| author | Tom Rini <trini@konsulko.com> | 2025-11-26 10:30:24 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-11-26 10:30:24 -0600 |
| commit | 0ae3dc6809ffb6568b5e46d9022829e36d473d36 (patch) | |
| tree | fbacae08d7b735181090807651a15b18bba88d37 /.azure-pipelines.yml | |
| parent | 4dfa4c14b8e5b37885f9eb281b3bc230938c5972 (diff) | |
CI: Update to latest container
- Move to jammy-20251013 tag
- Bring in tkinter so that FATtools should run and more tests should be
run.
- Update to QEMU 10.0.6
- Pick tags for (most of) trace-cmd
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 3f671dd078d..0c7c38ba730 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-20251001-04Nov2025 + ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20251013-26Nov2025 # Ensure we do a shallow clone Agent.Source.Git.ShallowFetchDepth: 1 # Add '-u 0' options for Azure pipelines, otherwise we get "permission |
