forked from mirrors/gecko-dev
Bug 1788968 - Rename nightly beta cron for perftest to daily. r=sparky,perftest-reviewers
Renaming `nightly` to `daily` is intended for avoiding confusion with Nightly builds and better reflect what we are doing with these performance tests. Differential Revision: https://phabricator.services.mozilla.com/D156324
This commit is contained in:
parent
449d91d319
commit
3722794efd
2 changed files with 6 additions and 6 deletions
|
|
@ -229,11 +229,11 @@ jobs:
|
||||||
- {weekday: 'Monday', hour: 8, minute: 0}
|
- {weekday: 'Monday', hour: 8, minute: 0}
|
||||||
- {weekday: 'Thursday', hour: 8, minute: 0}
|
- {weekday: 'Thursday', hour: 8, minute: 0}
|
||||||
|
|
||||||
- name: nightly-beta-perf
|
- name: daily-beta-perf
|
||||||
job:
|
job:
|
||||||
type: decision-task
|
type: decision-task
|
||||||
treeherder-symbol: n-perf
|
treeherder-symbol: d-perf
|
||||||
target-tasks-method: nightly_beta_perf
|
target-tasks-method: daily_beta_perf
|
||||||
include-push-tasks: true
|
include-push-tasks: true
|
||||||
run-on-projects:
|
run-on-projects:
|
||||||
- mozilla-beta
|
- mozilla-beta
|
||||||
|
|
|
||||||
|
|
@ -1157,10 +1157,10 @@ def target_tasks_nothing(full_task_graph, parameters, graph_config):
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
@_target_task("nightly_beta_perf")
|
@_target_task("daily_beta_perf")
|
||||||
def target_tasks_nightly_beta_perf(full_task_graph, parameters, graph_config):
|
def target_tasks_daily_beta_perf(full_task_graph, parameters, graph_config):
|
||||||
"""
|
"""
|
||||||
Select performance tests on the beta branch to be run nightly
|
Select performance tests on the beta branch to be run daily
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def filter(task):
|
def filter(task):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue