osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/43311?usp=email )
Change subject: Revert "jobs: run ttcn3-remsim-test-asan with bookworm" ......................................................................
Revert "jobs: run ttcn3-remsim-test-asan with bookworm"
I just verified that it works with trixie now. This reverts commit ffef33c677f7bf9c76a99a6dfa7ab7eb29a49c23.
Closes: OS#6845 Change-Id: I399a0247fa8e76e98618da449fc0d9e584dc846b --- M jobs/ttcn3-testsuites-testenv.yml 1 file changed, 4 insertions(+), 5 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml index 944a92c..c75f7b8 100644 --- a/jobs/ttcn3-testsuites-testenv.yml +++ b/jobs/ttcn3-testsuites-testenv.yml @@ -568,8 +568,7 @@
- ttcn3-remsim-test-asan: # ~6 min testsuite: remsim - # "-d debian:bookworm": OS#6845 - args: -b osmocom:nightly:asan -c all -d debian:bookworm + args: -b osmocom:nightly:asan -c all timer: H 17 * * *
- ttcn3-sccp-test-asan: # ~2 min @@ -637,11 +636,11 @@ which-build: last-successful stable: true - shell: |- + DISTRO="debian:trixie" + IMAGE="registry.osmocom.org/osmocom-build/"$(echo "$DISTRO" | tr : -)"-osmo-ttcn3-testenv" KERNEL="{kernel}"
- for debver in trixie bookworm; do - podman pull registry.osmocom.org/osmocom-build/debian-"$debver"-osmo-ttcn3-testenv - done + podman pull "$IMAGE"
# Clean up leftover apt partial directories, which the host system # user can't remove directly