fix: add count_self_hosted_runners job to optimize e2e testing based …#1194
fix: add count_self_hosted_runners job to optimize e2e testing based …#1194jekabs-karklins wants to merge 34 commits intodevelopfrom
Conversation
…on available runners
…nner selection logic
yoganandaness
left a comment
There was a problem hiding this comment.
Seems good, although looking forward to see in action.
|
|
2 similar comments
|
|
|
|
|
|
1 similar comment
|
|
|
|
|
If we have updated the job names don't we have to update the jobs in the repos settings as well? |
|
|
|
|
1 similar comment
|
|
Description
This PR optimizes the e2e testing by introducing a job to count self-hosted runners and distribute the e2e tests based on the available runners.
Motivation and Context
This change is required to improve efficiency and speed of the e2e testing process by better utilizing available resources and avoiding bottlenecks.
Changes
count_self_hosted_runnersto count the number of idle self-hosted runners. This helps in the distribution of e2e tests.e2ejob is modified to depend oncount_self_hosted_runnersand the distribution of tests is based on the count of idle runners.How Has This Been Tested?
Fixes Jira Issue
https://jira.esss.lu.se/browse/
Depends On
Tests included/Docs Updated?