<div dir="ltr"><div><span style="font-family:Arial,sans-serif;font-size:small">Mea culpa. I completely missed the "git add" inĀ </span><a href="https://review.opendev.org/#/c/706070/">https://review.opendev.org/#/c/706070/</a></div><div>Thank you for fixing it, Sean!<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 23, 2020 at 10:54 PM Sean McGinnis <<a href="mailto:sean.mcginnis@gmx.com">sean.mcginnis@gmx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> Build failed.<br>
><br>
> - tag-releases <a href="https://zuul.opendev.org/t/openstack/build/8831fb0606114aae904ba66386b0b0eb" rel="noreferrer" target="_blank">https://zuul.opendev.org/t/openstack/build/8831fb0606114aae904ba66386b0b0eb</a> : FAILURE in 4m 26s<br>
> - publish-tox-docs-releases <a href="https://zuul.opendev.org/t/openstack/build/None" rel="noreferrer" target="_blank">https://zuul.opendev.org/t/openstack/build/None</a> : SKIPPED<br>
><br>
This was a failure during the tag processing for the Octavia repo.<br>
<br>
There are a few steps that are done when a new branch is created for a<br>
repo. These are typically:<br>
<br>
1. Update the .gitreview file on the new stable branch to include the<br>
setting pointing at the right branch.<br>
2. Updating any upper-constraints links to point to the stable branch<br>
version of those constraints.<br>
3. Add a new release notes landing page for the stable branch in the<br>
master release notes index.<br>
4. Switch the python3 series jobs on master to the new series (ussuri ><br>
victoria).<br>
<br>
The first step completed successfully.<br>
<br>
The second step failed due to some repo specific files checks for<br>
constraints urls. The job has typically only updated constraints in<br>
tox.ini, but handling was added for other files used in this repo. Those<br>
files were updated, but the change missed the step of adding those files<br>
before committing and attempting to push up the review. Since git review<br>
does a rebase by default when submitting, git errored out due to the<br>
presence of unstaged files. That step has now bee manually submitted:<br>
<br>
<a href="https://review.opendev.org/#/c/722489/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/722489/</a><br>
<br>
And the fix for the job that caused the failure has been submitted with:<br>
<br>
<a href="https://review.opendev.org/#/c/722491/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/722491/</a><br>
<br>
The third step has been manually submitted with:<br>
<br>
<a href="https://review.opendev.org/#/c/722492/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/722492/</a><br>
<br>
And step four with:<br>
<br>
<a href="https://review.opendev.org/#/c/722493/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/722493/</a><br>
<br>
Everything should be set now. The skipped docs job will be caught up<br>
with the next merged release, so we should be good. If there are any<br>
issues that crop up from this, just let me know.<br>
<br>
Sean<br>
<br>
<br>
</blockquote></div>