Skip to content

Fixes to publish logs on papertrail #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 25, 2019
Merged

Fixes to publish logs on papertrail #191

merged 4 commits into from
Sep 25, 2019

Conversation

La0
Copy link
Contributor

@La0 La0 commented Sep 24, 2019

  • I replaced the release-services naming scheme by our own.
  • The bot already works, i just simplified its name
  • The backend just needed a simpler name + channel to activate papertrail
  • The events needs to use the local code-coverage-tools logger instead of libmozevent + simpler name + channel

@La0 La0 added bug Something isn't working backend Python Backend bot Python Taskcluster Bot events Event listener labels Sep 24, 2019
@La0 La0 requested a review from marco-c September 24, 2019 15:17
@La0 La0 self-assigned this Sep 24, 2019
@@ -11,8 +11,24 @@


def read_requirements(file_):
with open(os.path.join(here, file_)) as f:
return sorted(list(set(line.split("#")[0].strip() for line in f)))
lines = []
Copy link
Collaborator

Choose a reason for hiding this comment

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

Back to being complex :P

@La0 La0 merged commit 65a9d60 into mozilla:master Sep 25, 2019
@La0 La0 deleted the papertrail branch September 25, 2019 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Python Backend bot Python Taskcluster Bot bug Something isn't working events Event listener
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants