-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
There was a problem hiding this 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) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
master-docker-nonstandard/master.cfg
Outdated
@@ -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"], |
There was a problem hiding this comment.
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.
It uses the base Debian 12 image since there doesn't seem to be anything missing from it |
0377c33
to
d799735
Compare
No description provided.