Attention is currently required from: daniel.
2 comments:
Patchset:
See https://projects.osmocom.org/issues/6486 […]
we can't really categorize it like that, because these require different binary builds:
Using uring or not is changed by setting an environment variable.
So the asan builds are currently only done for nightly, hence this patch does the right thing. If we also wanted to do asan-latest at one point, then we would need a separate binary repository for that and would need to adjust that function.
(in general the architecture of docker-playground.git has grown historically and could use some improvements IMHO, but this is out of scope here)
File jenkins-common.sh:
Patch Set #1, Line 548: image_suffix_is_master() {
How about renaming the function (here and in the once place it is currently used, in ttcn3-stp-test/jenkins.sh):
```
osmo_repo_is_nightly
```
...to make this more intuitive? The -asan images use the osmocom:nightly:asan repository, and the -master images install libraries from osmocom:nightly (in addition to building programs from git from source).
This would also make it more similar to the function we use in osmo-ttcn3-hacks.git:
```
if (f_osmo_repo_is("nightly")) {
```
To view, visit change 37192. To unsubscribe, or for help writing mail filters, visit settings.