Add: license file test to ci - #39
Merged
Merged
Conversation
pascalholthaus
force-pushed
the
pholthaus/ci
branch
3 times, most recently
from
September 22, 2026 10:25
323fcb7 to
aedd2ce
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
from
September 22, 2026 10:31
aedd2ce to
3aae137
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
3 times, most recently
from
September 22, 2026 11:27
b172fcd to
028326d
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
from
September 22, 2026 11:28
028326d to
a859e65
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
from
September 22, 2026 11:57
5a6301f to
a4993f6
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
from
September 22, 2026 12:48
752e3b8 to
ab680be
Compare
pascalholthaus
force-pushed
the
pholthaus/ci
branch
from
September 22, 2026 12:54
ab680be to
92ca7d7
Compare
pascalholthaus
marked this pull request as ready for review
September 22, 2026 13:13
pascalholthaus
enabled auto-merge (squash)
September 22, 2026 13:13
henning
approved these changes
Sep 22, 2026
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Address the self-hosted runner security risk, license-file permissions, and persistent-container cleanup.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
This pull request adds OEC/OSI license-file regression coverage and runs distribution-specific tests in containers across AMD64/ARM64 self-hosted runners.
Changes:
- Adds OEC and OSI license-file tests.
- Adds containerized CI setup and dependency installation.
- Expands the CI matrix across Ubuntu, Debian, Fedora, and Arch.
- Cleans generated deployment state.
| File | Summary |
|---|---|
regress/share.sh |
Cleans generated product state. |
regress/osi.sh |
Adds OSI license-file regression coverage. |
regress/ec.sh |
Adds OEC license-file regression coverage. |
regress/ci/run.sh |
Builds and runs regressions inside CI containers. |
.github/workflows/ci.yml |
Defines the distribution and architecture CI matrix. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Change: Run CI regression tests inside distribution-specific containers.
Change: Use self-hosted AMD64 and ARM64 runners for container-based CI.
Add: OEC license-file regression test.
Add: OSI license-file regression test.
Why
We now have tests for Ubuntu, Debian, Fedora, and Arch Linux.
References
CPB-957
Checklist