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

[Bug]: Switch from artifacts to cache for test:conda-build job's generated objects to be used across pipelines #26

Closed
Syakyr opened this issue Mar 15, 2024 · 0 comments · Fixed by #34
Assignees
Labels
bug Something isn't working ready Ready to be merged and closed
Milestone

Comments

@Syakyr
Copy link
Collaborator

Syakyr commented Mar 15, 2024

Problem Domain

  • Gitlab

OS/Platform(s) Used

  • None

Problem Brief

Currently the test:conda-build section only saves the conda environment as artifacts, which only saves within the same pipeline. But the environment doesn't need to change unless the conda yaml file changes as well. Thus, we will test whether using cache instead of artifacts would be better suited to store the environment so that we don't have to rebuild the environment every pipeline.

Steps to Reproduce

CI/CD pipeline being triggered upon push of modified files

Expected Result

No need test-conda to run if conda yml file is unmodified.

Actual Result

test-conda has to run otherwise pylint-pytest job will fail.

@Syakyr Syakyr added bug Something isn't working triage To be looked at by one of the maintainers to see where this issue lies labels Mar 15, 2024
@Syakyr Syakyr added this to the 0.3.1 release milestone Mar 15, 2024
@Syakyr Syakyr self-assigned this Mar 15, 2024
@Syakyr Syakyr added in progress Currently being worked on by a developer and removed triage To be looked at by one of the maintainers to see where this issue lies labels Mar 22, 2024
@Syakyr Syakyr added ready Ready to be merged and closed and removed in progress Currently being worked on by a developer labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready Ready to be merged and closed
Projects
None yet
1 participant