@@ -6,19 +6,24 @@ The CI pipeline will automatically trigger when you submit a PR or push new comm
6
6
7
7
## Commands
8
8
9
- | ci pipeline | Commands | Tests |
10
- | ------------------------------- | --------------------------------------- | ------------------------------------------------------------ |
11
- | pull-br-integration-test | ` /test pull-br-integration-test ` | All br integration test in ` br/tests ` |
12
- | pull-lightning-integration-test | ` /test pull-lightning-integration-test ` | All lightning integration tests in ` br/tests ` |
13
- | pull-common-test | ` /test pull-common-test ` | Some ORM tests performed through the unistore. |
14
- | pull-e2e-test | ` /test pull-e2e-test ` | E2e tests in ` tests/globalkilltest ` and ` tests/graceshutdown ` |
15
- | pull-integration-common-test | ` /test pull-integration-common-test ` | Some ORM tests performed through the tikv |
16
- | pull-integration-copr-test | ` /test pull-integration-copr-test ` | Coprocessor tests in [ tikv/copr-test] ( https://github.com/tikv/copr-test ) |
17
- | pull-integration-ddl-test | ` /test pull-integration-ddl-test ` | All ddl tests in PingCAP-QE/tidb-test ` ddl_test ` |
18
- | pull-integration-jdbc-test | ` /test pull-integration-jdbc-test ` | All JDBC tests in PingCAP-QE/tidb-test |
19
- | pull-integration-mysql-test | ` /test pull-integration-mysql-test ` | All mysql tests in PingCAP-QE/tidb-test performed through the tikv |
20
- | pull-integration-nodejs-test | ` /test pull-integration-nodejs-test ` | Node.js ORM tests in PingCAP-QE/tidb-test |
21
- | pull-mysql-client-test | ` /test pull-mysql-client-test ` | MySQL client tests in PingCAP-QE/tidb-test |
22
- | pull-sqllogic-test | ` /test pull-sqllogic-test ` | SQL logic tests in PingCAP-QE/tidb-test |
23
- | pull-tiflash-test | ` /test pull-tiflash-test ` | TiFlash tests in pingcap/tiflash ` tests/docker/ ` |
9
+ | ci pipeline | Commands | Tests | Auto Trigger |
10
+ | ------------------------------- | --------------------------------------- | ------------------------------------------------------------ | ------------ |
11
+ | build | ` /test build ` | Build binaries. | Yes |
12
+ | check-dev | ` /test check-dev ` | Some common check tasks including ` lint ` , ` tidy ` etc | Yes |
13
+ | check-dev2 | ` /test check-dev2 ` | All realtikv tests in ` tests/realtikvtest ` | Yes |
14
+ | mysql-test | ` /test mysql-test ` | All mysql tests in PingCAP-QE/tidb-test ` mysql_test ` | Yes |
15
+ | unit-test | ` /test unit-test ` | All unit tests | Yes |
16
+ | pull-integration-ddl-test | ` /test pull-integration-ddl-test ` | All ddl tests in PingCAP-QE/tidb-test ` ddl_test ` | Yes |
17
+ | pull-mysql-client-test | ` /test pull-mysql-client-test ` | MySQL client tests in PingCAP-QE/tidb-test | Yes |
18
+ | pull-br-integration-test | ` /test pull-br-integration-test ` | All br integration test in ` br/tests ` | No |
19
+ | pull-lightning-integration-test | ` /test pull-lightning-integration-test ` | All lightning integration tests in ` br/tests ` | No |
20
+ | pull-common-test | ` /test pull-common-test ` | Some ORM tests performed through the unistore. | No |
21
+ | pull-e2e-test | ` /test pull-e2e-test ` | E2e tests in ` tests/globalkilltest ` and ` tests/graceshutdown ` | No |
22
+ | pull-integration-common-test | ` /test pull-integration-common-test ` | Some ORM tests performed through the tikv | No |
23
+ | pull-integration-copr-test | ` /test pull-integration-copr-test ` | Coprocessor tests in [ tikv/copr-test] ( https://github.com/tikv/copr-test ) | No |
24
+ | pull-integration-nodejs-test | ` /test pull-integration-nodejs-test ` | Node.js ORM tests in PingCAP-QE/tidb-test | No |
25
+ | pull-integration-jdbc-test | ` /test pull-integration-jdbc-test ` | All JDBC tests in PingCAP-QE/tidb-test | No |
26
+ | pull-integration-mysql-test | ` /test pull-integration-mysql-test ` | All mysql tests in PingCAP-QE/tidb-test performed through the tikv | No |
27
+ | pull-sqllogic-test | ` /test pull-sqllogic-test ` | SQL logic tests in PingCAP-QE/tidb-test | No |
28
+ | pull-tiflash-test | ` /test pull-tiflash-test ` | TiFlash tests in pingcap/tiflash ` tests/docker/ ` | No |
24
29
0 commit comments