-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Introduce a new yml file that stores worker locks counts. 2. Remove redundant and inconsistent naming between lock name and worker name.
- Loading branch information
Showing
2 changed files
with
57 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# This file keeps a maximum count of concurrent builds per worker. | ||
# Later, this should be refactored to have this information as part of | ||
# other worker metadata, such as IP, connection string, etc. | ||
# The keys are worker names, as used in locks.py. | ||
# TODO: There should be a single place where these keys are defined, currently | ||
# there are more places. | ||
hz-bbw1-docker: 9 | ||
hz-bbw2-docker: 1 | ||
hz-bbw4-docker: 9 | ||
hz-bbw5-docker: 9 | ||
amd-bbw1-docker: 4 | ||
amd-bbw2-docker: 6 | ||
intel-bbw1-docker: 5 | ||
ppc64le-rhel8-docker: 6 | ||
ppc64le-db-docker: 8 | ||
ppc64le-raptor-docker: 6 | ||
aarch64-bbw1-docker: 2 | ||
aarch64-bbw2-docker: 2 | ||
aarch64-bbw3-docker: 2 | ||
aarch64-bbw4-docker: 2 | ||
aarch64-bbw5-docker: 15 | ||
aarch64-bbw6-docker: 15 | ||
aarch64-bbw7-docker: 15 | ||
apexis-bbw3-docker: 6 | ||
ns-x64-bbw1-docker: 3 | ||
ns-x64-bbw2-docker: 2 | ||
ns-x64-bbw3-docker: 2 | ||
ns-x64-bbw4-docker: 2 | ||
bbw1-docker-windows: 1 | ||
bbw2-docker-windows: 4 | ||
s390x-bbw1-docker: 3 | ||
s390x-bbw2-docker: 3 | ||
s390x-bbw3-docker: 3 | ||
s390x-bbw4-docker: 3 | ||
s390x-bbw5-docker: 3 |