From d05916c71d5394a6f35fd2fd4ddf187ee14c38b4 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Tue, 9 Mar 2021 12:36:22 -0700 Subject: [PATCH] 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 --- playbooks/tripleo-ci/install-built-repo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/tripleo-ci/install-built-repo.yml b/playbooks/tripleo-ci/install-built-repo.yml index c6131d749..17e06fcb3 100644 --- a/playbooks/tripleo-ci/install-built-repo.yml +++ b/playbooks/tripleo-ci/install-built-repo.yml @@ -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