Merge "Build container images using pbrx"
This commit is contained in:
commit
e419faa81b
@ -134,6 +134,9 @@
|
||||
- build-sphinx-docs:
|
||||
vars:
|
||||
sphinx_python: python3
|
||||
- pbrx-build-container-images:
|
||||
vars:
|
||||
pbrx_prefix: zuul
|
||||
gate:
|
||||
jobs:
|
||||
- tox-pep8
|
||||
@ -141,6 +144,9 @@
|
||||
- build-sphinx-docs:
|
||||
vars:
|
||||
sphinx_python: python3
|
||||
- pbrx-build-container-images:
|
||||
vars:
|
||||
pbrx_prefix: zuul
|
||||
post:
|
||||
jobs:
|
||||
- publish-zuul-docs
|
||||
|
11
bindep.txt
11
bindep.txt
@ -1,8 +1,15 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
gcc [compile test platform:rpm platform:apk]
|
||||
libffi-devel [platform:rpm]
|
||||
libffi-dev [platform:dpkg]
|
||||
python3-dev [platform:dpkg test]
|
||||
python3-devel [platform:rpm test]
|
||||
libffi-dev [compile test platform:apk]
|
||||
libffi [platform:apk]
|
||||
libressl-dev [compile test platform:apk]
|
||||
linux-headers [compile test platform:apk]
|
||||
make [compile test platform:apk]
|
||||
musl-dev [compile test platform:apk]
|
||||
python3-dev [compile test platform:dpkg]
|
||||
python3-devel [compile test platform:rpm]
|
||||
zookeeperd [platform:dpkg test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user