Skip to content

fix: don't assume treeherder.group-names exists in graph config - #1024

Open
ahal wants to merge 1 commit into
taskcluster:mainfrom
ahal:ahal/rokztzrwnnxl
Open

fix: don't assume treeherder.group-names exists in graph config#1024
ahal wants to merge 1 commit into
taskcluster:mainfrom
ahal:ahal/rokztzrwnnxl

Conversation

@ahal

@ahal ahal commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Some projects don't use Treeherder at all, we shouldn't assume this config exists.

Also move it outside the for loop so we only check once.

Some projects don't use Treeherder at all, we shouldn't assume this
config exists.

Also move it outside the for loop so we only check once.
@ahal ahal self-assigned this Aug 14, 2026
@ahal
ahal requested a review from a team as a code owner August 14, 2026 16:10
@ahal
ahal requested a review from hneiva August 14, 2026 16:10
extra = task.get("extra", {})
task_th = task.get("treeherder")

if task_th:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They were already not taking that path without a treeherder section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants