Gregory Szorc
61b22ffc3d
Bug 1469999 - Use yaml.safe_load() in taskgraph; r=dustin
...
yaml.load() can evaluate arbitrary Python code via syntax such as
`!!python/object/apply:os.system`. Seriously.
Let's switch taskgraph to yaml.safe_load(), which is reasonable
about limiting magic.
Differential Revision: https://phabricator.services.mozilla.com/D1736
2018-06-25 21:34:30 +00:00
Tom Prince
5531089b90
Bug 1458700: [release-promotion] Move configuration of version-bump and partial-update flavors to graph config; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D1452
2018-05-30 07:16:41 +00:00
Tom Prince
0afd3fc330
Bug 1447460: [taskgraph] Use the graph config root to guess find the path to .taskcluster.yml in actions; r=dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D1126
2018-05-02 20:30:15 -06:00
Tom Prince
30ff257010
Bug 1458700: [release-promotion] Move configuration of flavors into the graph configuration; r=aki,dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D1121
2018-04-23 00:17:30 -06:00
Aki Sasaki
d28bfdaad3
bug 1457034 - generate release_partner_config in release_promotion r=nthomas
...
If we're not passed `release_partner_config` in the input, let's poll github for it in the action.
MozReview-Commit-ID: 2swx76vhTE5
2018-04-25 15:16:49 -07:00
Tom Prince
2a2136d3cf
Bug 1458700: Fix flake8 error; r=me
2018-05-04 15:50:02 -06:00
Tom Prince
a04354028b
Bug 1458700: [release-promotion] Record the root of the graph configuration for use in release promotion; r=dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D1125
2018-05-02 20:28:11 -06:00
Tom Prince
430ce7c24a
Bug 1458700: [taskgraph] Move load_graph_config into taskgraph.config; r=dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D1123
2018-05-02 19:28:43 -06:00
Tom Prince
c9c6781559
Bug 1458700: [release-promotion] Add shipping-product list to graph config; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D1111
2018-04-19 09:21:30 -06:00
Tom Prince
e4131693ff
Bug 1418058: [taskcluster] Add the prefix for the graph parameters of the primary repo to the graph config; r=dustin
...
Differential Revision: https://phabricator.services.mozilla.com/D913
2018-04-11 11:08:48 -06:00
Tom Prince
8d1a0b68f9
Bug 1430006: Allow specifying the scope prefix to be used for script workers; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D382
2018-01-12 01:08:54 -07:00
Tom Prince
670bdf5fd5
Bug 1430006: Allow configuring scriptworkers per-graph config; r=aki
...
Differential Revision: https://phabricator.services.mozilla.com/D379
2018-01-09 10:44:04 -07:00
Mike Hommey
9190dda90c
Bug 1428915 - Remove job name whitelist. r=mshal
...
This was useful when we still had buildbot-based build jobs, but all
it achieves nowadays is add friction when adding new build jobs on
taskcluster.
2018-01-09 08:27:32 +09:00
Tom Prince
c79314c97b
Bug 1425148: Allow configuring the allowed index products in taskcluster; r=dustin
...
MozReview-Commit-ID: BRTsz9vDTyj
2017-12-13 16:00:57 -07:00
Tom Prince
f912f32432
Bug 1425148: Move gecko.v2 job-name whitelist to graph config; r=dustin
...
MozReview-Commit-ID: AVB00eeEoIL
2017-12-13 16:00:14 -07:00
Tom Prince
77355aa59f
Bug 1415619: Add a separate trust-domain to cached tasks. r=dustin,gps
...
This allows firefox and thunderbird builds to avoid using each others bits.
MozReview-Commit-ID: KYQYDd2tkGj
2017-11-09 17:15:29 -07:00
Tom Prince
31a9f87229
Bug 1410513: Move ridealong build configuration to ci/config.yml; r=dustin
...
MozReview-Commit-ID: 761zWtiZFtz
2017-11-02 14:34:47 -06:00
Tom Prince
afcf60d7e5
Bug 1410513: Treeherder group names from config file; r=dustin
...
MozReview-Commit-ID: CuEQyn03Anh
2017-11-02 11:37:20 -06:00