[goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Install python3-qpid-proton for ubuntu Focal Story: #2007865 Task: #40207 Change-Id: Ib4adc91cabea090434c2a7a5b04532952f5140d7
This commit is contained in:
parent
8a796bba15
commit
3becff51a5
@ -130,7 +130,7 @@ function _install_pyngus {
|
|||||||
install_package python-qpid-proton
|
install_package python-qpid-proton
|
||||||
elif is_ubuntu; then
|
elif is_ubuntu; then
|
||||||
# ditto
|
# ditto
|
||||||
install_package python-qpid-proton
|
install_package python3-qpid-proton
|
||||||
fi
|
fi
|
||||||
pip_install_gr pyngus
|
pip_install_gr pyngus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user