-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add commands to trigger ci doc (#27694)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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<br />/run-all-tests<br />/merge | No | | ||
| tidb_ghpr_check | /run-check_dev<br />/run-all-tests<br />/merge | No | | ||
| tidb_ghpr_check_2 | /run-check_dev_2<br />/run-all-tests<br />/merge | No | | ||
| tidb_ghpr_coverage | /run-coverage | Yes | | ||
| tidb_ghpr_build_arm64 | /run-build-arm64 | Yes | | ||
| tidb_ghpr_common_test | /run-common-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_integration_br_test | /run-integration-br-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_integration_campatibility_test | /run-integration-compatibility-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_integration_common_test | /run-integration-common-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_integration_copr_test | /run-integration-copr-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_integration_ddl_test | /run-integration-ddl-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_monitor_test | /run-monitor-test | Yes | | ||
| tidb_ghpr_mybatis | /run-mybatis-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_sqllogic_test_1 | /run-sqllogic-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_sqllogic_test_2 | /run-sqllogic-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_tics_test | /run-tics-test<br />/run-integration-tests | Yes | | ||
| tidb_ghpr_unit_test | /run-unit-test<br />/run-all-tests<br />/merge | Yes | | ||
|