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

Skip to content

Tags: PingCAP-QE/ci

Tags

v8.5.4-nextgen.202510.4

Toggle v8.5.4-nextgen.202510.4's commit message
{"author":"[email protected]","release_id":"456","change_id":"123"}

v8.5.4-nextgen.202510.3

Toggle v8.5.4-nextgen.202510.3's commit message
Created hot fix tag on behalf of [email protected]

v8.5.4-nextgen.202510.2

Toggle v8.5.4-nextgen.202510.2's commit message
Created hot fix tag on behalf of [email protected]

v8.5.4-nextgen.202510.1

Toggle v8.5.4-nextgen.202510.1's commit message

Verified

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

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