-
Notifications
You must be signed in to change notification settings - Fork 72
cnf_setup: Exit on setup failure or timeout #2114
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
Conversation
5f545b1
to
177531b
Compare
45a72e0
to
0ded1ba
Compare
It looks that this change did its job and revealed issues with cnf setup in spec tests. They need to be addressed though. |
0ded1ba
to
4288cc9
Compare
Issues with "envoy" chart are brought by #2116, they should be resolved for CI to pass. |
the change looks fine for me now, I will approve after the envoy issue is addressed. |
4288cc9
to
6f10c63
Compare
rebase pls |
f26345d
to
c5c49f6
Compare
c5c49f6
to
96429b1
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.
lgtm
96429b1
to
46731ce
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.
lgtm
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
46731ce
to
2db676d
Compare
Fix handling unsuccessful cnf setup, if resources are not ready after timeout - then setup should fail with exit 1. Change specs accordingly, replace wait_count=0 with new option "ignore_setup_timeout". Add cnf_setup function to ShellCmd and use it for installation of CNFs during specs. Refs: lfn-cnti#1937 lfn-cnti#2083 Signed-off-by: Konstantin Yarovoy <[email protected]>
2db676d
to
ead9a9e
Compare
After lfn-cnti#2114 was merged, an issue was revealed with image size - protected repo spec test. It was discovered only after merging. Until this is fixed, disabling this variant of the image size spec test. Refs: lfn-cnti#2114 lfn-cnti#2136 Signed-off-by: Martin Matyas <[email protected]>
After lfn-cnti#2114 was merged, an issue was revealed with image size - protected repo spec test. It was discovered only after merging. Until this is fixed, disabling this variant of the image size spec test. Refs: lfn-cnti#2114 lfn-cnti#2136 Signed-off-by: Martin Matyas <[email protected]>
After #2114 was merged, an issue was revealed with image size - protected repo spec test. It was discovered only after merging. Until this is fixed, disabling this variant of the image size spec test. Refs: #2114 #2136 Signed-off-by: Martin Matyas <[email protected]>
Fix handling unsuccessful cnf setup, if resources are not ready after timeout - then setup should fail with exit 1. Change specs accordingly, replace wait_count=0 with new option "ignore_setup_timeout". Add cnf_setup function to ShellCmd and use it for installation of CNFs during specs. Refs: #1937 #2083 Signed-off-by: Konstantin Yarovoy <[email protected]>
After #2114 was merged, an issue was revealed with image size - protected repo spec test. It was discovered only after merging. Until this is fixed, disabling this variant of the image size spec test. Refs: #2114 #2136 Signed-off-by: Martin Matyas <[email protected]>
Description
Fix handling unsuccessful cnf setup, if resources are not ready after timeout - then setup should fail with exit 1.
Change specs accordingly, replace wait_count=0 with new option "ignore_setup_timeout".
Add cnf_setup function to ShellCmd and use it for installation of CNFs during specs.
Issues:
Refs: #1937 #2083