Closed Bug 1086663 Opened 11 years ago Closed 10 years ago

"Built from revision X" and other TinderboxPrints don't appear on Treeherder

Categories

(Tree Management :: Treeherder: Data Ingestion, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jcranmer, Assigned: emorley)

References

Details

(Keywords: regression)

Attachments

(1 file)

Most importantly, we're missing the following lines: TinderboxPrint:moz: 29fbfc1b31aa TinderboxPrint:ldap: 2b72c62f5450 Compare <https://tbpl.mozilla.org/?tree=Thunderbird-Trunk> with <https://treeherder.mozilla.org/ui/#/jobs?repo=comm-central>.
Thank you for filing this :-)
Priority: -- → P2
See Also: → 1059317
Keywords: regression
Component: Treeherder → Treeherder: Data Ingestion
It's because there is no space after TinderboxPrint, eg: TinderboxPrint:<a href=https://hg.mozilla.org/mozilla-central/rev/cc1cfd6f4ca8 title='Built from mozilla-central revision cc1cfd6f4ca8'>moz:cc1cfd6f4ca8</a> And the regex is: https://github.com/mozilla/treeherder-service/blob/master/treeherder/log_parser/parsers.pyx#L191 RE_TINDERBOXPRINT = re.compile('.*TinderboxPrint: (?P<line>.*)$') I'd say comm-central should fix this, but we'll probably end up playing whac-a-mole, so let's just make the regex a bit more flexible for now, and push forwards on getting rid of TinderboxPrint entirely in the medium term.
Assignee: nobody → emorley
Status: NEW → ASSIGNED
So that we don't miss TinderboxPrints from comm-central and Jetpack.
Attachment #8550460 - Flags: review?(cdawson)
Summary: TinderboxPrint doesn't show up for comm-central → "Built from revision X" and other TinderboxPrints don't appear on Treeherder
Comment on attachment 8550460 [details] [review] Make the TinderboxPrint regex less strict about whitespace lgtm!
Attachment #8550460 - Flags: review?(cdawson) → review+
Commit pushed to master at https://github.com/mozilla/treeherder-service https://github.com/mozilla/treeherder-service/commit/9350fc3368b0a8d2a32db1bc644c251ae5fc72c8 Bug 1086663 - Make the TinderboxPrint regex less strict about whitespace So that we don't miss "Built from revision X" and other TinderboxPrints.
This should be in production Mon/Tues next week :-)
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
In production :-)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: