Merge "Use noble for quickstart"

This commit is contained in:
Zuul 2025-03-01 04:43:42 +00:00 committed by Gerrit Code Review
commit de652b8ab6
3 changed files with 7 additions and 3 deletions

View File

@ -223,7 +223,7 @@
post-run: playbooks/tutorial/post.yaml
required-projects:
- zuul/zuul
nodeset: ubuntu-jammy
nodeset: ubuntu-noble
# Image building jobs
- secret:

View File

@ -46,7 +46,7 @@ Before you start, ensure that some needed packages are installed.
sudo zypper install podman git python3
sudo python3 -m pip install git-review podman-compose
# Ubuntu / Debian:
# Ubuntu (Noble or later) / Debian:
sudo apt-get update
sudo apt-get install podman git python3-pip

View File

@ -1,6 +1,10 @@
- block:
- name: Install git-review
command: python3 -m pip install git-review podman-compose==1.2.0
package:
name:
- git-review
- podman-compose
state: present
become: true
when: not local