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

feat(ci): remove minikube jobs and use multiple k3d jobs #3572

Merged
merged 4 commits into from
Jan 6, 2022

Commits on Jan 5, 2022

  1. ci: remove minikube jobs and use multiple k3d jobs

    Run against minimum and maximum supported k8s version in a k3d job
    This enables us to get rid of minikube jobs
    
    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    137f2ed View commit details
    Browse the repository at this point in the history
  2. ci: fix make k3d/start

    we now handle case where KIND_CLUSTER_NAME is not set
    
    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0bfe4e5 View commit details
    Browse the repository at this point in the history
  3. ci: remove docker-compose tests

    They are not providing a lot of value
    
    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b7950f0 View commit details
    Browse the repository at this point in the history
  4. ci: fix bad switch

    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e5be597 View commit details
    Browse the repository at this point in the history