ROF test with packtly backend#9
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Robot Framework integration suite that runs packtly-builder against a live Packtly (Aptly) backend started via podman-compose, including supporting keywords to provision the backend’s data volume, secrets, and repository publishing.
Changes:
- Introduce a new Robot suite (
debhello_aptly.robot) to build and upload thedebhello-quiltpackage using a Packtly backend. - Add a dedicated
podman-compose.ymlto start the Packtly infra service with external volume/secrets and a named network. - Extend
aptly.resourcewith keywords for Podman volume/secret management and Packtly repo bootstrap viapodman-compose exec.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| test/robot/suites/podman-compose.yml | New compose definition for running Packtly infra needed by the new Robot suite. |
| test/robot/suites/debhello_aptly.robot | New Robot suite that provisions Packtly infra and runs an upload-enabled build. |
| test/robot/keywords/aptly.resource | New/extended keywords to create volumes, manage secrets, and configure Packtly via podman-compose. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
☂️ Code Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Robot Results
Passed Tests
|
embtom
force-pushed
the
feature/packtly_backend
branch
from
July 20, 2026 18:11
487e018 to
cec077f
Compare
…s_already_deployed function
embtom
force-pushed
the
feature/packtly_backend
branch
from
July 22, 2026 04:53
cec077f to
f7cb5ae
Compare
embtom
marked this pull request as ready for review
July 22, 2026 04:54
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.
No description provided.