Skip to content
Success

#1957 (Jul 29, 2026, 10:26:00 AM)

Started 12 hr ago
Took 5 min 26 sec on build4-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 13 ms waiting;
  • 5 min 26 sec build duration;
  • 5 min 26 sec total from scheduled to completion.
Revision: c7863f1a5a3efa420abb46faf73b25da991abf8d
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    ruff: ignore new failing default rules

    With the new ruff 0.16 version, a lot of new default rules have been
    added. Ignore the ones that are failing for now to make the linter pass
    again.

    Related: https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set
    Change-Id: If95dc72c1826b4b96961453b2c2ed1d2c81ba149
    Oliver Smith at
    testenv: fix B006

    Fix "B006 Do not use mutable data structures for argument defaults". I
    ran into bugs caused by this a couple of times actually, it is good to
    check for that.

    Related: https://docs.astral.sh/ruff/rules/mutable-argument-default/
    Change-Id: Id860c1cba20c0218aa1d1bb17378a0f5a521cfe0
    Oliver Smith at