Open
Bug 1763169
Opened 3 years ago
Updated 3 years ago
Support testing environment for mozci classifications
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: bastien, Assigned: bardou)
Details
Attachments
(2 files)
Now that mozci produces results on two environments (testing
& production
), the staging instance of Treeherder should be able to use testing results.
We could introduce a new django-environ setting named PULSE_MOZCI_ENVIRONMENT
which would be a string (only supporting production
or testing
through an assert).
Default value would be production
.
The only effective change would be to set this value:
- to
exchange/taskcluster-queue/v1/task-completed.route.index.project.mozci.classification.#
(for production, as currently) - to
exchange/taskcluster-queue/v1/task-completed.route.index.project.mozci.testing.classification.#
(for testing)
Updated•3 years ago
|
Assignee: nobody → bardou
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•