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 98b2d93 commit 07e8148
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 @@ -117,7 +117,7 @@ Watch Hive Install Log
${last_line_index} = Get Line Count ${old_log_data}
${pod} = Oc Get kind=Pod namespace=${namespace}
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 07e8148

Please sign in to comment.