Trigger related jobs when statsd images update
The gitea-lb, zuul-lb, and zookeeper deployments rely on statsd sidecar images to collect and report metrics to statsd. We should trigger the infra-prod deployment jobs for these services when those images update. We make a noop timestamp update to each Dockerfile to exercise that update via this change. Change-Id: I1ffd57d386812560c72861bf66a10c1822a25217
This commit is contained in:
parent
a6cb2ac72c
commit
f8bfb04130
@ -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.
|
||||||
|
|
||||||
# Wed May 24 18:38:17 UTC 2023 - trigger rebuild
|
# Tue Mar 11 06:08:37 PM UTC 2025 - trigger rebuild
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
||||||
|
|
||||||
|
@ -14,7 +14,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.
|
||||||
|
|
||||||
# Wed May 24 18:38:17 UTC 2023 - trigger rebuild
|
# Tue Mar 11 06:08:37 PM UTC 2025 - trigger rebuild
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
||||||
|
|
||||||
|
@ -162,6 +162,7 @@
|
|||||||
vars:
|
vars:
|
||||||
playbook_name: service-gitea-lb.yaml
|
playbook_name: service-gitea-lb.yaml
|
||||||
files:
|
files:
|
||||||
|
- docker/haproxy-statsd/
|
||||||
- inventory/base
|
- inventory/base
|
||||||
- playbooks/service-gitea-lb.yaml
|
- playbooks/service-gitea-lb.yaml
|
||||||
- inventory/service/group_vars/gitea-lb.yaml
|
- inventory/service/group_vars/gitea-lb.yaml
|
||||||
@ -392,6 +393,7 @@
|
|||||||
vars:
|
vars:
|
||||||
playbook_name: service-zookeeper.yaml
|
playbook_name: service-zookeeper.yaml
|
||||||
files:
|
files:
|
||||||
|
- docker/zookeeper-statsd/
|
||||||
- inventory/base
|
- inventory/base
|
||||||
- inventory/service/group_vars/zookeeper.yaml
|
- inventory/service/group_vars/zookeeper.yaml
|
||||||
- ^inventory/service/host_vars/zk\d+\..*
|
- ^inventory/service/host_vars/zk\d+\..*
|
||||||
@ -446,6 +448,7 @@
|
|||||||
vars:
|
vars:
|
||||||
playbook_name: service-zuul-lb.yaml
|
playbook_name: service-zuul-lb.yaml
|
||||||
files:
|
files:
|
||||||
|
- docker/haproxy-statsd/
|
||||||
- inventory/base
|
- inventory/base
|
||||||
- playbooks/service-zuul-lb.yaml
|
- playbooks/service-zuul-lb.yaml
|
||||||
- inventory/service/group_vars/zuul-lb.yaml
|
- inventory/service/group_vars/zuul-lb.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user