Commit Graph

8 Commits

Author SHA1 Message Date
Justin Wood
8ece0ae6cb Bug 1510591 - Fix 'get_changed_files' to cope with empty commit messages. r=dustin
c['desc'].splitlines()[0] raises an error because .splitlines() returns an empty list, rather than a one element list with an empty string when c['desc'] is ''. So test for c['desc'] first and then set it.

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

--HG--
extra : moz-landing-system : lando
2018-11-28 18:36:04 +00:00
Ben Hearsum
0cb92504a7 Bug 1490119 - Bump timeout for automationrelevance. r=tomprince
Bump the timeout for pulling the automationrelevance json. For very large merges, this can take awhile. For example, 7ecef4cf18 takes ~22 seconds.

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

--HG--
extra : moz-landing-system : lando
2018-09-19 20:01:27 +00:00
Tom Prince
dc0ad39bd4 No bug: [taskgraph] Use memoize in files_changed; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D2733

--HG--
extra : moz-landing-system : lando
2018-09-07 17:35:07 +00:00
Tom Prince
e9d075acfd Bug 1477706: [test-verify] Move logic for finding locally changed files to a helper; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D2731

--HG--
extra : rebase_source : 632a399edce81486b3605c25a75544295f726af7
extra : histedit_source : f4567a4888a96793d0ed33f6b48811eded643d85
2018-08-03 10:07:04 -06:00
Dustin J. Mitchell
ebc5bef8b2 Bug 1458105 - try more to fetch automationrelevance; r=gps
MozReview-Commit-ID: LdcGes2mf01

--HG--
extra : rebase_source : ef4d14bca0b18defcedf5a039df85956de482f81
extra : source : ab6f969c2b916f87c3acc54d2abf1ae4d051d0e3
2018-05-01 01:25:24 +00:00
Tom Prince
d406587e8e Bug 1423326: Fix typo when looking in comm-central repository for changed files; r=dustin
MozReview-Commit-ID: Hh85jHbxXgH

--HG--
extra : rebase_source : 96bfc279a3aeee6d8b929d7a1b12166da916ea89
2017-12-05 12:45:18 -07:00
Tom Prince
f460e17bc9 Bug 1418883: Look in comm-central repository for changed files. r=dustin
MozReview-Commit-ID: 1p2e7Zbqwtw

--HG--
extra : rebase_source : bbcd8e7224c08468151bfb95c98d12a35327ae6c
extra : source : 79c28e859f63c720e4064be904b52f8a887f428c
2017-11-19 21:26:54 -07:00
Dustin J. Mitchell
2fb0796e2b Bug 1286075: add support for optimizing based on files changed in the push; r=gps
MozReview-Commit-ID: 5di7TuL9X2P

--HG--
extra : rebase_source : 30b078178b028b22c0cd7b3d893aa12fd195cf26
2016-09-12 18:40:12 +00:00