[MDBF-304] Windows builder not using buildbot_suites.bat Created: 2022-01-11 Updated: 2022-02-01 Resolved: 2022-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Vlad Bogolin |
| Resolution: | Done | Votes: | 0 |
| Labels: | buildbot | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
The Windows builders https://buildbot.mariadb.org/#/builders/234, https://buildbot.mariadb.org/#/builders/239, https://buildbot.mariadb.org/#/builders/225 and https://buildbot.mariadb.org/#/builders/180 are not using buildbot_suites.bat in order to invoke mysql-test-run. |
| Comments |
| Comment by Vlad Bogolin [ 2022-01-11 ] |
|
Changes deployed in https://github.com/MariaDB/mariadb.org-tools/commit/7231da2bc822e728c2157238593cba7486659559#diff-179710a5aba81b0def44413f066ab3fda06676a2a2f4ec8a6205bb1516babd93. However, since the script is using --parallel=4, the script needs to be changed in order to speed up the builder. As a follow up after various discussions, I changed the MTR_PARALLEL and MTR_MAX_PARALLEL on the Windows machine ENV vars. |