Cleanup executor specific requirements

Ara and openstacksdk are installed into the ansible virtualenvs now so
there is no need to pull them as executor specific dependencies.

Change-Id: I3aeac278b8e1f4bb796e0f3a3f475b3c97208a85
This commit is contained in:
Tobias Henkel 2019-04-02 20:50:04 +02:00
parent 70ec13a7ca
commit 8e3d60567b
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
2 changed files with 0 additions and 6 deletions

View File

@ -44,10 +44,7 @@ VOLUME /var/lib/zuul
CMD ["/usr/local/bin/zuul"]
FROM zuul as zuul-executor
COPY --from=builder /output/ /output
COPY --from=builder /usr/local/lib/zuul/ /usr/local/lib/zuul
RUN pip install --cache-dir=/output/wheels -r /output/zuul_executor/requirements.txt \
&& rm -rf /output
CMD ["/usr/local/bin/zuul-executor"]

View File

@ -54,6 +54,3 @@ migrate=
zuul_base =
PyMySQL
psycopg2-binary
zuul_executor =
ara
openstacksdk