Skip to content

Commit

Permalink
Configure request for Nightly 58.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Sep 22, 2017
1 parent f9e4201 commit 00c7445
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pollbot/tasks/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
from . import get_session, build_task_response, heartbeat_factory

TELEMETRY_SERVER = "https://sql.telemetry.mozilla.org"
NIGHTLY_BUILD_IDS = {"57.0a1": 40223} # https://sql.telemetry.mozilla.org/queries/40223/source
NIGHTLY_BUILD_IDS = {
"57.0a1": 40223, # https://sql.telemetry.mozilla.org/queries/40223/source
"58.0a1": 40790, # https://sql.telemetry.mozilla.org/queries/40790/source
}
TELEMETRY_API_KEY = os.getenv("TELEMETRY_API_KEY")


Expand Down

0 comments on commit 00c7445

Please sign in to comment.