Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: PingCAP-QE/ci

Tags

v2024.12.26-alpha

Toggle v2024.12.26-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2024.11.8

Toggle v2024.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
```

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v1.1.0-cache-with-deno

Toggle v1.1.0-cache-with-deno's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
delete useless docker images (#662)

Signed-off-by: Qiang Zhou <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
use main