| commit | 379b617496544453052a16acea8440e23ce5071a | [log] [tgz] |
|---|---|---|
| author | Leo (Liang) Zhao <leolzhao@global.tencent.com> | Mon Jan 13 05:21:53 2025 +0000 |
| committer | Leo (Liang) Zhao <leolzhao@global.tencent.com> | Mon Jan 13 05:21:53 2025 +0000 |
| tree | 08b4ae6eda40dd1f16bf1edf3bc64fef284ce395 | |
| parent | 972cc3d702eb206df6c2130c6afabf1f19707c10 [diff] |
Increase number of shards of address to 34 To avoid the timeout issue for the nightly tests, this MR further increases the number of shards for address sanitizer from 32 to 34.
diff --git a/.gitlab/ci_nightly.yml b/.gitlab/ci_nightly.yml index 6a35258..ffd758a 100644 --- a/.gitlab/ci_nightly.yml +++ b/.gitlab/ci_nightly.yml
@@ -237,7 +237,7 @@ Linux Sanitizer (address) Test Nightly: extends: .sanitizer-common-nigtly - parallel: 32 + parallel: 34 variables: AOM_SANITIZER_TYPE: address needs: