From d2286215706e2da4986bc81c667936be537bcad4 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 7 Oct 2025 11:43:49 +0200 Subject: [PATCH] fix(fxci): update links to container definition --- dags/fxci_metric_export.py | 2 +- dags/fxci_pulse_export.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dags/fxci_metric_export.py b/dags/fxci_metric_export.py index 2255010e7..1c720e15d 100644 --- a/dags/fxci_metric_export.py +++ b/dags/fxci_metric_export.py @@ -1,7 +1,7 @@ """ Exports Firefox-CI worker data from the Google Cloud Monitoring to BigQuery. -The container is defined in [fxci-etl](https://github.com/mozilla-releng/fxci-etl). +The container is defined in [docker-etl](https://github.com/mozilla/docker-etl/tree/main/jobs/fxci-taskcluster-export). """ from datetime import datetime, timedelta diff --git a/dags/fxci_pulse_export.py b/dags/fxci_pulse_export.py index 0f5bf2f94..4a69d6a3d 100644 --- a/dags/fxci_pulse_export.py +++ b/dags/fxci_pulse_export.py @@ -4,7 +4,7 @@ This connects to and drains three separate Taskcluster pulse queues, and exports each message into BigQuery. -The container is defined in [fxci-etl](https://github.com/mozilla-releng/fxci-etl). +The container is defined in [docker-etl](https://github.com/mozilla/docker-etl/tree/main/jobs/fxci-taskcluster-export). """ from datetime import datetime, timedelta