From 9a8db2468f4dc5f377242e5d8f994bce464dd05c Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 4 Jan 2023 14:53:19 +0000 Subject: [PATCH 1/3] docs: delete outdated ci tigger document - Current all the jobs triggered by Prow bot, it will display friendly guide comments when job failed or user ask for trigger comments. --- ci.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ci.md diff --git a/ci.md b/ci.md deleted file mode 100644 index 8b5abfd8fefd3..0000000000000 --- a/ci.md +++ /dev/null @@ -1,31 +0,0 @@ -# Commands to trigger ci pipeline - -## Guide - -1. ci pipeline will be triggered when your comment on pull request matched command. -2. "**Only triggered by command**". What does that mean? - * Yes, this ci will be triggered only when your comment on pr matched command. - * No, this ci will be triggered by every new commit on current pr, comment matched command also trigger ci pipeline. - -## Commands - -| ci pipeline | Commands | Only triggered by command | -| ---------------------------------------- | ------------------------------------------------------------ | ------------------------- | -| tidb_ghpr_build | /run-build
/run-all-tests
/merge | No | -| tidb_ghpr_check | /run-check_dev
/run-all-tests
/merge | No | -| tidb_ghpr_check_2 | /run-check_dev_2
/run-all-tests
/merge | No | -| tidb_ghpr_coverage | /run-coverage | Yes | -| tidb_ghpr_build_arm64 | /run-build-arm64 | Yes | -| tidb_ghpr_common_test | /run-common-test
/run-integration-tests | Yes | -| tidb_ghpr_integration_br_test | /run-integration-br-test
/run-integration-tests | Yes | -| tidb_ghpr_integration_campatibility_test | /run-integration-compatibility-test
/run-integration-tests | Yes | -| tidb_ghpr_integration_common_test | /run-integration-common-test
/run-integration-tests | Yes | -| tidb_ghpr_integration_copr_test | /run-integration-copr-test
/run-integration-tests | Yes | -| tidb_ghpr_integration_ddl_test | /run-integration-ddl-test
/run-integration-tests | Yes | -| tidb_ghpr_monitor_test | /run-monitor-test | Yes | -| tidb_ghpr_mybatis | /run-mybatis-test
/run-integration-tests | Yes | -| tidb_ghpr_sqllogic_test_1 | /run-sqllogic-test
/run-integration-tests | Yes | -| tidb_ghpr_sqllogic_test_2 | /run-sqllogic-test
/run-integration-tests | Yes | -| tidb_ghpr_tics_test | /run-tics-test
/run-integration-tests | Yes | -| tidb_ghpr_unit_test | /run-unit-test
/run-all-tests
/merge | Yes | - From 2395e97aeda91d554a9cfdefd1dc7d50c524fb39 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 4 Jan 2023 14:56:04 +0000 Subject: [PATCH 2/3] docs: update CI build badages - delete the deprecated `CircleCI` badage - replace `Build Status` with Prow bot's badage --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e894003f08f84..a50448f9ce8ff 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ [![LICENSE](https://img.shields.io/github/license/pingcap/tidb.svg)](https://github.com/pingcap/tidb/blob/master/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) -[![Build Status](https://travis-ci.org/pingcap/tidb.svg?branch=master)](https://travis-ci.org/pingcap/tidb) +[![Build Status](https://prow.tidb.net//badge.svg?jobs=pingcap/tidb/merged_*)](https://prow.tidb.net/?repo=pingcap%2Ftidb&type=postsubmit) [![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tidb)](https://goreportcard.com/report/github.com/pingcap/tidb) [![GitHub release](https://img.shields.io/github/tag/pingcap/tidb.svg?label=release)](https://github.com/pingcap/tidb/releases) [![GitHub release date](https://img.shields.io/github/release-date/pingcap/tidb.svg)](https://github.com/pingcap/tidb/releases) -[![CircleCI Status](https://circleci.com/gh/pingcap/tidb.svg?style=shield)](https://circleci.com/gh/pingcap/tidb) [![Coverage Status](https://codecov.io/gh/pingcap/tidb/branch/master/graph/badge.svg)](https://codecov.io/gh/pingcap/tidb) [![GoDoc](https://img.shields.io/badge/Godoc-reference-blue.svg)](https://godoc.org/github.com/pingcap/tidb) From 5d1eed10bcc6bea8740b98e480fe7a1703a739a8 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 5 Jan 2023 15:48:27 +0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Weizhen Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a50448f9ce8ff..7d45356e41e26 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![LICENSE](https://img.shields.io/github/license/pingcap/tidb.svg)](https://github.com/pingcap/tidb/blob/master/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) -[![Build Status](https://prow.tidb.net//badge.svg?jobs=pingcap/tidb/merged_*)](https://prow.tidb.net/?repo=pingcap%2Ftidb&type=postsubmit) +[![Build Status](https://prow.tidb.net/badge.svg?jobs=pingcap/tidb/merged_*)](https://prow.tidb.net/?repo=pingcap%2Ftidb&type=postsubmit) [![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tidb)](https://goreportcard.com/report/github.com/pingcap/tidb) [![GitHub release](https://img.shields.io/github/tag/pingcap/tidb.svg?label=release)](https://github.com/pingcap/tidb/releases) [![GitHub release date](https://img.shields.io/github/release-date/pingcap/tidb.svg)](https://github.com/pingcap/tidb/releases)