[MDBF-512] save_packages step in BB creation is buggy Created: 2022-11-29 Updated: 2023-11-28 Resolved: 2023-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Faustin Lammler | Assignee: | Faustin Lammler |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The save_package step in BB is not failing even if the saving did not work. Reproduce by removing write rights to the buildbot user from container image (should be 1000) to the /mnt/autofs/master_dev_package and see that BB will not complain about the fact that it was unable to save the packages. See: https://github.com/MariaDB/buildbot/blob/main/master-protected-branches/master.cfg#L184 |
| Comments |
| Comment by Faustin Lammler [ 2023-11-28 ] |
|
I could not reproduce this issue in the past month. |