gecko-dev/taskcluster/ci/toolchain
Andrew Halberstadt d380a59c66 Bug 1468812 - [taskgraph] Support artifacts from any dependency via fetches r=gps
Fetches no longer need to be artifacts exposed via a 'fetch' task, they can
also be artifacts from a task's dependencies. The new format is:

fetches:
    fetch:
        - fetch-artifact-1.zip
        - fetch-artifact-2.zip
    build:
        - build-artifact-1.zip
        ...

Specifying 'build' artifacts to fetch will error out if the task doesn't have
any build dependencies.

The 'fetch' key works the same as before, but it is now a special case. Unlike
'build' (or other dependencies), adding a fetch task's artifact here will
implicitly make our task depend on the corresponding fetch task. It will not
be an error.

Depends on D2028.

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

--HG--
extra : moz-landing-system : lando
2018-07-17 13:05:06 +00:00
..
kind.yml Bug 1468812 - [taskgraph] Move 'use_fetches' transform to the job section r=gps 2018-07-16 16:47:04 +00:00
linux.yml Bug 1468812 - [taskgraph] Support artifacts from any dependency via fetches r=gps 2018-07-17 13:05:06 +00:00
macosx.yml Bug 1469676 - Reduce max-run-time for various build tasks; r=glandium 2018-06-20 20:59:01 +00:00
windows.yml Bug 1447116 - Update builders to rust 1.28. r=froydnj 2018-06-26 17:34:28 +09:00