Merge "Add job dependencies to haproxy-statsd"
This commit is contained in:
commit
3927db22c4
11
.zuul.yaml
11
.zuul.yaml
@ -148,6 +148,7 @@
|
||||
# Duplicate in the run-gitea job
|
||||
files: &haproxy-statsd_files
|
||||
- docker/haproxy-statsd/.*
|
||||
- docker/python-base/.*
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-haproxy-statsd
|
||||
@ -1198,7 +1199,10 @@
|
||||
soft: true
|
||||
- name: system-config-build-image-gerrit-base
|
||||
soft: true
|
||||
- system-config-build-image-haproxy-statsd
|
||||
- system-config-build-image-haproxy-statsd:
|
||||
dependencies:
|
||||
- name: system-config-build-image-python-base
|
||||
soft: true
|
||||
- system-config-build-image-python-base
|
||||
- system-config-build-image-python-builder
|
||||
check-arm64:
|
||||
@ -1268,7 +1272,10 @@
|
||||
soft: true
|
||||
- name: system-config-upload-image-gerrit-base
|
||||
soft: true
|
||||
- system-config-upload-image-haproxy-statsd
|
||||
- system-config-upload-image-haproxy-statsd:
|
||||
dependencies:
|
||||
- name: system-config-upload-image-python-base
|
||||
soft: true
|
||||
- system-config-upload-image-python-base
|
||||
- system-config-upload-image-python-builder
|
||||
promote:
|
||||
|
@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM opendevorg/python-base
|
||||
FROM docker.io/opendevorg/python-base
|
||||
|
||||
COPY haproxy-statsd.py /usr/local/bin
|
||||
RUN pip install statsd
|
||||
|
Loading…
x
Reference in New Issue
Block a user