feat(dgw): add Linux installation QA test workflow#1711
Closed
feat(dgw): add Linux installation QA test workflow#1711
Conversation
Add a reusable workflow (.github/workflows/linux-install-test.yml) that smoke-tests .deb and .rpm packages in Docker containers on GitHub-hosted runners. Catches packaging regressions: missing files, broken installs, service registration issues, and configuration failures. - DEB lane: Ubuntu 22.04 (libc6 >= 2.31 rules out 18.04) - RPM lane: Rocky Linux 9 (RHEL 9-compatible) - Triggers: workflow_call, workflow_dispatch, weekly schedule - Consumes merged devolutions-gateway artifact from ci.yml - Mandatory smoke tests + best-effort systemd service tests Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add installation QA tests for Devolutions Gateway packages
feat(dgw): add Linux installation QA test workflow
Mar 16, 2026
Copilot stopped work on behalf of
Benoît Cortier (CBenoit) due to an error
March 17, 2026 00:18
Member
|
Superseded by #1715 |
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.
Adds a reusable workflow that smoke-tests
.deband.rpmpackages from CI in Docker containers on GitHub-hosted runners, catching packaging regressions before release.Workflow (
.github/workflows/linux-install-test.yml)workflow_call,workflow_dispatch(optionalrun-id), weeklyscheduledevolutions-gatewayartifact fromci.ymlviagh run downloadfail-fast: falsecontents: read,actions: readTest scripts (
.github/scripts/{deb,rpm}-install-test.sh)Mandatory checks (must pass):
/usr/bin/devolutions-gatewayexists, is executable, responds to--help/usr/lib/devolutions-gateway/libxmf.so,/usr/share/devolutions-gateway/webapp/,/etc/devolutions-gateway/all present--config-init-onlygeneratesgateway.jsondh_installsystemd; RPM creates it viaservice register)Best-effort (informational only):
Key tradeoffs
libc6 >= 2.31; 18.04 ships glibc 2.27service registermay require running systemd📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.