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

Option to use KUBECONFIG when running ODS-CI Image #1247

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2024

  1. Fix yq commands for yq version 4.25 (-r is not supported)

    In run_robot_test.sh we called yq -er, but after upgrading to latest
    yq version 4.25, it is not supported (and can break the script):
    ```
    $ yq --version
    yq (https://github.com/mikefarah/yq/) version 4.25.1
    $ yq -r
    Error: unknown shorthand flag: 'r' in -r
    ```
    
    Signed-off-by: manosnoam <[email protected]>
    manosnoam committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    68743c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e5711 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    38fd732 View commit details
    Browse the repository at this point in the history