-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build_openstack_packages to support downstream gitlab
This pr: * Since downstream gerrit repos is moved to gitlab. Zuul works with gitlab and it clones the gitlab repos in job workspace. Use the zuul clonned content instead of clonning from gerrit or gitlab. As zuul already checks out the source code. Let's reuse it for dlrn purpose by updating packages.yml. * Drop branch creation task as it is no longer needed. * For RHOS-18, downstream distgit uses rhoso-18 not rhos. It also updates the project.ini to reflect the same. Note: While running build_openstack_packages in containers using make run_ctx_molecule, we are hitting following error in rpmbuild.log in CI and in local environment. ``` DEBUG: unshare(67239936) failed, falling back to unshare(131072) ERROR: Namespace unshare failed. ``` Based on this bug https://bugzilla.redhat.com/show_bug.cgi?id=1336750#c3, By passing `--cap-add=SYS_ADMIN` fixes the issue. Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com> Related-Jira: https://issues.redhat.com/browse/OSPRH-13660
- Loading branch information
Showing
3 changed files
with
15 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters