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

CNI acceptance tests on AKS #1449

Merged
merged 9 commits into from
Aug 25, 2022
Merged

CNI acceptance tests on AKS #1449

merged 9 commits into from
Aug 25, 2022

Commits on Aug 25, 2022

  1. CNI Accptance test on Kind (#1445)

    -  Added a new make target for installing Calico CNI in Kind. The target installs Calico CNI using config files located under /acceptance tests
    - Added a helper make target for setting up local Kind with Calico just in case anyone wants to run it.
    - Added a kind.config for setting up the Kind cluster
    - Added an -enable-cni flag to the acceptance test config so that it can be passed through from CircleCI
    -  Added a nightly circleci job for running the CNI kind tests
    -  I had missed a bats test for the connect-inject template that I merged in a previous PR
    curtbushko committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8a23ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265ea79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e9289 View commit details
    Browse the repository at this point in the history
  4. fix lint

    curtbushko committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7ddec8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f990b1 View commit details
    Browse the repository at this point in the history
  6. Add CNI Kind tests to test-and-build, remove unneeded sleeps, remove …

    …connectInject.cni.enabled from several files as the framework will set this when the flag is passed in
    curtbushko committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e5ca554 View commit details
    Browse the repository at this point in the history
  7. Try running against AKS

    curtbushko committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d5b253d View commit details
    Browse the repository at this point in the history
  8. update slack message

    curtbushko committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    53c2d4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9249f3 View commit details
    Browse the repository at this point in the history