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

Expensive weekly AMIP pipeline runs even when nothing has changed #917

Open
Sbozzolo opened this issue Aug 6, 2024 · 1 comment
Open
Labels
enhancement New feature or request 💰 Grab Bag

Comments

@Sbozzolo
Copy link
Member

Sbozzolo commented Aug 6, 2024

The AMIP pipeline uses 1 GPU for 3 full days. The pipeline uses released version of packages, so, if no new versions are released, the same pipeline is run twice.

We can easily avoid this by adding a check before we run the pipeline: if the git hash is the same of the previous run, we skip the pipeline.

@Sbozzolo Sbozzolo added the enhancement New feature or request label Aug 21, 2024
@Sbozzolo
Copy link
Member Author

As a first step, I added an option to prevent the pipeline from running if no commits were added in the past week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 💰 Grab Bag
Projects
None yet
Development

No branches or pull requests

2 participants