[MDBF-200] Buildbot upload step should not be used to transfer files between workers and master Created: 2020-12-07 Updated: 2022-02-05 Resolved: 2022-02-05 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Vlad Bogolin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 3h | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
After a discussion with the Buildbot team, they pointed out that the upload steps should not be used when transferring files between workers and master since it may saturate the TCP connection between the two and is also quite slow. They suggested using scp or artifactory/nexus. |