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

tests: Scripts for e2e tests #2128

Merged
merged 10 commits into from
Feb 10, 2022

Commits on Feb 7, 2022

  1. remove old test files

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    51b0e8f View commit details
    Browse the repository at this point in the history
  2. gitignore: Don't track pyc files

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5077732 View commit details
    Browse the repository at this point in the history
  3. flake8: Introduce linting file

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7f36e1f View commit details
    Browse the repository at this point in the history
  4. hack: Introduce scripts for cluster manipulation

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    704243d View commit details
    Browse the repository at this point in the history
  5. tests: Add e2e test

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2f9da01 View commit details
    Browse the repository at this point in the history
  6. GH action for running e2e test

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3f1067c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Reduce the installed components and system reqs

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    6ee37ce View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. kserve: Add simple kustomization file

    To avoid having to use --load_restrictor none we'll need to wrap the
    KServe manifests inside a kustomization.yaml file.
    
    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    074ef9d View commit details
    Browse the repository at this point in the history
  2. unittests: Fix unit tests

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    830179b View commit details
    Browse the repository at this point in the history
  3. gh: Remove action for e2e tests

    We should use prow instead to trigger our e2e tests.
    
    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8262dcd View commit details
    Browse the repository at this point in the history