After creating the `upstream` directory in this repository to start the
development and upversion testing of stx-openstack @ Antelope [1], it
has been observed that the projects involved in the previous change are
failing to build due to a commit specified in their `BASE_SRCREV` that,
apparently, does not exist in the starlingx/openstack-armada-app commit
tree.
Therefore, this change proposes the use of the following commit hash
generated by Zuul during the merge of [1] into the `master` branch:
commit 27acda9a6b4885a50064cebc0858892e71aa37ce
Merge: 9ba60e1 f7f7690
Author: Zuul <zuul@review.opendev.org>
Date: Mon Jun 19 20:58:27 2023 +0000
Merge "Creating folder structure for STX-O upversion"
Test Plan:
PASS - As it is today, verify that it is not possible to build the
packages associated with this change:
$ git rev-list --count \
5566a41fc0f0be21e2764a9cc0c37823dcae72c8..HEAD .
> fatal: Invalid revision range \
5566a41fc0f0be21e2764a9cc0c37823dcae72c8..HEAD
PASS - With this change, verify that all packages are building correctly
Story: 2010774
Task: 48115
[1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/886027
Change-Id: I4afc981ca39dec4caf40c4df0ba4f8eed67d34a2
Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>