Skip to content

Commit

Permalink
Use installer container to retrieve hive logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM committed Jul 4, 2024
1 parent f756474 commit 898d35a
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 898d35a

Please sign in to comment.