[Release-job-failures] [octavia] Re: release-post job for openstack/releases for ref refs/heads/master failed

Sean McGinnis sean.mcginnis at gmx.com
Thu Apr 23 20:53:01 UTC 2020


> Build failed.
>
> - tag-releases https://zuul.opendev.org/t/openstack/build/8831fb0606114aae904ba66386b0b0eb : FAILURE in 4m 26s
> - publish-tox-docs-releases https://zuul.opendev.org/t/openstack/build/None : SKIPPED
>
This was a failure during the tag processing for the Octavia repo.

There are a few steps that are done when a new branch is created for a
repo. These are typically:

1. Update the .gitreview file on the new stable branch to include the
setting pointing at the right branch.
2. Updating any upper-constraints links to point to the stable branch
version of those constraints.
3. Add a new release notes landing page for the stable branch in the
master release notes index.
4. Switch the python3 series jobs on master to the new series (ussuri >
victoria).

The first step completed successfully.

The second step failed due to some repo specific files checks for
constraints urls. The job has typically only updated constraints in
tox.ini, but handling was added for other files used in this repo. Those
files were updated, but the change missed the step of adding those files
before committing and attempting to push up the review. Since git review
does a rebase by default when submitting, git errored out due to the
presence of unstaged files. That step has now bee manually submitted:

https://review.opendev.org/#/c/722489/

And the fix for the job that caused the failure has been submitted with:

https://review.opendev.org/#/c/722491/

The third step has been manually submitted with:

https://review.opendev.org/#/c/722492/

And step four with:

https://review.opendev.org/#/c/722493/

Everything should be set now. The skipped docs job will be caught up
with the next merged release, so we should be good. If there are any
issues that crop up from this, just let me know.

Sean




More information about the Release-job-failures mailing list