Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Add task/run/buildrequest ids to logs where appropriate #29

Merged
merged 1 commit into from
Aug 9, 2016

Conversation

catlee
Copy link
Contributor

@catlee catlee commented Aug 2, 2016

No description provided.

@@ -74,25 +74,25 @@ def handleStarted(self, data, msg):
try:
task = self.bbb_db.getTaskFromBuildRequest(brid)
except TaskNotFound:
log.debug("Task not found for brid %s (%s), nothing to do.", brid, buildername)
log.debug("buildrequest %s: task not found for builder %s, nothing to do.", brid, buildername)
continue
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

else:
    log.debug("buildrequest %s: found task %s", brid, task)

Copy link
Contributor

Choose a reason for hiding this comment

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

or maybe also include buildername here somehow?

@Callek
Copy link
Contributor

Callek commented Aug 2, 2016

Overall, looks great, had a few nits that I think improves things, but this is good to land now.

@Callek
Copy link
Contributor

Callek commented Aug 9, 2016

My nits were not blocking, will followup on that

@Callek Callek merged commit 16528df into mozilla-releng:master Aug 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants