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/e2e: allow to superseed images in operator.sh #341

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 26, 2024

  1. tests/e2e: allow to install non-local built images

    `./tests/e2e/operator.sh install` is still tightly coupled with the
    build phase, which happen to push images to a local registry, so the
    install tries to always start the registry service. Now suppose that you
    want to run `./tests/e2e/operator.sh install` stand-alone to install
    images from quay.io, then the registry service locally is not needed.
    
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d827098 View commit details
    Browse the repository at this point in the history
  2. tests/e2e: allow to supersede the kata-payload

    By exporting $KATA_PAYLOAD_IMG variable the `./tests/e2e/operator.sh
    install` will replace the default kata-payload image.
    
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4d94a22 View commit details
    Browse the repository at this point in the history