-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[target-allocator] Introduce "per node" allocation strategy to target allocator #2430
Commits on Dec 8, 2023
-
Add node name to Collector struct
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6defa78 - Browse repository at this point
Copy the full SHA 6defa78View commit details -
Add per node allocation algorithm
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 318fd6c - Browse repository at this point
Copy the full SHA 318fd6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d298b69 - Browse repository at this point
Copy the full SHA d298b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 886a80c - Browse repository at this point
Copy the full SHA 886a80cView commit details -
Update APIs and docs with new strategy
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23089e3 - Browse repository at this point
Copy the full SHA 23089e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f82f69 - Browse repository at this point
Copy the full SHA 7f82f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959c3c5 - Browse repository at this point
Copy the full SHA 959c3c5View commit details -
Add more labels to match node name
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 082e678 - Browse repository at this point
Copy the full SHA 082e678View commit details
Commits on Dec 18, 2023
-
Better handling of unassignable targets / jobs
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d29ae6 - Browse repository at this point
Copy the full SHA 2d29ae6View commit details -
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c08f560 - Browse repository at this point
Copy the full SHA c08f560View commit details -
Add E2E test; put TA E2E tests into separate target
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c0f9e6 - Browse repository at this point
Copy the full SHA 8c0f9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad0079 - Browse repository at this point
Copy the full SHA 5ad0079View commit details -
Format; fix mistakenly changed test image
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acf7644 - Browse repository at this point
Copy the full SHA acf7644View commit details
Commits on Dec 19, 2023
-
Use node name instead of collector name for collector map
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57d23bd - Browse repository at this point
Copy the full SHA 57d23bdView commit details -
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e09fc8 - Browse repository at this point
Copy the full SHA 0e09fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8239e - Browse repository at this point
Copy the full SHA 0c8239eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6c6e6 - Browse repository at this point
Copy the full SHA 9c6c6e6View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d08c78 - Browse repository at this point
Copy the full SHA 6d08c78View commit details
Commits on Jan 4, 2024
-
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94b336e - Browse repository at this point
Copy the full SHA 94b336eView commit details -
Handle cases of missing node name when (re)adding collector
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 023ce4b - Browse repository at this point
Copy the full SHA 023ce4bView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 113f6bb - Browse repository at this point
Copy the full SHA 113f6bbView commit details
Commits on Jan 9, 2024
-
Adjust test cases after node name fix
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5976307 - Browse repository at this point
Copy the full SHA 5976307View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5e28d - Browse repository at this point
Copy the full SHA fe5e28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac78c7 - Browse repository at this point
Copy the full SHA 3ac78c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c66e5 - Browse repository at this point
Copy the full SHA 85c66e5View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c3fbdc - Browse repository at this point
Copy the full SHA 0c3fbdcView commit details -
Put TA config validation into separate method
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b3363e - Browse repository at this point
Copy the full SHA 0b3363eView commit details -
Adjust logging and add metric for jobs with unassigned targets
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02ee921 - Browse repository at this point
Copy the full SHA 02ee921View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d46c9 - Browse repository at this point
Copy the full SHA d2d46c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485d9d6 - Browse repository at this point
Copy the full SHA 485d9d6View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8befdf - Browse repository at this point
Copy the full SHA b8befdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7eeb5e - Browse repository at this point
Copy the full SHA f7eeb5eView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 253b340 - Browse repository at this point
Copy the full SHA 253b340View commit details
Commits on Feb 6, 2024
-
Simplify flow according to feedback; correct docs
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9075a84 - Browse repository at this point
Copy the full SHA 9075a84View commit details -
Add more unit tests for edge cases
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 339ed5c - Browse repository at this point
Copy the full SHA 339ed5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7defcdc - Browse repository at this point
Copy the full SHA 7defcdcView commit details -
Signed-off-by: Matej Gera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d31f67 - Browse repository at this point
Copy the full SHA 5d31f67View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f195d5 - Browse repository at this point
Copy the full SHA 4f195d5View commit details