Closed
Bug 1648591
Opened 5 years ago
Closed 5 years ago
Add support for handling `.cron.yml` to the build-decision code.
Categories
(Release Engineering :: Firefox-CI Administration, enhancement)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tomprince, Assigned: tomprince)
References
Details
Attachments
(12 files, 2 obsolete files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Updated•5 years ago
|
Attachment #9159465 -
Attachment description: Bug 1648591: [WIP] Refactor taskgraph cron logic for build-decision; r?aki → Bug 1648591: [build-decision] Import taskgraph cron logic and adapt it for build-decision; r?aki
Updated•5 years ago
|
Attachment #9159748 -
Attachment is obsolete: true
Comment 12•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-admin/rev/1b263ffda1a1
[build-decision] Add support for getting push info from the tip of a branch; r=aki
https://hg.mozilla.org/ci/ci-admin/rev/7f68cdcb54f4
[build-decision] Add git support to `Repository.get_push_info`; r=aki
https://hg.mozilla.org/ci/ci-admin/rev/79dd9f900e37
[build-decision] Rename hg-push worker to be more generic; r=aki
https://hg.mozilla.org/ci/ci-admin/rev/7c09703f6215
[build-decision] Add a simple schema handling helper; r=aki
https://hg.mozilla.org/ci/ci-admin/rev/2b71b0f85bdd
[build-decision] Import taskgraph cron logic and adapt it for build-decision; r=aki
Comment 13•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-configuration/rev/96a8f2bca654
Rename hg-push worker to be more generic; r=aki
Comment 14•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-admin/rev/e3569ec35246
[build-decision] Simplify cron-task hook generation to support build-decision image; r=aki
Comment 15•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-configuration/rev/78455c7dbf47
Switch cron tasks to use build-decision image; r=aki
Assignee | ||
Comment 16•5 years ago
|
||
It used a android-release-type
option which is not supported by the generic
build-decision cron parser. Given that it unused, it is easier to remove the
stanza, than to add support for that option.
Assignee | ||
Comment 17•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Attachment #9159561 -
Attachment description: Bug 1648591: [build-decision] Simplify cron-task hook generation to support build-decision image; → Bug 1648591: [build-decision] Simplify cron-task hook generation to support build-decision image; r=aki
Comment 18•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-configuration/rev/be878ea311e6
Use level-3 image from cron tasks; r=me
Updated•5 years ago
|
Attachment #9159583 -
Attachment description: Bug 1648591: Remove taskgraph based cron implementation. → Bug 1648591: Remove taskgraph based cron implementation; r?aki
Updated•5 years ago
|
Attachment #9159584 -
Attachment description: Bug 1648591: Remove taskgraph based cron implementation. → Bug 1648591: Remove taskgraph based cron implementation; r?aki
Comment 19•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/a755eda4a8b3
Remove taskgraph based cron implementation; r=aki
Comment 20•5 years ago
|
||
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ac7b32c190a
Fix failures regarding test_cron_util.py a=fix
Comment 21•5 years ago
|
||
bugherder |
Assignee | ||
Comment 22•5 years ago
|
||
Comment 23•5 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/ci/ci-admin/rev/4151a92d6c6a
Fix force-cron targets to not trigger multiple targets; r=nthomas'
Comment 24•5 years ago
|
||
Pushed by lando_landing_worker@mozilla.com:
https://hg.mozilla.org/ci/taskgraph/rev/b3d4974ac4e4
Remove taskgraph based cron implementation; r=aki
Comment 25•11 months ago
|
||
Comment 26•11 months ago
|
||
Comment on attachment 9426098 [details]
Bug 1648591 - remove mach taskgraph cron
command. r?#releng
Revision D222926 was moved to bug 1920024. Setting attachment 9426098 [details] to obsolete.
Attachment #9426098 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•