-
Notifications
You must be signed in to change notification settings - Fork 0
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/CD script for v2.6.1-gr #3
CI/CD script for v2.6.1-gr #3
Conversation
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 tested that script in my personal org, here are the packages published with it -> https://github.com/marcin-krystianc?tab=packages
@@ -26,7 +26,7 @@ else | |||
fi | |||
|
|||
|
|||
./packaging/mingw-w64/run-tests.sh | |||
# ./packaging/mingw-w64/run-tests.sh |
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.
Tests take a long time to run (especially in the QEMU environment) and are flaky.
@@ -122,7 +122,7 @@ fi | |||
|
|||
# Run quick test suite, mark it as CI to avoid time/resource sensitive | |||
# tests to fail in case the worker is under-powered. | |||
CI=true make -C tests run_local_quick | |||
# CI=true make -C tests run_local_quick |
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.
Tests take a long time to run (especially in the QEMU environment) and are flaky.
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.
Looks good thanks Marcin but I have a couple of questions
Thanks for the review, these were all remnants from the original |
No description provided.