|
|
@ -10,6 +10,7 @@ build: |
|
|
|
verbosity: minimal |
|
|
|
verbosity: minimal |
|
|
|
test: |
|
|
|
test: |
|
|
|
test_script: |
|
|
|
test_script: |
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test -Concurrency 10 |
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test2 -Concurrency 8 |
|
|
|
|
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test -Exclude DBTest.GroupCommitTest -Concurrency 10 |
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -Run env_test -Concurrency 1 |
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -Run env_test -Concurrency 1 |
|
|
|
|
|
|
|
|
|
|
|