Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1923976 - Change fxci_derived queries to run at 1800 #6335

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions dags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ bqetl_desktop_platform:

bqetl_internal_tooling:
description: |
This DAG schedules queries for populating queries related to Mozilla's
internal developer tooling (e.g. mozregression and Firefox-CI).
This DAG schedules queries for populating tables related to Mozilla's
internal developer tooling (e.g. mozregression).
default_args:
depends_on_past: false
email:
Expand Down Expand Up @@ -1830,3 +1830,25 @@ bqetl_shredder_monitoring:
- repo/bigquery-etl
- impact/tier_3
- triage/no_triage

bqetl_fxci:
description: |
This DAG schedules queries for populating tables related to the
Firefox-CI Taskcluster instance.
default_args:
depends_on_past: false
email:
- ahalberstadt@mozilla.com
- telemetry-alerts@mozilla.com
email_on_failure: true
email_on_retry: true
end_date: null
owner: ahalberstadt@mozilla.com
retries: 2
retry_delay: 30m
start_date: "2020-10-11"
# This DAG needs to run late as it depends on the GCP billing export which
# often isn't finalized until the afternoon of the following day.
schedule_interval: 0 18 * * *
tags:
- impact/tier_3
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ owners:
labels:
incremental: true
owner1: ahalberstadt
dag: bqetl_internal_tooling
dag: bqetl_fxci
scheduling:
dag_name: bqetl_internal_tooling
dag_name: bqetl_fxci
bigquery:
time_partitioning:
type: day
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ owners:
labels:
incremental: true
owner1: ahalberstadt
dag: bqetl_internal_tooling
dag: bqetl_fxci
scheduling:
dag_name: bqetl_internal_tooling
dag_name: bqetl_fxci
task_name: fxci_worker_cost__v1
bigquery:
time_partitioning:
Expand Down