Skip to content
In progress

#2853 (Jul 22, 2026, 1:11:00 PM)

Progress:
Started 25 min ago
Build has been executing for 25 min on build4-deb12build-ansible

Started by timer

This run spent 2 ms waiting in the queue.

Revision: ae291ec8ac12505c60ad11efa24c9d410c828e60
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
testenv: Dockerfile: rebar3 version via apt-cache

When building for Debian Unstable, we need a higher rebar3 version so it
is compatible with the Erlang OTP version in the distribution. Get the
version of rebar3 from the distribution via apt-cache and download it
instead of hardcoding a version number.

Related: OS#7025#note-10
Change-Id: Ie3c8812c41648dd5ca655114dec00ae7d48eaba8
Oliver Smith at
testenv: support Debian Unstable

Related: SYS#7025#note-10
Change-Id: Ib8f04ee1e8b33f6e724ea2a74b1a96f26746e878
Oliver Smith at
testenv: init: check distro argument early

Check the --distro argument and print a proper error, instead of failing
later on with a stack trace if it is unsupported.

Change-Id: I9d51c2b236f10f4c10e991873df47b4f3297e6e1
Oliver Smith at