Closed
Bug 1058764
Opened 11 years ago
Closed 10 years ago
The homepage of ship-it display the list of running jobs
Categories
(Release Engineering :: Applications: Shipit, defect, P3)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Sylvestre, Unassigned)
References
Details
(Whiteboard: [shipit])
Once bug #826753 is merged, we should use the empty home page of ship-it to display the running jobs.
For now, it is a bit hard to find them.
Comment 1•11 years ago
|
||
Mass component change for ship it bugs.
Component: Release Automation → Ship It
Comment 2•10 years ago
|
||
Hi!
Are the "Running Jobs" all that not have an event_name with word "complete" ?
What is to display?
E.g.:
Release Name | Tagging Progress | Build Progress ...
Firefox-31.0b7-build1 | Finished | In Progress ...
___
Translated from portuguese with help of Google Translate
| Reporter | ||
Comment 3•10 years ago
|
||
Yes, this is the idea. I am not sure what is the status you should be looking for.
Rail ?
PS: you should remove your signature "Translated from portuguese with help of Google Translate"
Flags: needinfo?(rail)
Comment 4•10 years ago
|
||
Hmmm, there is bug 1178331, we want to kill ship it notifier in favour of release promotion. Not sure if you want spend more time.
Flags: needinfo?(rail)
Comment 5•10 years ago
|
||
In some points the following comparison is made (event_name string contains 'complete'):
if 'complete' not in repack.event_name:
repacks['platforms'][repack.platform] += (1.00/repack.chunkTotal)
else:
repacks['platforms'][repack.platform] = 1.00
Sorry, I did not understand the relationship beetween the bug 1178331 and this.
Comment 6•10 years ago
|
||
(In reply to ex-Dev from comment #5)
> Sorry, I did not understand the relationship beetween the bug 1178331 and
> this.
ship-it notifier is the service which listens for buildbot pulse events and updates the ship-it DB. ship-it uses the values set by ship-it notifier to determine the current status. When we kill ship-it notifier there will be no updates in the DB and status.html will be useless. Taskcluster will be our new source of truth for status of releases.
| Reporter | ||
Comment 7•10 years ago
|
||
Right, so, let's wontfix it.
Sorry ex-dev
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Comment 8•10 years ago
|
||
OK, thanks!
| Assignee | ||
Updated•4 years ago
|
Component: Applications: ShipIt (backend) → Applications: ShipIt
You need to log in
before you can comment on or make changes to this bug.
Description
•