Skip to content
Success

#1157 (Nov 25, 2023, 2:43:17 AM)

Started 2 yr 2 mo ago
Took 1 min 14 sec on build3-deb11build-ansible

Started by upstream project registry-rebuild-upload-titan build number 1708
originally caused by:

This run spent:

  • 8.3 sec waiting;
  • 1 min 14 sec build duration;
  • 1 min 23 sec total from scheduled to completion.
Revision: 15caf486bbb89c0cb362d58d24c1c16fa2229f88
Repository: https://gerrit.osmocom.org/docker-playground
  • refs/remotes/origin/master
open5gs configs: remove comments

A lot of these comments got outdated with recent config changes
in the related PR. Instead of syncing the comments again and having a
big diff, remove the comments once and then only have diffs of
actual config changes in future patches. This will make it easier to
maintain these configs.

Related: https://github.com/open5gs/open5gs/pull/2739
Change-Id: I67c2a198b9682e15e23a466380e62a976e6236cd
Oliver Smith at
open5gs configs: duplicate cfgs for latest/master

The config format just changed significantly in main/master. Duplicate
the configs, so we can run latest with the old versions.

Related: OS#6267
Change-Id: I2446695172b92ccf75305f878cb932a82e44fdd2
Oliver Smith at
open5gs configs: update to current format

Adjust open5gs configs to the new formats from:
https://github.com/open5gs/open5gs/pull/2739

This fixes all open5gs programs from crashing on startup with various
errors such as:
  11/21 07:39:25.971: [core] FATAL: epoll_init: Assertion `context->epfd >= 0' failed. (../lib/core/ogs-epoll.c:77)

Related: OS#6267
Change-Id: Idf2706f3904eb06e94cee0728faa17e72a6cf1f6
Oliver Smith at