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

appended the run attempt no. to prevent overwriting logs #1006

Closed
wants to merge 1 commit into from
Closed

appended the run attempt no. to prevent overwriting logs #1006

wants to merge 1 commit into from

Conversation

yash-zededa
Copy link
Contributor

@yash-zededa yash-zededa commented Jul 28, 2024

Appended the ${{ github.run_attempt }} to prevent overwriting logs for the collect logs job.

Github passes the context from the caller WF.

Example:

2024-07-28T16:50:08.6085193Z �[36;1m  "retention_days": "90",�[0m
2024-07-28T16:50:08.6085751Z �[36;1m  "run_attempt": "2",�[0m

@milan-zededa
Copy link
Contributor

Unfortunately it does not work as expected. Github exposes artifacts only from the last run, even if they are named differently than those from previous runs :(

@milan-zededa
Copy link
Contributor

@uncleDecart
Copy link
Member

Apparently, there is no progress in fixing this issue on GHA side😞 I'm closing it

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.

4 participants