Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
7a0cecb to
c4d3752
Compare
d0412f3 to
9119f48
Compare
f81c2a3 to
da52737
Compare
.github/workflows/test_and_docs.yml
Outdated
| pull-requests: read | ||
| with: | ||
| bazel-target: 'test //src/... //tests/... --config=x86_64-linux' | ||
| bazel-target: 'test //src/... //tests/... --config=host' # use host for now until linux qemu is available |
There was a problem hiding this comment.
would not mix test what shall be imho UT with integration tests. Also for linux, itf can simply use Docker as in reference integration.
|
I would ask @ltekieli and @PiotrKorkus to have a look. Nevethless I think we shall push forward os_images to here only use an image from there and setup startup script/small build addons, and not need to copy-paste boilerplate scripts. |
I agree. For now I would either put those tests in |
Yep the end goal is to use the os_images in the end, this is why I made the test target easily changeable by just changing the target in https://github.com/eclipse-score/lifecycle/pull/75/changes#diff-c7986b2ae7b8b3c16507ee583c9a8cfaeff6e886bfb138be0a654b22d721191dR26 but this will be used until the os images has the qnx. (there is a PR going on right nowhttps://github.com/eclipse-score/os_images/pull/5 however there are issues with the qnx SDP and we need some action from qnx team https://sdvworkinggroup.slack.com/archives/C0AEB5M5FUN/p1772461625738719) |
|
@MaciejKaszynski @PiotrKorkus Are os_images already usable now? In case os_images are usable (maybe even only for one OS) I agree we switch to that. Otherwise I would propose we go ahead with the PR and remove the qemu files as soon as os_images is ready. |
|
Lifecycle Meeting 25.03.2026: |
Reusing other branch code working on local target Some stuff All working Some cleanup
a3361b6 to
b5106f1
Compare
b5106f1 to
bb8b16f
Compare
Qnx removed, docker is working now |
This adds a framework to run component tests on a QEMU target using ITF
--config=host.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.