Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Added priority sorter plugin #35

Merged
merged 1 commit into from Apr 2, 2012
Merged

Conversation

davehunt
Copy link
Member

@davehunt davehunt commented Apr 2, 2012

Also specified initial priorities for each job configuration using the following values:

mozilla-release = 600
mozilla-beta = 500
mozilla-esr = 400
mozilla-central = 300
mozilla-aurora = 200
mozilla-1.9.2 = 100

update = 60
functional = 50
endurance = 40
remote = 30
addon = 20
l10n = 10

The higher the priority value, the higher the priority the job will have in the queue. For example, mozilla-central_endurance will have a value of 340 (300 + 40) and will therefore be executed before mozilla-aurora_endurance, which will have a value of 240 (200 + 40).

@whimboo
Copy link
Contributor

whimboo commented Apr 2, 2012

Looks good. Thanks Dave.

whimboo added a commit that referenced this pull request Apr 2, 2012
Added priority sorter plugin and updated testruns (#35)
@whimboo whimboo merged commit 33d8786 into mozilla:master Apr 2, 2012
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.

None yet

2 participants