Commit Graph

10 Commits

Author SHA1 Message Date
Anthony Miyaguchi
2941aab114 Bug 1168979 part 5 - Add allowed_build_tasks to distinguish builds that require symbol uploading; r=mrrrgn 2015-07-09 14:47:34 -07:00
Anthony Miyaguchi
f668dd1f70 Bug 1168979 part 2 - Add symbol uploading as a build dependency; r=mrrrgn 2015-07-06 11:17:33 -07:00
2c83b1e6f0 Bug 1136028 - Escape whitespace inside of platform filters r=garndt 2015-06-08 10:57:24 -07:00
858f019057 Bug 1149156 - Add support for long form of try flags r=garndt 2015-04-24 14:32:23 -07:00
290fb91729 Bug 1143264 - Allow specifying flag aliases r=garndt 2015-03-13 20:26:58 -07:00
b60c9bf3b3 Bug 1132676 - Add support for try appearning anywhere in commit r=garndt 2015-02-23 22:22:48 -08:00
Wander Lairson Costa
c66a9f182f Bug 1109365: Default try graph platforms to all.
When the platfoms list is not supplied by cli,
default to all platforms.
2015-02-18 08:10:13 -02:00
8681551c68 Bug 1131450 - Implement chunk specific scheduling for tests r=garndt 2015-02-10 10:53:02 -08:00
Wander Lairson Costa
4045f22140 Bug 1085620 part5: Support emulator builds in trygraph. r=lightsofapollo
Emulator tasks have some additional parameters not found in other
tasks. Therefore, builds can have an 'additional-parameters' field in
which specific task template replacements can be passed to trygraph.
This field is optional.

Moreover, the syntax for job_flags.yml builds was changed a bit.
Now, instead of:

builds:
  <platform>:
    types:
      opt: <task>
      debug: <task>

The syntax is:

builds:
  <platform>:
    types:
      opt:
        task: <task>
        additional-parameters:
          <parameter 1>: <value>
          <parameter 2>: <value>
          ...
      debug:
        task: <task>
        additional-parameters:
          <parameter 1>: <value>
          <parameter 2>: <value>
          ...
2014-11-26 10:11:35 -08:00
James Lal
084de1df81 Bug 1068653 - Part 2 add taskcluster trygraph commands r=wcosta, garndt, mdas 2014-11-26 10:11:28 -08:00