-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make integration test timeouts configurable #970
Make integration test timeouts configurable #970
Conversation
/packit retest-failed |
2 similar comments
/packit retest-failed |
/packit retest-failed |
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.
LGTM
/packit retest-failed |
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.
LGTM
Tests on testing farm are currently pretty bittle... lets give it another try. |
/packit retest-failed |
1 similar comment
/packit retest-failed |
/packit test Note: Seems like the copr builds are not available, so triggering packit doesn't work (the linked run was from 3 days ago). I resigned the commit to trigger the full flow again. If it fails again only in TF because of some infra setup, lets merge still. |
9893d4c
to
6dc1687
Compare
d9d6f3a
to
72bd4b8
Compare
/packit retest-failed |
/packit retest-failed |
Fixes: eclipse-bluechi#969 Depending on platforms, the default timeouts used in the integration tests need to be adjusted. In order to prevent code modification, lets have the three currently available, high-level timeouts be configurable via tmt. Signed-off-by: Michael Engel <[email protected]>
Fixes: eclipse-bluechi#971 Local provisioning is considered dangerous since tmt v1.38.0 and causes the pipeline to fail. In order to be able to run BlueChi integration tests, lets enable it by setting the environment variable TMT_FEELING_SAFE via --feeling-safe CLI option in the GitHub workflow and setting the env variable in packit. See: teemtee/tmt#3282 https://tmt.readthedocs.io/en/stable/overview.html#variables Signed-off-by: Michael Engel <[email protected]>
72bd4b8
to
447b339
Compare
/packit retest-failed |
Retriggered the pipeline again to see if the flaky tests are passing now. |
Fixes: #969
Fixes: #971
Depending on platforms, the default timeouts used in the integration tests need to be adjusted. In order to prevent code modification, lets have the three currently available, high-level timeouts be configurable via tmt.
Local provisioning is considered dangerous since tmt v1.38.0 and causes the pipeline to fail. In order to be able to run BlueChi integration tests, lets enable it by setting the environment variable TMT_FEELING_SAFE via --feeling-safe CLI option in the GitHub workflow and via env variable in packit.
See:
teemtee/tmt#3282
https://tmt.readthedocs.io/en/stable/overview.html#variables