mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
5a3a93bea5
#no_merge_commit
29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
|
|
|
|
### CI modificators (add a leading space to apply) ###
|
|
|
|
## To avoid a merge commit in CI:
|
|
#no_merge_commit
|
|
|
|
## To discard CI cache:
|
|
#no_ci_cache
|
|
|
|
## To not test (only style check):
|
|
#do_not_test
|
|
|
|
## To run specified set of tests in CI:
|
|
#ci_set_<SET_NAME>
|
|
#ci_set_reduced
|
|
#ci_set_arm
|
|
#ci_set_integration
|
|
|
|
## To run specified job in CI:
|
|
#job_<JOB NAME>
|
|
#job_stateless_tests_release
|
|
#job_package_debug
|
|
#job_integration_tests_asan
|
|
|
|
## To run only specified batches for multi-batch job(s)
|
|
#batch_2
|
|
#btach_1_2_3
|