Skip to content

Align public bazel target names#197

Open
VukPavicRTRK wants to merge 2 commits into
eclipse-score:mainfrom
VukPavicRTRK:issue-148-align-bazel-targets
Open

Align public bazel target names#197
VukPavicRTRK wants to merge 2 commits into
eclipse-score:mainfrom
VukPavicRTRK:issue-148-align-bazel-targets

Conversation

@VukPavicRTRK
Copy link
Copy Markdown
Contributor

Summary

Align public Bazel target names with the baselibs conventions.

Changes

  • Added new public alias targets:

    • health_monitoring_cc
    • health_monitoring_rust
    • lifecycle_cc
    • lifecycle_rust
    • alive_cc
    • alive_rust
    • control_cc
    • control_rust
    • launch_manager
  • Kept old targets for backward compatibility

  • Marked old targets as deprecated using Bazel deprecation

Closes #148

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

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.4.2) and connecting to it...
INFO: Invocation ID: 217edd31-b9a3-4844-a651-ab0e1fd3160d
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

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

Analyzing: target //:license-check (145 packages loaded, 6326 targets configured)

Analyzing: target //:license-check (157 packages loaded, 8092 targets configured)

Analyzing: target //:license-check (157 packages loaded, 8094 targets configured)

Analyzing: target //:license-check (158 packages loaded, 8211 targets configured)

Analyzing: target //:license-check (161 packages loaded, 8668 targets configured)

INFO: Analyzed target //:license-check (162 packages loaded, 10232 targets configured).
[11 / 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 ... (2 actions running)
[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: 20.761s, Critical Path: 2.55s
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>]

@github-actions
Copy link
Copy Markdown

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

@VukPavicRTRK VukPavicRTRK marked this pull request as ready for review May 13, 2026 13:12
Comment thread src/control_client_lib/BUILD
Copy link
Copy Markdown
Contributor

@MaciejKaszynski MaciejKaszynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align names of public bazel targets

2 participants