[MDBF-443] Add MSAN Docker image to CI Created: 2022-06-28 Updated: 2023-02-20 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Vlad Bogolin | Assignee: | Faustin Lammler |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0.25d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | 0.25d | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
A MSAN image needs to be create and added to the CI pipeline. See the sample files attached. The sample command to create the image is:
|
| Comments |
| Comment by Faustin Lammler [ 2023-02-07 ] |
|
Two PR address this: |
| Comment by Faustin Lammler [ 2023-02-13 ] |
|
The image is now created in CI and needs to be tested:
Building quay.io/mariadb-foundation/bb-worker:ubuntu20.04-msan in CI is just a mater of modifying the CI matrix. |
| Comment by Vlad Bogolin [ 2023-02-17 ] |
|
Does LD_LIBRARY_PATH still need to be modified to a custom path for the new image? |
| Comment by Faustin Lammler [ 2023-02-20 ] |
|
I have no idea, I didn't even knew it was necessary. If you have any idea how we should test this particular image before pushing to the registry, it would be good to add those test to the CI... |