Skip to content
Success

#1872 (Jun 5, 2026, 10:33:00 AM)

Started 9 hr 58 min ago
Took 1 min 4 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 8 ms waiting;
  • 1 min 4 sec build duration;
  • 1 min 4 sec total from scheduled to completion.
Revision: 424178a7bb6033ac9e8b339803ed67816d2653ea
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    testenv: introduce testsrcdir.cfg

    Source directories can have more than one testenv.cfg file. Some options
    have been added to testenv.cfg that are not really specific to a single
    testsuite or how it gets executed, but to the whole source directory.

    This is not ideal, because we need to have additional code that ensures
    these options have the same value across all testenv.cfg files in the
    same source directory, and we need functions that just pick the value
    from the first of these configs. When we change such a value, we also
    need to potentially make the change in multiple files.

    Resolve this by introducing a new config file testsrcdir.cfg, that can
    be optionally present in the source directory, and has options that
    count for all testsuites in the same source directory.

    Move max_jobs_per_gb_ram= as first option to the new file. The following
    patches will move all other source directory specific options to
    testsrcdir.cfg.

    I have also considered naming the new file testdir.cfg, but the name
    "testdir" is already used in the source code for the place where we
    execute the individual testsuites after copying configs into that
    directory.

    Change-Id: I8eceea7b874ce1352e2cc9780b77d2a8e694cd28
    Oliver Smith at
    testenv: move titan_min to testsrcdir.cfg

    Adjust the code so it gets titan_min= from testsrcdir.cfg, instead of
    having it in testenv.cfg and enforcing that the value is the same across
    all files in the same source directory.

    While at it, set the default to 11.1.0 (the value that is currently in
    all testenv.cfg files), so we don't need to repeat it in all source
    directories.

    Change-Id: Ife12e3b3294ce16ebedee1b7998d3b89856f0328
    Oliver Smith at