Tags: PingCAP-QE/ci
Tags
fix(scripts/flow/rc): fix rc scripts for github api request quota (#3304 ) - add a timeout with 5 seconds for github api request, and fallback to "" to result. - update the check order for repos, the most problem repo is `pingcap/monitoring`. Signed-off-by: wuhuizuo <[email protected]> Signed-off-by: wuhuizuo <[email protected]>
feat(script): add s3 object monitor clean script (#3215) Add s3 object monitor clean script, The default S3 upload limit is 5GB, and some code caches may exceed this limit, causing the upload to fail. * just monitor ``` deno run --allow-net --allow-env monitor-s3-object-size.ts \ --path="path" \ --threshold-mb=500 \ --feishu-webhook="xxxx" ``` * monitor and clean ```shell deno run --allow-net --allow-env monitor-s3-object-size.ts \ --path="path" \ --threshold-mb=500 \ --feishu-webhook="xxxx" \ --cleanup ```
fix(scripts): fix update-prow-owners.ts (#2972) skip the repository when the bot has no rights to create refs. Signed-off-by: wuhuizuo <[email protected]> Signed-off-by: wuhuizuo <[email protected]>
Feature/cache deno script (#1336) * feat(scripts/plugins): implement cahce with deno * feat(scripts/plugins): implement cache save and clean feature * feat(scripts/plugins): add error message * chore(scripts/plugins): add profile debug lines. * feat(pipelines/pingcap/tidb): using cache script * chore(scripts/plugins): add remove operation feature * refactor(pipelines/pingcap/tidb): using pvc to cache gomodcache and gocache