diff options
Diffstat (limited to 'taskcluster/ci/source-test/taskgraph.yml')
-rw-r--r-- | taskcluster/ci/source-test/taskgraph.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/taskcluster/ci/source-test/taskgraph.yml b/taskcluster/ci/source-test/taskgraph.yml index ab6883919a..3065c80482 100644 --- a/taskcluster/ci/source-test/taskgraph.yml +++ b/taskcluster/ci/source-test/taskgraph.yml @@ -24,11 +24,18 @@ diff: platform: gecko-decision/opt symbol: tgdiff tier: 2 + task-context: + from-parameters: + base_rev: base_rev + substitution-fields: + - run.command run: using: run-task cwd: '{checkout}' command: >- - echo 'disabled' + mkdir -p /builds/worker/artifacts/diffs && + ./mach taskgraph target --fast -p "taskcluster/test/params" --force-local-files-changed -o "/builds/worker/artifacts/diffs/diff.txt" --diff {base_rev} && + python taskcluster/scripts/misc/summarize-tgdiff.py /builds/worker/artifacts/diffs/ 20 when: files-changed: - 'taskcluster/ci/**' |