Skip to content

Launch Manager loads the new configuration file#248

Open
paulquiring wants to merge 7 commits into
eclipse-score:mainfrom
etas-contrib:feature/lm-use-new-configuration
Open

Launch Manager loads the new configuration file#248
paulquiring wants to merge 7 commits into
eclipse-score:mainfrom
etas-contrib:feature/lm-use-new-configuration

Conversation

@paulquiring

@paulquiring paulquiring commented Jun 15, 2026

Copy link
Copy Markdown
Contributor
  • Map user-facing json config to the new flatbuffer config
  • Load new launch manager config
  • Introduce adapters to make the rest of the code work with the new configuration content
  • Changes are avaible using --//config:use_new_configuration=True

Closes: #209

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 4009d510-c0e1-4a16-92bf-2f685bfb09ea
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (42 packages loaded, 10 targets configured)

Analyzing: target //:license-check (133 packages loaded, 578 targets configured)

Analyzing: target //:license-check (152 packages loaded, 5481 targets configured)

Analyzing: target //:license-check (163 packages loaded, 6542 targets configured)

Analyzing: target //:license-check (163 packages loaded, 8263 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8271 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10159 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10159 targets configured)

INFO: Analyzed target //:license-check (169 packages loaded, 10409 targets configured).
[8 / 16] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/score_tooling+/dash/tool/formatters/dash_format_converter.runfiles [for tool]; 0s local
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
[15 / 16] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 22.744s, Critical Path: 2.04s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

Comment thread scripts/config_mapping/lifecycle_config.py
@paulquiring paulquiring marked this pull request as ready for review June 16, 2026 08:02
Comment thread score/launch_manager/daemon/src/alive_monitor/details/daemon/PhmDaemon.hpp Outdated
Comment thread score/launch_manager/daemon/src/configuration/configuration_adapter.cpp Outdated
Comment thread score/launch_manager/daemon/src/configuration/configuration_adapter.hpp Outdated
Comment thread score/launch_manager/daemon/src/main.cpp Outdated
@S-MOHAMD

Copy link
Copy Markdown
Contributor

Please lnk corresponding issue/bug.
see: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue

@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from f13cffe to eb807a1 Compare June 18, 2026 08:28
@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@NicolasFussberger NicolasFussberger moved this from Backlog to In Progress in LCM - Lifecycle & Health FT Jun 18, 2026
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from cd95b35 to c2e120c Compare June 18, 2026 11:42
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from 6168bb6 to 0cfa3e8 Compare July 10, 2026 07:26
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from 8219d57 to e7f13dc Compare July 10, 2026 11:54
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from e7f13dc to d8e7d9c Compare July 10, 2026 11:55
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from d8e7d9c to 3033564 Compare July 10, 2026 11:59
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from 3033564 to 70c5a23 Compare July 10, 2026 12:01
paulquiring and others added 4 commits July 10, 2026 14:03
On aarch64, the fd 3 might already be taken up which can result in
LaunchManager startup failure
* Add 0.3.0 release notes

* Add 0.3.0 release notes

* Fix release workflow

* Fix review comments

* Fix review comments

* Update release notes doc id

* Update release notes

* Fix release notes doc structure

* Update relrease notes overview

* Add ref to baselibs logging bugfix

* Set unique id for every release note file

---------

Co-authored-by: Nicolas Fußberger <fun1rlz@bosch.com>
Co-authored-by: Nicolas Fußberger <145956508+NicolasFussberger@users.noreply.github.com>
@paulquiring paulquiring force-pushed the feature/lm-use-new-configuration branch from 54ca7b5 to f8e4d73 Compare July 10, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Migrate Launch Manager from the reading the old configuration file format to the new format

4 participants