chore(docker): remove Docker, add Pixi CI and tests - #39
Merged
charlesmadjeri merged 1 commit intoAug 31, 2026
Merged
Conversation
Mael-RABOT
previously approved these changes
Aug 31, 2026
Cadavre-chan
previously approved these changes
Aug 31, 2026
Remove Docker-based workflow in favor of native Pixi environment. Add comprehensive CI and unit tests for the new workflow. - Remove docker/Dockerfile.jazzy, ensure_image.sh, gpu_detect.sh, gui_desktop.sh - Update .github/workflows/install-and-launch.yml for Pixi CI - Add pytest.ini and tests/conftest.py - Add tests/test_install_optional_repos.py - Add tests/test_launcher_pixi.py - Add tests/test_repos_config.py - Add scripts/ci_colcon_test.sh and ci_tmux_launcher_smoke.sh
charlesmadjeri
dismissed stale reviews from Cadavre-chan and Mael-RABOT
August 31, 2026 16:01
The merge-base changed after approval.
charlesmadjeri
force-pushed
the
cma/refactor-launcher-pixi
branch
from
August 31, 2026 16:01
3e2dac7 to
9c7453f
Compare
charlesmadjeri
force-pushed
the
cma/chore-docker-removal-ci-tests
branch
from
August 31, 2026 16:01
bda8f15 to
7210ce3
Compare
Arcod7
approved these changes
Aug 31, 2026
Mael-RABOT
approved these changes
Aug 31, 2026
Base automatically changed from
cma/refactor-launcher-pixi
to
cma/feat-pixi-foundation
August 31, 2026 16:46
charlesmadjeri
merged commit Aug 31, 2026
e425b07
into
cma/feat-pixi-foundation
1 of 6 checks passed
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.
OP#174
Summary
Remove Docker-based workflow in favor of native Pixi environment. Add comprehensive CI and unit tests.
Changes
Removed:
docker/Dockerfile.jazzydocker/ensure_image.shdocker/gpu_detect.shdocker/gui_desktop.shAdded/Updated:
.github/workflows/install-and-launch.yml: Pixi-based CIpytest.iniandtests/conftest.pytests/test_install_optional_repos.pytests/test_launcher_pixi.pytests/test_repos_config.pyscripts/ci_colcon_test.shscripts/ci_tmux_launcher_smoke.shStack
This is PR 3/4 in the Pixi migration stack: