Skip to content

Commit

Permalink
docs: add commands to trigger ci doc (#27694)
Browse files Browse the repository at this point in the history
  • Loading branch information
purelind authored Sep 3, 2021
1 parent 4c49e52 commit 3454df4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ci.md
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 |

0 comments on commit 3454df4

Please sign in to comment.