gecko-dev/taskcluster/taskgraph/test
Simon Fraser a589ef9901 Bug 1453067 Support for days (of week or month) in taskcluster cron r=dustin
Summary:
We need to run things less often than once a day, so adding support for
days to taskcluster cron. 'day' is the day of the month, 'weekday' is used
as a datetime.weekday (not isoweekday), or a string comparable to strftime('%A')
or strftime('%a')

Reviewers: dustin

Reviewed By: dustin

Bug #: 1453067

Differential Revision: https://phabricator.services.mozilla.com/D903

--HG--
extra : rebase_source : 65be900f383a2c4fd6240d4b8fb0eebef613281f
2018-04-12 12:39:20 +01:00
..
__init__.py
automationrelevance.json
python.ini Bug 1422133 - Generate runnable-jobs.json.gz file as part of the Gecko decision task run. r=dustin 2017-11-30 16:05:53 -05:00
test_create.py Bug 1407452 - fix concurrent task creation to handle exceptions; r=jonasfj 2017-10-11 15:27:12 +00:00
test_cron_util.py Bug 1453067 Support for days (of week or month) in taskcluster cron r=dustin 2018-04-12 12:39:20 +01:00
test_decision.py Bug 1404401 - ignore presence of target_task_config.json in tests; r=ahal 2017-10-12 17:58:14 +00:00
test_files_changed.py
test_generator.py Bug 1415199: Move some logic for loading taskgraph kinds from mozbuild.mach_bootstrap to taskgraph. r=dustin 2017-11-07 10:08:49 -07:00
test_graph.py Bug 1383880: add Graph.visit_preorder; r=ahal 2017-08-20 16:29:12 +00:00
test_morph.py Bug 1414921 - [taskgraph] Convert test_morph.py to the pytest format, r=dustin 2018-04-04 15:22:42 -04:00
test_optimize.py Bug 1383880: optimize in three phases; r=ahal 2017-08-20 20:00:17 +00:00
test_parameters.py Bug 1401199 - [taskgraph] Use default parameter values when strict=False, r=dustin 2017-09-29 11:35:30 -04:00
test_target_tasks.py Bug 1410513: Move ridealong build configuration to ci/config.yml; r=dustin 2017-11-02 14:34:47 -06:00
test_taskgraph.py Bug 1383880: allow only one optimization per task; r=ahal,glandium 2017-08-01 20:02:59 +00:00
test_transforms_base.py
test_try_option_syntax.py Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
test_util_attributes.py Bug 1397318: mozlint -l py2 for taskcluster/; r=ahal 2017-09-06 17:29:32 +00:00
test_util_docker.py
test_util_parameterization.py Bug 1383880: optimize in three phases; r=ahal 2017-08-20 20:00:17 +00:00
test_util_python_path.py
test_util_runnable_jobs.py Bug 1422133 - Generate runnable-jobs.json.gz file as part of the Gecko decision task run. r=dustin 2017-11-30 16:05:53 -05:00
test_util_schema.py
test_util_templates.py Bug 1406177 - Remove action.yml now that it is unused r=garndt 2017-10-05 14:47:15 -07:00
test_util_time.py Bug 1397318: mozlint -l py2 for taskcluster/; r=ahal 2017-09-06 17:29:32 +00:00
test_util_treeherder.py
test_util_yaml.py