Add job dependencies to haproxy-statsd
haproxy-statsd uses opendevorg/python-base already. Add that to its job dependencies and make sure it triggers on updates to python-base. Update the FROM line to be fully qualified. Change-Id: I9c8e8094f5570bf44076915610cd1be6d95ed326
This commit is contained in:
parent
ccaf54c866
commit
99c3fbff78
11
.zuul.yaml
11
.zuul.yaml
@ -148,6 +148,7 @@
|
|||||||
# Duplicate in the run-gitea job
|
# Duplicate in the run-gitea job
|
||||||
files: &haproxy-statsd_files
|
files: &haproxy-statsd_files
|
||||||
- docker/haproxy-statsd/.*
|
- docker/haproxy-statsd/.*
|
||||||
|
- docker/python-base/.*
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-config-upload-image-haproxy-statsd
|
name: system-config-upload-image-haproxy-statsd
|
||||||
@ -1108,7 +1109,10 @@
|
|||||||
soft: true
|
soft: true
|
||||||
- name: system-config-build-image-gerrit-base
|
- name: system-config-build-image-gerrit-base
|
||||||
soft: true
|
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-base
|
||||||
- system-config-build-image-python-builder
|
- system-config-build-image-python-builder
|
||||||
gate:
|
gate:
|
||||||
@ -1173,7 +1177,10 @@
|
|||||||
soft: true
|
soft: true
|
||||||
- name: system-config-upload-image-gerrit-base
|
- name: system-config-upload-image-gerrit-base
|
||||||
soft: true
|
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-base
|
||||||
- system-config-upload-image-python-builder
|
- system-config-upload-image-python-builder
|
||||||
promote:
|
promote:
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM opendevorg/python-base
|
FROM docker.io/opendevorg/python-base
|
||||||
|
|
||||||
COPY haproxy-statsd.py /usr/local/bin
|
COPY haproxy-statsd.py /usr/local/bin
|
||||||
RUN pip install statsd
|
RUN pip install statsd
|
||||||
|
Loading…
Reference in New Issue
Block a user