We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5a906 + 401aad0 commit 3f46766Copy full SHA for 3f46766
Dockerfile
@@ -55,7 +55,6 @@ RUN set -ex; \
55
if [[ "${TEST_IMAGE}" == "True" ]]; then \
56
OPENSTACK_CONTROLLER_EXTRAS="[test]"; \
57
fi; \
58
-
59
pip wheel --wheel-dir /opt/wheels --find-links /opt/wheels /opt/operator${OPENSTACK_CONTROLLER_EXTRAS}
60
61
RUN wget -q -O /usr/local/bin/helm3 ${HELM_BINARY}; \
tox.ini
@@ -19,6 +19,8 @@ allowlist_externals =
19
deps =
20
.[test]
21
setenv =
22
+ # uwsgi build has race conditions when building in parallel
23
+ CPUCOUNT=1
24
# TODO(vsaienko): figure out why not working with default
25
SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
26
NODE_IP="127.0.0.1"
0 commit comments