summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@mozilla.com>2023-02-09 14:33:32 +0000
committerJulien Cristau <jcristau@mozilla.com>2023-02-09 14:33:32 +0000
commita2a7acea5e66f883e4d1d8cac065760b2a2b37f2 (patch)
tree076b46224f16a04e80372a703073928beb07333d /automation
parent5699d6cf60cad80e0402ad31776741f07407f076 (diff)
downloadnss-hg-a2a7acea5e66f883e4d1d8cac065760b2a2b37f2.tar.gz
Bug 1815870 - use a different treeherder symbol for each docker image build task. r=nkulatova
Differential Revision: https://phabricator.services.mozilla.com/D169317
Diffstat (limited to 'automation')
-rw-r--r--automation/taskcluster/graph/src/image_builder.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/image_builder.js b/automation/taskcluster/graph/src/image_builder.js
index 7bf632d29..7f7e76263 100644
--- a/automation/taskcluster/graph/src/image_builder.js
+++ b/automation/taskcluster/graph/src/image_builder.js
@@ -56,6 +56,6 @@ export async function buildTask({name, path}) {
features: ["dind"],
maxRunTime: 7200,
kind: "build",
- symbol: "I"
+ symbol: `I(${name})`
};
}