Merge "Build container images using pbrx"

This commit is contained in:
Zuul 2018-07-17 21:01:57 +00:00 committed by Gerrit Code Review
commit ae57ca6cb0
2 changed files with 12 additions and 0 deletions

View File

@ -98,6 +98,7 @@
- yarn.lock
- zuul-stream-functional
- zuul-tox-remote
- pbrx-build-container-images
- nodepool-zuul-functional:
voting: false
gate:
@ -132,6 +133,7 @@
- yarn.lock
- zuul-stream-functional
- zuul-tox-remote
- pbrx-build-container-images
post:
jobs:
- publish-zuul-docs

View File

@ -44,3 +44,13 @@ mysql_reporter=
PyMySQL
migrate=
jenkins-job-builder==1.6.2
# The container image build process will look at the python extras and install
# any that match the target container name. It makes a container image for
# every console_script listed above. The extra name must have underscores.
# This is a place to put dependencies that should go into reasonable container
# images but that we do not want to list directly in requirements.txt.
zuul_base =
PyMySQL
psycopg2-binary
zuul_executor =
ara