Back to Tidb

Commands to trigger ci pipeline

ci.md

26.3.03.5 KB
Original Source

Commands to trigger ci pipeline

Guide

The CI pipeline will automatically trigger when you submit a PR or push new commits. There are also some CI pipelines that support manual triggering, usually for integration testing, which will give you more confidence in the quality of PR. You can obtain the trigger command for all supported CI pipelines by commenting /test ? in a PR.

Commands

ci pipelineCommandsTestsAuto Trigger
build/test buildBuild binaries.Yes
check-dev/test check-devSome common check tasks including lint, tidy etcYes
check-dev2/test check-dev2All realtikv tests in tests/realtikvtestYes
mysql-test/test mysql-testAll mysql tests in PingCAP-QE/tidb-test mysql_testYes
unit-test/test unit-testAll unit testsYes
pull-integration-ddl-test/test pull-integration-ddl-testAll ddl tests in PingCAP-QE/tidb-test ddl_testYes
pull-mysql-client-test/test pull-mysql-client-testMySQL client tests in PingCAP-QE/tidb-testYes
pull-br-integration-test/test pull-br-integration-testAll br integration test in br/testsNo
pull-lightning-integration-test/test pull-lightning-integration-testAll lightning integration tests in br/testsNo
pull-common-test/test pull-common-testSome ORM tests performed through the unistore.No
pull-e2e-test/test pull-e2e-testE2e tests in tests/globalkilltest and tests/graceshutdownNo
pull-integration-common-test/test pull-integration-common-testSome ORM tests performed through the tikvNo
pull-integration-copr-test/test pull-integration-copr-testCoprocessor tests in tikv/copr-testNo
pull-integration-nodejs-test/test pull-integration-nodejs-testNode.js ORM tests in PingCAP-QE/tidb-testNo
pull-integration-jdbc-test/test pull-integration-jdbc-testAll JDBC tests in PingCAP-QE/tidb-testNo
pull-integration-mysql-test/test pull-integration-mysql-testAll mysql tests in PingCAP-QE/tidb-test performed through the tikvNo
pull-sqllogic-test/test pull-sqllogic-testSQL logic tests in PingCAP-QE/tidb-testNo
pull-tiflash-test/test pull-tiflash-testTiFlash tests in pingcap/tiflash tests/docker/No