Skip to content

Commit

Permalink
Merge pull request #28 from vorlonofportland/metrics
Browse files Browse the repository at this point in the history
Update the sponsoring-reports URL to sponsoring-reports.ubuntu.com
  • Loading branch information
murraybd committed Dec 6, 2023
2 parents 0501741 + 74f1990 commit 33c9bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metrics/collectors/rls_bugs/rls_bugs_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
from metrics.lib.ubunturelease import UbuntuRelease

INCOMING_URL_PATTERN = (
"https://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-{}-incoming.json"
"http://reports.qa.ubuntu.com/reports/rls-mgr/rls-{}-incoming.json"
)
TRACKING_URL_PATTERN = (
"https://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-{}-tracking.json"
"http://reports.qa.ubuntu.com/reports/rls-mgr/rls-{}-tracking.json"
)


Expand Down
2 changes: 1 addition & 1 deletion metrics/collectors/sponsoring/sponsoring_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from metrics.lib.basemetric import Metric

SPONSORING_QUEUE_URL = "http://reqorts.qa.ubuntu.com/reports/sponsoring/sponsoring.json"
SPONSORING_QUEUE_URL = "http://sponsoring-reports.ubuntu.com/jsons/general.json"


class SponsoringMetrics(Metric):
Expand Down

0 comments on commit 33c9bd3

Please sign in to comment.