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

Use bugzilla instead of release-services for phabricator issues #1882

Merged
merged 3 commits into from
Feb 14, 2019

Conversation

sylvestre
Copy link
Contributor

In many cases, we have to do something in-tree. To me, it makes more sense to do that in bugzilla
and keep release services for infra work

@marco-c
Copy link
Collaborator

marco-c commented Feb 14, 2019

Looks good, the expected messages in the test (https://github.com/mozilla/release-services/blob/master/src/staticanalysis/bot/tests/test_reporter_phabricator.py) need to be updated too.

@@ -12,7 +12,7 @@
from static_analysis_bot.report.base import Reporter
from static_analysis_bot.revisions import PhabricatorRevision

BUG_REPORT_URL = 'https://github.com/mozilla/release-services/issues/new?title=Problem%20with%20an%20automated%20review:%20SUMMARY&labels=app:staticanalysis/bot&body=**Phabricator%20URL:**%20https://phabricator.services.mozilla.com/D%E2%80%A6%0A%0A**Problem:**%20%E2%80%A6' # noqa
BUG_REPORT_URL = 'https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox+Build+System&component=Source+Code+Analysis&short_desc=[Automated+review]+UPDATE&comment=**Phabricator URL:** https://phabricator.services.mozilla.com/...&format=__default__'
Copy link
Collaborator

Choose a reason for hiding this comment

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

You'll need the #noqa at the end to silence flake8

@marco-c marco-c merged commit b8da320 into master Feb 14, 2019
@marco-c marco-c deleted the sylvestre-patch-1 branch April 2, 2019 23:54
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