Skip to content

Commit

Permalink
[releases/2.10] Use installer container to retrieve hive logs (#1602)
Browse files Browse the repository at this point in the history
Backports #1600
  • Loading branch information
CFSNM authored Jul 4, 2024
2 parents af644af + a67aa4e commit 384fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/Provisioning/Hive/provision.robot
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Watch Hive Install Log
... label_selector=hive.openshift.io/cluster-deployment-name=${cluster_name}
END
TRY
${new_log_data} = Oc Get Pod Logs name=${pod[0]['metadata']['name']} container=hive namespace=${namespace}
${new_log_data} = Oc Get Pod Logs name=${pod[0]['metadata']['name']} container=installer namespace=${namespace}
EXCEPT
# Hive container (OCP installer log) is not ready yet
Log To Console . no_newline=true
Expand Down

0 comments on commit 384fdc5

Please sign in to comment.