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

[CI] Store Nightly Artifacts #11583

Closed
wants to merge 3 commits into from
Closed

[CI] Store Nightly Artifacts #11583

wants to merge 3 commits into from

Conversation

roigcarlo
Copy link
Member

📝 Description
This will store nightly artifacts for ubuntu and windows. The retention time is set to 1 day, so only the last one will be available.

@mcgicjn2

🆕 Changelog

  • Added action to upload artifacts for nightly builds

@roigcarlo roigcarlo requested a review from a team as a code owner September 21, 2023 08:11
@philbucher
Copy link
Member

what is the intended usage?

@philbucher philbucher added the Continuous Integration related to Travis, Appveyor, ... label Sep 21, 2023
@roigcarlo
Copy link
Member Author

roigcarlo commented Sep 22, 2023

@KratosMultiphysics/geomechanics wanted to take a look at the artifacts generated by the nightly pipeline. I am trying to fit them inside the 500mb that we have available.

This should upload the result into the artifacts cache, so we can download them afterwards. The problem is that I need to fit everything in that limited space so it needs to have some kind of control on what do we upload (would be easier if I can just push all the compilation matrix)

Seems that nowadays all problems are related to disk quotas :/

@mcgicjn2
Copy link
Contributor

@roigcarlo From our perspective it is ok to close this PR and issue, we have made alternative arrangements to build our own nightly

@roigcarlo roigcarlo closed this Oct 18, 2023
@roigcarlo roigcarlo deleted the ci/nightly-artifacts branch October 18, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Continuous Integration related to Travis, Appveyor, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants