Tags: PingCAP-QE/ci
Tags
{"author":"[email protected]","release_id":"456","change_id":"123"}
Created hot fix tag on behalf of [email protected]
Created hot fix tag on behalf of [email protected]
feat(jenkins/pipelines/cd): set timeout for build comment and dev bui… …ld jenkins job (#3946) set timeout for jenkins job: - https://cd.pingcap.net/job/build-common/ - https://cd.pingcap.net/job/devbuild/9338/ --------- Co-authored-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