From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- taskcluster/ci/source-test/taskgraph.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'taskcluster/ci/source-test/taskgraph.yml') 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/**' -- cgit v1.2.3