Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(framework): add support to manage system build artifacts #17

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

Diogo21Costa
Copy link
Member

PR Summary

This pull request introduces two key features aimed at enhancing the management of the output of our nix-build system.

  1. Artifact Results Management: The first feature streamlines the organization of artifact results, consolidating all build output into a dedicated directory named output. This structured approach simplifies access and management of these artifacts.

  2. Output Cleaning Capability: This PR adds functionality to the framework, enabling the cleaning of generated outputs. By utilizing the command python test_framework -clean, the framework can perform a cleanup operation specifically targeting the 'output' folder. This cleanup flag ensures efficient and controlled management of generated output files and directories.

Please provide feedback on these changes.

@ESCristiano ESCristiano self-requested a review January 29, 2024 15:59
@ESCristiano ESCristiano merged commit 6596036 into main Jan 29, 2024
5 checks passed
@ESCristiano ESCristiano deleted the feat/build-artifacts-management branch January 29, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants