Skip to content

ITF integration#75

Open
MaciejKaszynski wants to merge 11 commits intoeclipse-score:mainfrom
etas-contrib:feature/itf-integration
Open

ITF integration#75
MaciejKaszynski wants to merge 11 commits intoeclipse-score:mainfrom
etas-contrib:feature/itf-integration

Conversation

@MaciejKaszynski
Copy link
Contributor

@MaciejKaszynski MaciejKaszynski commented Feb 13, 2026

This adds a framework to run component tests on a QEMU target using ITF

  • Makes native test explicit to invoke by using --config=host .
  • Currently copied and pasted the QEMU image definition from reference integration however this should be moved using os_images if that becomes the standard.

Note: This PR creates interfaces that looks like what the new ITF will be with changes from eclipse-score/itf#46 So it should be easy to replace when ITFs refactor is stable.

WilliamRoebuck and others added 2 commits February 10, 2026 14:50
- Local execution
- Launching LM daemon with a config
- GTEST processes launched by LM with test results parsed
- Test timeout
- Scaffolding for platform independent python scripts
- Running LM without root
- setgroups() is not attempted if there are no supplementary group ids
- Minor cleanup in ProcessGroupManager::initialize()
@github-actions
Copy link

github-actions bot commented Feb 13, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //: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: 8d6531e8-4321-451c-8405-85eea3b51af9
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'score_rust_policies', the root module requires module version score_rust_policies@0.0.3, but got score_rust_policies@0.0.5 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
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: 
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 (29 packages loaded, 10 targets configured)

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

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

Analyzing: target //:license-check (139 packages loaded, 365 targets configured)

Analyzing: target //:license-check (153 packages loaded, 3489 targets configured)

Analyzing: target //:license-check (154 packages loaded, 7545 targets configured)

Analyzing: target //:license-check (160 packages loaded, 7874 targets configured)

Analyzing: target //:license-check (165 packages loaded, 7923 targets configured)

Analyzing: target //:license-check (165 packages loaded, 7923 targets configured)

INFO: Analyzed target //:license-check (170 packages loaded, 10061 targets configured).
[6 / 13] checking cached actions
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
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: 33.579s, Critical Path: 2.56s
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

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

@MaciejKaszynski MaciejKaszynski marked this pull request as draft February 25, 2026 11:22
Fixing gitignore

Fixing formatting

Addressing review comments

Fixing missing assert
@MaciejKaszynski MaciejKaszynski marked this pull request as ready for review February 25, 2026 13:10
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.

2 participants