-
Notifications
You must be signed in to change notification settings - Fork 21
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
CI throughput #413
CI throughput #413
Comments
Probably the "validation" triggers need reduction: https://github.com/orgs/JeffersonLab/actions/metrics/usage |
Yeah, by default {
"evgen": [
"e_K",
"e_KC",
"e_n",
"e_g",
"e_nC",
"eFT_K",
"e_gFT"
],
"config": [
"clas12-default",
"rga_spring2018",
"rga_fall2018",
"rgk_fall2018_FTOn",
"rgb_fall2019",
"rgc_summer2022"
]
} We probably don't need to run this many every time, and it indeed clogs the queue. I'm guilty of cancelling some validation jobs since they impede other CI work. This matrix is configurable from the caller workflow (see the README file), and/or we can change the default matrix. |
Seems getting too slow sometimes, queuing. Is this repo a major contributor to that? If so, we should cut back job counts significantly.
The text was updated successfully, but these errors were encountered: