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

RP E2E Test Execution #3856

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    0f79067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be1942 View commit details
    Browse the repository at this point in the history
  3. Replaced all instances of [ ] with [[ ]] for conditional checks, as p…

    …er the discussion about how [[ ]] handles variables better
    shubhadapaithankar committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f200cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    947e496 View commit details
    Browse the repository at this point in the history
  2. Improve networking

    shubhadapaithankar committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a2f3471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b0e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    4051596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0974589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a00510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb924c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ba34c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b6f558 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    964d5ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61b45e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    a7f0d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc40b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf88d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    a4d335b View commit details
    Browse the repository at this point in the history
  2. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Adding image build step for E2E image.
    - Removed docker compose build from ci-rp target.
    - Added RP_IMAGE_ACR_URL env var to test overriding ARO operator image pull URL.
    kevinobriendotca committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8988bd2 View commit details
    Browse the repository at this point in the history
  3. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Reset to 8988bd2.
    - Changed image names in ci.yml to use ACR image URLs.
    - Added RP_IMAGE_ACR env var after sourcing secrets to debug ARO operator image pull error.
    - Removed localhost image check from ACR push script.
    kevinobriendotca committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2af20f1 View commit details
    Browse the repository at this point in the history
  4. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Fixed type in RP_IMAGE_ACR_URL env var name.
    kevinobriendotca committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    555fdcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62048c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5210b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddb4be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f171ada View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    72a4d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf43df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7913483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0016ea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d8322 View commit details
    Browse the repository at this point in the history
  6. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Added az acr login before docker compose up.
    kevinobriendotca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6a7f820 View commit details
    Browse the repository at this point in the history
  7. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Removed --target=builder for RP and E2E image builds so all stages are built.
    kevinobriendotca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ba9d537 View commit details
    Browse the repository at this point in the history
  8. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Added ARO_IMAGE env var to set ARO operator image URL.
    kevinobriendotca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7d01dc1 View commit details
    Browse the repository at this point in the history
  9. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Added version to the ARO_IMAGE env var and set to Build.BuildId.
    kevinobriendotca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a4bdffa View commit details
    Browse the repository at this point in the history
  10. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Moved Build.BuildId variable inside quotes.
    kevinobriendotca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    afbccad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e247b7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f7164f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9ba6f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0f03a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d5847e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    650dc05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    deeca9a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Added logs

    shubhadapaithankar committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e6ba412 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    8d9492a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510fcf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d93d451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbee09a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fee7905 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c72e07 View commit details
    Browse the repository at this point in the history
  7. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Added WORKDIR setting and set to /usr/local/bin to fix portalauth command invocation.
    kevinobriendotca committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6e4eccb View commit details
    Browse the repository at this point in the history
  8. shubhadapaithankar/ARO-9501-RP-E2E-Test

    - Updated ARO_IMAGE env var to use new arosvcdev registry.
    kevinobriendotca committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5896d7c View commit details
    Browse the repository at this point in the history