Closed NobodyXu closed 1 year ago
Currently, cronjob only triggers one or two builds (way below CRATE_CHECK_LIMIT * num of targets) even if there are a lot of requested crates.
cronjob
CRATE_CHECK_LIMIT
This PR attempts to fix it with:
4 * $CRATE_CHECK_LIMIT
shuf
next-unbuilt-package.sh
Signed-off-by: Jiahao XU Jiahao_XU@outlook.com
Currently,
cronjob
only triggers one or two builds (way belowCRATE_CHECK_LIMIT
* num of targets) even if there are a lot of requested crates.This PR attempts to fix it with:
4 * $CRATE_CHECK_LIMIT
forshuf
innext-unbuilt-package.sh
shuf
innext-unbuilt-package.sh
Signed-off-by: Jiahao XU Jiahao_XU@outlook.com