Replace non-existent Palace Docker image with Apptainer-based CI setup#643
Merged
nikosavola merged 17 commits intomainfrom Sep 18, 2025
Merged
Replace non-existent Palace Docker image with Apptainer-based CI setup#643nikosavola merged 17 commits intomainfrom
nikosavola merged 17 commits intomainfrom
Conversation
Contributor
Author
|
@nikosavola 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…pping Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
…ndencies Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
…search Co-authored-by: nikosavola <7860886+nikosavola@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Palace docker image does not exist
Replace non-existent Palace Docker image with Apptainer-based CI setup
Sep 16, 2025
nikosavola
requested changes
Sep 16, 2025
Member
|
Palace is now running but something is off in the tests or the post-processing. I'll look at this later. |
nikosavola
approved these changes
Sep 18, 2025
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.
The Palace CI was failing because it relied on a non-existent Docker image
benvial/palace:dev. This PR replaces the Docker-based approach with an Apptainer-based setup as recommended in the Palace documentation.Changes Made
CI Workflow Updates
test_palacejob with Apptainer setupeWaterCycle/setup-apptainer@v2action to install Apptainer on ubuntu-latestpalacecommand that runs via ApptainerTest Robustness Improvements
is_palace_available()function that checks both environment variables and PATHpytestmarkto skip entire test module when Palace is not availableError Handling
Testing
The implementation has been tested locally to ensure:
The new approach follows the exact recommendation from the issue to use Apptainer with the official Palace Singularity definition from AWS Labs, providing a more reliable and maintainable CI setup.
Fixes #642.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
astral.shcurl -LsSf REDACTED(dns block)cloud.sylabs.iocurl -I REDACTED(dns block)curl -s REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.