Merge lp:~jelmer/brz/byov-focal into lp:brz/3.2

Proposed by Jelmer Vernooij
Status: Superseded
Proposed branch: lp:~jelmer/brz/byov-focal
Merge into: lp:brz/3.2
Diff against target: 32 lines (+2/-21)
1 file modified
byov.conf (+2/-21)
To merge this branch: bzr merge lp:~jelmer/brz/byov-focal
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+421109@code.launchpad.net

Commit message

Bump byov VM to focal.

Description of the change

Bump byov VM to focal.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
lp:~jelmer/brz/byov-focal updated
7596. By Jelmer Vernooij

Merge lp:brz/3.2.

Unmerged revisions

7596. By Jelmer Vernooij

Merge lp:brz/3.2.

7595. By Jelmer Vernooij

Switch to focal.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'byov.conf'
2--- byov.conf 2022-07-07 09:54:22 +0000
3+++ byov.conf 2022-07-07 16:55:18 +0000
4@@ -21,26 +21,7 @@
5 subunit.build_deps = python3-testscenarios, python3-testtools, cython, cython3, quilt
6 vm.packages = {brz.build_deps}, {subunit.build_deps}, bzr, git, python-junitxml
7 [brz-xenial]
8-vm.release = bionic
9-byoci.setup.command = (pip3 install --upgrade pip && pip3 install --upgrade cryptography==2.2.2 cython sphinx paramiko && {subunit.clone} && {flake8.install3} && PATH="$HOME/.local/bin:$PATH" python3 setup.py develop --user && pip3 install -e '.[{brz.extras}]')
10+vm.release = focal
11+byoci.setup.command = (pip3 install --upgrade pip && pip3 install --upgrade cython sphinx paramiko && {subunit.clone} && {flake8.install3} && PATH="$HOME/.local/bin:$PATH" python3 setup.py develop --user && pip3 install -e '.[{brz.extras}]')
12 # FIXME: bzr log -l2 should be by default -- vila 2018-03-09
13 byoci.tests.command = bash -o pipefail -c "bzr log -l2 && PYTHONPATH=tools:$PYTHONPATH python3 -m flake8 && PYTHONPATH=../subunit/python:$PYTHONPATH PATH=../subunit/filters:$HOME/.local/bin:$PATH make check-ci | subunit2junitxml -o ../results.xml -f | subunit2pyunit"
14-[brz-cosmic]
15-vm.release = cosmic
16-[brz-disco]
17-vm.release = disco
18-vm.packages = {brz.build_deps}, {subunit.build_deps}, bzr, git, python3-dulwich, python-junitxml
19-byoci.setup.command = ({subunit.clone} && {sphinx_epytext.install} )
20-byoci.tests.command = bash -o pipefail -c "bzr log -l2 && PYTHONPATH=tools:$PYTHONPATH python3 -m flake8 && (PYTHONPATH=../subunit/python:$PYTHONPATH PATH=../subunit/filters:$HOME/.local/bin:$PATH make check-ci | subunit2junitxml -o ../results.xml -f | subunit2pyunit)"
21-[brz-eoan]
22-vm.release = eoan
23-lxd.image = ubuntu-daily:{vm.release}/{vm.architecture}
24-[brz-buster]
25-vm.distribution = debian
26-vm.release = buster
27-vm.packages = {brz.build_deps}, {subunit.build_deps}, bzr, git, python3-dulwich, python-junitxml
28-byoci.setup.command = ({subunit.clone} && {sphinx_epytext.install} )
29-byoci.tests.command = bash -o pipefail -c "bzr log -l2 && PYTHONPATH=tools:$PYTHONPATH python3 -m flake8 && (PYTHONPATH=../subunit/python:$PYTHONPATH PATH=../subunit/filters:$HOME/.local/bin:$PATH make check-ci | subunit2junitxml -o ../results.xml -f | subunit2pyunit)"
30-[brz-sid]
31-vm.distribution = debian
32-vm.release = sid

Subscribers

People subscribed via source and target branches