2023-12-21 10:53:01 +00:00
|
|
|
|
|
|
|
|
2024-01-29 17:13:32 +00:00
|
|
|
### CI modificators (add a leading space to apply) ###
|
2023-12-21 10:53:01 +00:00
|
|
|
|
2024-01-04 15:35:09 +00:00
|
|
|
## To avoid a merge commit in CI:
|
|
|
|
#no_merge_commit
|
|
|
|
|
|
|
|
## To discard CI cache:
|
|
|
|
#no_ci_cache
|
|
|
|
|
2024-01-29 17:13:32 +00:00
|
|
|
## To not test (only style check):
|
|
|
|
#do_not_test
|
|
|
|
|
2024-01-04 15:35:09 +00:00
|
|
|
## To run specified set of tests in CI:
|
|
|
|
#ci_set_<SET_NAME>
|
|
|
|
#ci_set_reduced
|
2024-01-25 19:46:57 +00:00
|
|
|
#ci_set_arm
|
2024-01-29 17:13:32 +00:00
|
|
|
#ci_set_integration
|
2024-01-04 15:35:09 +00:00
|
|
|
|
|
|
|
## To run specified job in CI:
|
2023-12-21 10:53:01 +00:00
|
|
|
#job_<JOB NAME>
|
|
|
|
#job_stateless_tests_release
|
|
|
|
#job_package_debug
|
|
|
|
#job_integration_tests_asan
|
2024-01-29 17:13:32 +00:00
|
|
|
|
|
|
|
## To run only specified batches for multi-batch job(s)
|
|
|
|
#batch_2
|
|
|
|
#btach_1_2_3
|