-
Notifications
You must be signed in to change notification settings - Fork 326
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 native-image argfiles #9094
Conversation
Blocked by #8953 |
6dd43fe
to
bd24e29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have seen a transient error in one of these tests in https://github.com/enso-org/enso/actions/runs/8008485751/job/21875023502?pr=9094#step:8:1214. I am adding more tests here to be sure that the transient either stops reoccurring, or we will have to deal with it by providing some flaky spec to JUnit. The problem is that I was not yet able to find a (simple) way how to mark a unit test in JUnit 4 as flaky.
All the artifacts are uploaded and can be downloaded from https://github.com/enso-org/enso/actions/runs/8008485751?pr=9094. The artifacts are:
I have manually downloaded all the artifacts and checked their contents. As expected, all of them contain a single
|
Pull Request Description
In PR #8953, in commit ba0a69d, I have introduced argument files to the
native-image
. In this PR, let's try to upload these argfiles as artifacts on GH, so that we can inspect them later.Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR: