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

Upload *.timing files on failure #2012

Merged
merged 6 commits into from
Feb 5, 2025

Conversation

JasonGross
Copy link
Collaborator

This may help with debugging #2009 (comment)

@JasonGross JasonGross enabled auto-merge (squash) February 5, 2025 04:37
Comment on lines 74 to 76
- run: Get-ChildItem -Recurse -Filter *.timing | %{ $_.FullName } | & { tar -czvf timing-files.tgz -InputObject $_ }
shell: pwsh
# if: failure()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left if: failure() commented out because I'm not sure whether or not the PowerShell syntax is right (it was written by copilot), and I want CI to test it

@JasonGross
Copy link
Collaborator Author

docker failure is due to coq-community/docker-coq-action#99

@JasonGross JasonGross disabled auto-merge February 5, 2025 23:37
@JasonGross JasonGross merged commit 6f9b5df into mit-plv:master Feb 5, 2025
15 of 16 checks passed
@JasonGross JasonGross deleted the upload-timing-files branch February 5, 2025 23:37
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.

1 participant