Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add amd64-debian-12-asan-ubsan #174

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

vladbogo
Copy link
Collaborator

No description provided.

Copy link
Member

@grooverdan grooverdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where's the build of this image?

@@ -222,6 +222,9 @@ addWorker('hz-bbw', 1, '-msan-clang-debian-11', "quay.io/mariadb-foundation/bb-w
addWorker('hz-bbw', 4, '-msan-clang-debian-11', "quay.io/mariadb-foundation/bb-worker:debian11-msan", jobs=20, save_packages=False)
addWorker('hz-bbw', 5, '-msan-clang-debian-11', "quay.io/mariadb-foundation/bb-worker:debian11-msan", jobs=30, save_packages=False)

addWorker('hz-bbw', 2, '-debian-12', "quay.io/mariadb-foundation/bb-worker:debian12", jobs=20, save_packages=False)
addWorker('hz-bbw', 5, '-debian-12', "quay.io/mariadb-foundation/bb-worker:debian12", jobs=20, save_packages=False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't these have a -asan-ubsan suffix on the worker image name?

On worker name might be good for searchability too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from a manual run that seemed to work, there are no additional packages needed, so we can use the base debian12 image for the asan and ubsan

@@ -672,6 +702,16 @@ c['builders'].append(
locks=getLocks,
factory=f_without_server))

c['builders'].append(
util.BuilderConfig(name="amd64-debian-12-asan-ubsan",
workernames=workers["x64-bbw-docker-debian-12"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would need to change if worker does.

@vladbogo
Copy link
Collaborator Author

It uses the base Debian 12 image since there doesn't seem to be anything missing from it

@vladbogo vladbogo merged commit 3d30176 into MariaDB:main Sep 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants