Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

chore: Switch the default operand image tag from latest to next and fix CI nightly job [RHIDP-3157] #401

Commits on Jul 16, 2024

  1. Switch the default operand image from 'quay.io/janus-idp/backstage-sh…

    …owcase:latest' to 'quay.io/rhdh/rhdh-hub-rhel9:latest'
    
    'quay.io/rhdh/rhdh-hub-rhel9' is the downstream image of the Showcase image
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8b81157 View commit details
    Browse the repository at this point in the history
  2. Fix the E2E tests using the latest stable image of the operand

    User authentication is now needed to query the '/api/dynamic-plugins-info/loaded-plugins' API endpoint
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    247a2bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f56bfe View commit details
    Browse the repository at this point in the history
  4. Fix the upgrade path E2E tests by ensuring the CR on 1.1 is still usi…

    …ng v1alpha1 as version
    
    Otherwise, the 1.x operator is not aware of the v1alpha2 version
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cae2b5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9e0e64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    507160b View commit details
    Browse the repository at this point in the history
  7. Bump setup-minikube action to the latest

    It should hopefully fix the random network connection issues
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    89b0750 View commit details
    Browse the repository at this point in the history
  8. Separate upgrade and non-upgrade tests as different jobs

    This will reduce the likeliness of random connectivity failures
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    45d3630 View commit details
    Browse the repository at this point in the history
  9. Revert "Switch the default operand image from 'quay.io/janus-idp/back…

    …stage-showcase:latest' to 'quay.io/rhdh/rhdh-hub-rhel9:latest'"
    
    This reverts commit 8b81157.
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cc27ccb View commit details
    Browse the repository at this point in the history
  10. Switch the default operand image tag from 'latest' to 'next'

    'next' is the development tag of the upstream Showcase image,
    and should hopefully be stable.
    The goal with this is to monitor how our tests behave against this 'next' tag. If it proves too unstable,
    we might want to switch back to using the downstream RHDH image
    (`quay.io/rhdh/rhdh-hub-rhel9:latest`).
    rm3l committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    66eb668 View commit details
    Browse the repository at this point in the history