Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
BB V1.01
-
Sprint 2 (27.01.2025), Sprint 3 (10.02.2025)
Description
Resolve outstanding space issues due to largely slow builders but occastionally failed builds
https://github.com/MariaDB/buildbot/pull/656 (merged)
https://github.com/MariaDB/buildbot/pull/697 (fix - found in testing)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Daniel Black [ danblack ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Worklog Id | 133097 [ 133097 ] | |
Remaining Estimate | 0d [ 0 ] | |
Time Spent | 3h [ 10800 ] |
Assignee | Daniel Black [ danblack ] | Varzaru Razvan-Liviu [ JIRAUSER55297 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Remaining Estimate | 0d [ 0 ] | 0.25d [ 7200 ] |
Original Estimate | 0.25d [ 7200 ] |
Sprint | Sprint 2 (27.01.2025) [ 781 ] |
-
- Time Spent:
- 3h
- Review and test of https://github.com/MariaDB/buildbot/pull/697
Affects Version/s | BB V1.01 [ 30000 ] |
Worklog Id | 133218 [ 133218 ] | |
Remaining Estimate | 0.25d [ 7200 ] | 0d [ 0 ] |
Time Spent | 3h [ 10800 ] | 0.75d [ 21600 ] |
Status | In Review [ 10002 ] | In Testing [ 10301 ] |
Affects Version/s | N/A [ 27305 ] |
Fix Version/s | BB V1.02 [ 30100 ] | |
Fix Version/s | N/A [ 27305 ] |
-
- Time Spent:
- 0.25d
-
Reviewed
https://github.com/MariaDB/buildbot/pull/701
https://github.com/MariaDB/buildbot/pull/700
https://github.com/MariaDB/buildbot/pull/699
Patched
https://github.com/MariaDB/buildbot/pull/702
Tests
https://mariadb.zulipchat.com/#narrow/channel/236699-Buildbot/topic/docker.20library.3A.20build.20when.20all.20base.20MDBF-940.20.20bb656/near/497831859
Worklog Id | 133222 [ 133222 ] | |
Time Spent | 0.75d [ 21600 ] | 1d [ 28800 ] |
Labels | ReadyForProd |
Sprint | Sprint 2 (27.01.2025) [ 781 ] | Sprint 2 (27.01.2025), Sprint 3 (10.02.2025) [ 781, 783 ] |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
Review of fix appreciated.
Because s390x failed to build and ppc64le timeout in the dev environment
a temp disable of ppc64le and s390x in the dev worker sed -i -e 's:linux/ppc64le linux/s390x::' scripts/docker-library-build.sh scripts/docker-library-manifest.sh would allows validation without waiting on these parent builders.