author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 17 Oct 2017 14:59:53 +0900 (2017-10-17) | |
changeset 386757 | e325fb4280957bdea41b220d8dc092206b327dab |
parent 386756 | a509b9a421a17c498602542769054fc8d8fef87a |
child 386758 | 82781cec272f4f6f7c8cf6c154100a9b976a8dbc |
push id | 32701 |
push user | archaeopteryx@coole-files.de |
push date | Wed, 18 Oct 2017 09:44:15 +0000 (2017-10-18) |
treeherder | mozilla-central@8b57edba9837 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dustin, gps |
bugs | 1409260, 1383973 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
.taskcluster.yml | file | annotate | diff | comparison | revisions |
--- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -116,47 +116,42 @@ tasks: # Note: This task is built server side without the context or tooling that # exist in tree so we must hard code the hash # XXX Changing this will break Chain of Trust without an associated puppet and # scriptworker patch! image: 'taskcluster/decision:2.0.0@sha256:4039fd878e5700b326d4a636e28c595c053fbcb53909c1db84ad1f513cf644ef' maxRunTime: 1800 - # TODO use mozilla-unified for the base repository once the tc-vcs - # tar.gz archives are created or tc-vcs isn't being used. command: - /builds/worker/bin/run-task - '--vcs-checkout=/builds/worker/checkouts/gecko' - '--sparse-profile=build/sparse-profiles/taskgraph' - '--' - bash - -cx - $let: extraArgs: {$if: 'tasks_for == "cron"', then: '${cron.quoted_args}', else: ''} - # NOTE: the explicit reference to mozilla-central below is required because android-stuff - # still uses tc-vcs, which does not support mozilla-unified - # https://bugzilla.mozilla.org/show_bug.cgi?id=1383973 in: $if: 'tasks_for == "action"' then: > cd /builds/worker/checkouts/gecko && ln -s /builds/worker/artifacts artifacts && ./mach --log-no-times taskgraph action-callback else: > cd /builds/worker/checkouts/gecko && ln -s /builds/worker/artifacts artifacts && ./mach --log-no-times taskgraph decision --pushlog-id='${push.pushlog_id}' --pushdate='${push.pushdate}' --project='${repository.project}' --message="$GECKO_COMMIT_MSG" --owner='${ownerEmail}' --level='${repository.level}' - --base-repository='https://hg.mozilla.org/mozilla-central' + --base-repository="$GECKO_BASE_REPOSITORY" --head-repository="$GECKO_HEAD_REPOSITORY" --head-ref="$GECKO_HEAD_REF" --head-rev="$GECKO_HEAD_REV" ${extraArgs} artifacts: 'public': type: 'directory'