Add code comments on why content-provider check

Add code comments on why content-provider check
can fail.  The context was not clear to me, so
a little code comment may help others.

Related-Bug: #1918320
Change-Id: I9ba4c22544f0ddd1efb4a798d75ac133bfbb846d
This commit is contained in:
Wes Hayutin 2021-03-09 12:36:22 -07:00 committed by Shnaidman Sagi (Sergey)
parent 8a13c93e46
commit d05916c71d
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
- when: registry_ip_address_branch is defined
block:
# Check if we have built something in content provider.
# If we did - create a gating-repo pointing to content provider. The
# port 8766 will be opened.
# If we didn't build, port 8766 will be closed - skip gating-repo creating.
- name: Check if we have a repo
wait_for:
timeout: 2