Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a4809c42
Commit
a4809c42
authored
Sep 02, 2020
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inconsistent capitalization of "Job" and "Project" in examples
parent
f7d08041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/ci/runners/README.md
doc/ci/runners/README.md
+9
-9
No files found.
doc/ci/runners/README.md
View file @
a4809c42
...
...
@@ -88,20 +88,20 @@ The fair usage algorithm assigns jobs in this order:
If these jobs are in the queue:
-
Job 1 for
p
roject 1
-
Job 2 for
p
roject 1
-
Job 3 for
p
roject 1
-
Job 4 for
p
roject 2
-
Job 5 for
p
roject 2
-
Job 6 for
p
roject 3
-
Job 1 for
P
roject 1
-
Job 2 for
P
roject 1
-
Job 3 for
P
roject 1
-
Job 4 for
P
roject 2
-
Job 5 for
P
roject 2
-
Job 6 for
P
roject 3
The fair usage algorithm assigns jobs in this order:
1.
Job 1 is chosen first, because it has the lowest job number from projects with no running jobs (that is, all projects).
1.
We finish
j
ob 1.
1.
We finish
J
ob 1.
1.
Job 2 is next, because, having finished Job 1, all projects have 0 jobs running again, and 2 is the lowest available job number.
1.
Job 4 is next, because with Project 1 running a
j
ob, 4 is the lowest number from projects running no jobs (Projects 2 and 3).
1.
We finish
j
ob 4.
1.
Job 4 is next, because with Project 1 running a
J
ob, 4 is the lowest number from projects running no jobs (Projects 2 and 3).
1.
We finish
J
ob 4.
1.
Job 5 is next, because having finished Job 4, Project 2 has no jobs running again.
1.
Job 6 is next, because Project 3 is the only project left with no running jobs.
1.
Lastly we choose Job 3... because, again, it's the only job left.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment