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

ci.ocp: Improve the service-up detection #5807

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. ci.ocp: Improve the service-up detection

    waiting for the first response is not sufficient as OCP returns html
    page without error even when the route is not yet established describing
    the issue (why it doesn't reply with 500?). Waiting for the correct
    output should do better.
    
    Fixes: kata-containers#5808
    
    Signed-off-by: Lukáš Doktor <[email protected]>
    ldoktor committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a10a1e2 View commit details
    Browse the repository at this point in the history
  2. ci.ocp: Add debug output on HTTP service failure

    these logs are vital to analyze a setup failure.
    
    Signed-off-by: Lukáš Doktor <[email protected]>
    ldoktor committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9060e93 View commit details
    Browse the repository at this point in the history