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

Store logs from failed CI as artifacts #508

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

youngjoon-lee
Copy link
Contributor

@youngjoon-lee youngjoon-lee commented Nov 6, 2023

Closes #507

If CI fails, integration test artifacts (logs, etc...) are uploaded to Github Actions.

The uploaded artifacts can be found at the bottom of the Summary page of each action.
image

Currently, we upload artifacts without compressing them (since it's simpler and doesn't cost), but they're automatically compressed as a zip when you download them.

@youngjoon-lee youngjoon-lee self-assigned this Nov 6, 2023
@youngjoon-lee youngjoon-lee linked an issue Nov 6, 2023 that may be closed by this pull request
@youngjoon-lee youngjoon-lee force-pushed the gh-artifacts branch 2 times, most recently from b24a856 to 6c82cf1 Compare November 6, 2023 04:54
@youngjoon-lee youngjoon-lee changed the title WIP: Store logs from failed CI as artifacts Store logs from failed CI as artifacts Nov 6, 2023
@youngjoon-lee youngjoon-lee marked this pull request as ready for review November 6, 2023 04:59
tests/src/nodes/nomos.rs Outdated Show resolved Hide resolved
@youngjoon-lee youngjoon-lee merged commit a58d3fb into master Nov 7, 2023
7 checks passed
@youngjoon-lee youngjoon-lee deleted the gh-artifacts branch November 7, 2023 00:38
al8n pushed a commit that referenced this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store logs from failed CI as artifacts
3 participants