Skip to content
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

hooks: split feature detection from setup and validation #2270

Merged
merged 1 commit into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. hooks: split feature detection from setup and validation

    Currently, the SetupAndValidate extension hook is executed right after
    feature detection, but before the setup and validation of the different
    connectivity test pods and artifacts. While this has the advantage of
    nicely integrating with the logging of the detected features, it does
    not allow the hook function to rely on the existence of the pods created
    immediately afterwards. To enable both functionalities, let's split the
    hook into two -- one first function to detect extra features, and a second
    to perform the actual setup and validation of extra pods.
    
    Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
    giorio94 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    534784f View commit details
    Browse the repository at this point in the history