Skip to content

Exposing the //config:test_image to overload different images to test on - #525

Draft
MaciejKaszynski wants to merge 2 commits into
eclipse-score:mainfrom
etas-contrib:expose-image-label
Draft

Exposing the //config:test_image to overload different images to test on#525
MaciejKaszynski wants to merge 2 commits into
eclipse-score:mainfrom
etas-contrib:expose-image-label

Conversation

@MaciejKaszynski

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

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: c52138e0-f871-4845-a8ae-119c14d3da80
Computing main repo mapping: 
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: 
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 (54 packages loaded, 10 targets configured)

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

Analyzing: target //:license-check (148 packages loaded, 2913 targets configured)

Analyzing: target //:license-check (156 packages loaded, 5783 targets configured)

Analyzing: target //:license-check (168 packages loaded, 9405 targets configured)

Analyzing: target //:license-check (168 packages loaded, 9417 targets configured)

Analyzing: target //:license-check (170 packages loaded, 9541 targets configured)

INFO: Analyzed target //:license-check (173 packages loaded, 11555 targets configured).
[15 / 16] Generating Dash formatted dependency file ...; 0s disk-cache
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.523s, Critical Path: 0.34s
INFO: 16 processes: 4 disk cache hit, 12 internal.
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 config/BUILD Outdated
"--test_runner",
action="store",
default=None,
help="Program to run the test with e.g. valgrind.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
help="Program to run the test with e.g. valgrind.",
help="Wrapper program to run the test inside, for example a debugger. The wrapper program will be called with the test binary as its first argument, followed by any number of test arguments. It must execute the test binary with the provided arguments and exit when complete.",

MaciejKaszynski and others added 2 commits August 26, 2026 11:37
Co-authored-by: Daniel Thwaites <danth@danth.me>
Signed-off-by: Maciej Kaszynski <161459353+MaciejKaszynski@users.noreply.github.com>
"--test_runner",
action="store",
default=None,
help="Program to run the test with e.g. valgrind.",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Would be great if there is an example in one of the readme files how this is used, e.g. for valigrind

@MaciejKaszynski
MaciejKaszynski marked this pull request as draft August 31, 2026 12:32
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.

3 participants