-
Notifications
You must be signed in to change notification settings - Fork 27
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
Initial work for 2.5 #304
Initial work for 2.5 #304
Conversation
…ustRootOnly The certificate verifification depth needed to change from 2 to 1 because OpenSSL excludes the root AND leaf certs from the depth check, whereas BoringSSL only excludes the leaf cert. Signed-off-by: Ted Poole <tpoole@redhat.com>
Build is enabled in CI but tests are not.
|
@yxun the tests passed but the job failed at some post action. Can you please take a look? |
What are that set of Github CI jobs ? It looks like in the ci directory. They are triggered by Github or bot |
"Process did not finish before 10m0s timeout" we have some timeout limit in cleanup step. The namespace deletion was stuck. Actually, we don't need that step. The deprovision cluster step is enough for cleanup. |
/retest |
1 similar comment
/retest |
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.
Ok as initial PR.
3181c70
into
maistra:maistra-2.5
This is based on Dario's branch, plus one commit with a few adjustments to CI scripts and removal of some leftover files from rebase.