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

github-workflow: Reduce scope of quick-install test #13078

Merged
merged 1 commit into from Sep 5, 2020

Commits on Sep 4, 2020

  1. smoke-test: Reduce scope of quick-install test to validation

    The current quick-install tests deployment of the quickinstall yaml
    without building new images and then runs the connectivity check. THis
    is problematic as it means that no change will pass the test where a
    helm template change depends on a code change.
    
    The connectivity test is already being run in the "conformance-test"
    test where images are being built properly.
    
    There is a small diff in the options bein used in the "conformance-test"
    and the default options in the quickinstall YAML but nothing that
    wouldn't be covered by the overall CI anyway.
    
    Reduce the scope of the quick-install test to validate that the
    quickinstall YAML is not outdated.
    
    Signed-off-by: Thomas Graf <thomas@cilium.io>
    tgraf committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f6a62e4 View commit details
    Browse the repository at this point in the history