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

Switch ginkgo upgrade testing to upgrade from v1.10->latest #16483

Merged
merged 2 commits into from
Jun 15, 2021

Commits on Jun 9, 2021

  1. test: Bump Cilium upgrade for v1.11 development

    During v1.10 development, we split the docker repositories used for
    official releases (cilium/*) vs. CI (cilium/*-ci). As a result, we can
    no longer use the official cilium/cilium repository to perform upgrade
    testing from the tip of the v1.10 branch up to newer versions (as we
    would want to during the v1.11 development cycle).
    
    Update the docker repository to instead use the CI repository so we can
    pick up automatically compiled builds from the tip of the v1.10 branch,
    and update the version strings used to figure out the Helm chart
    versions and Cilium image versions.
    
    This will use the most recent Helm chart from the previous branch, as
    released at the time of running the test (ie if v1.9.8 is the most
    recent, it will use the v1.9.8 helm charts) along with the image built
    from the tip of the previous branch (ie images built directly from the
    v1.9 git branch, not v1.9.8 as built from the git tag).
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8c39854 View commit details
    Browse the repository at this point in the history
  2. test: Remove deprecated upgrade test logic

    This test code was used to manage changes in helm charts from prior
    releases, but it's no longer applicable for the v1.10 -> v1.11-dev
    upgrade testing. Remove the unnecessary code.
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6fa746d View commit details
    Browse the repository at this point in the history