Currently, all test variants that are split into buckets use 12 buckets. A recent PR that made ASAN Python test execution sequential increased the average execution time of each bucket from ~15 minutes to ~30 minutes, which in turn increased the overall PR testing time from ~45 minutes to ~55 minutes.
The scope of this ticket is to evaluate whether increasing the number of buckets could potentially eliminate the newly introduced time overhead.