Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix index

...

        compile: This keyword will trigger the pipeline of COMPILE (DORIS_COMPILE) 

        feut: This keyword will trigger the pipeline of FE UT (Doris FE UT)

        beut: This keyword will trigger the pipeline of BE UT (Doris BE UT) 

        p0: This keyword will trigger the pipeline of P0 Regression (Doris Regression)

        p1: This keyword will trigger the pipeline of P1 Regression (Doris Regression)

        external: This keyword will trigger the pipeline of External Regression (Doris External Regression)

       performance: This keyword will trigger the pipeline of performance (Doris Performance)

       arm: This keyword will trigger the pipeline of P0 Regression (ARM pipeline)

       cloudut: This keyword will trigger the test pipeline of Cloud UT (Doris Cloud UT)

        cloud_p0: This keyword will trigger the test pipeline of cloud_p0 (Doris Cloud Regression)

        cloud_p1: This keyword will trigger the test pipeline of cloud_p1 (Doris Cloud Regression)

Note:
  • To avoid error firing, you need to include both run and the specified keyword,like "run p0" , "run buildall",this is so important!

...

5. How to modify the configuration files used in the TeamCity pipelines?

  1. the pipeline of P0 Regression (Doris Regression) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/p0/conf
  2. the pipeline of P1 Regression (Doris Regression) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/p1/conf
  3. the pipeline of External Regression (Doris External Regression) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/external/conf
  4. the pipeline of performance (Doris Performance) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/performance/conf
  5. the pipeline of cloud_p0 (Doris Cloud Regression) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/cloud_p0/conf
  6. the pipeline of cloud_p1 (Doris Cloud Regression) uses the conf in https://github.com/apache/doris/tree/master/regression-test/pipeline/cloud_p1/conf

...


6. Suggestions

If you have any suggestions and comments, welcome to email dev@doris.apache.org to discuss.

...