From 3cd07d316059a127718da9948742628a1f3768ce Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Fri, 22 Mar 2019 13:23:23 +0000 Subject: [PATCH] No bug: [diffoscope] Output an empty diff if the files do not differ; r=glandium Currently, if the files match and you try to look at the diff, you get { "reason": "file-missing-on-worker", "message": "Artifact \"public/diff.html\" not found at \"/builds/worker/diff.html\"" } which makes it hard to tell if there was an error generating a diff, or if the files matched. This changes things to ask diffoscope to always output a diff, to remedy that confusion. Differential Revision: https://phabricator.services.mozilla.com/D24316 --HG-- extra : moz-landing-system : lando --- taskcluster/ci/diffoscope/kind.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/ci/diffoscope/kind.yml b/taskcluster/ci/diffoscope/kind.yml index 694e8b14b7c9..7401977a03fc 100644 --- a/taskcluster/ci/diffoscope/kind.yml +++ b/taskcluster/ci/diffoscope/kind.yml @@ -23,6 +23,7 @@ transforms: # generated for each build. job-defaults: args: >- + --output-empty --no-default-limits --max-page-size 100000000 --max-page-diff-block-lines 10000