Merge "Use noble for quickstart"
This commit is contained in:
commit
de652b8ab6
@ -223,7 +223,7 @@
|
||||
post-run: playbooks/tutorial/post.yaml
|
||||
required-projects:
|
||||
- zuul/zuul
|
||||
nodeset: ubuntu-jammy
|
||||
nodeset: ubuntu-noble
|
||||
|
||||
# Image building jobs
|
||||
- secret:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user