Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Interdependent component should pull rpm version from same branch. #113

Closed
shailesh-vaidya opened this issue Oct 23, 2020 · 1 comment
Closed
Assignees
Labels
bug Bug in script or CI workflow jenkins Jenkins related issues/PR's

Comments

@shailesh-vaidya
Copy link
Contributor

shailesh-vaidya commented Oct 23, 2020

Observed that during cortx-manager build for cortx-1.0 branch cortx-provisioner is installed from main branch.

16:43:16  + yum install -y cortx-prvsnr
16:43:16  Loaded plugins: fastestmirror, ovl, priorities
16:43:17  Determining fastest mirrors
16:43:25  Resolving Dependencies
16:43:25  --> Running transaction check
16:43:25  ---> Package cortx-prvsnr.x86_64 0:1.0.0-417_gitbe88d99_el7 will be installed
16:43:25  --> Processing Dependency: python36-PyYAML for package: cortx-prvsnr-1.0.0-417_gitbe88d99_el7.x86_64
16:43:25  --> Running transaction check
16:43:25  ---> Package python36-PyYAML.x86_64 0:3.13-1.el7 will be installed
16:43:25  --> Finished Dependency Resolution
16:43:25  
16:43:25  Dependencies Resolved
16:43:25  
16:43:25  ================================================================================
16:43:25   Package           Arch     Version                     Repository         Size
16:43:25  ================================================================================
16:43:25  Installing:
16:43:25   cortx-prvsnr      x86_64   1.0.0-417_gitbe88d99_el7    cortx-C7.7.1908   292 k
16:43:25  Installing for dependencies:
16:43:25   python36-PyYAML   x86_64   3.13-1.el7                  epel              149 k
16:43:25  
16:43:25  Transaction Summary
16:43:25  ================================================================================
16:43:25  Install  1 Package (+1 Dependent package)
@shailesh-vaidya shailesh-vaidya self-assigned this Oct 23, 2020
@shailesh-vaidya shailesh-vaidya added bug Bug in script or CI workflow jenkins Jenkins related issues/PR's labels Oct 23, 2020
@shailesh-vaidya
Copy link
Contributor Author

Added custom repo during CSM Agent build -

yum-config-manager --disable cortx-R7.7.1908
yum-config-manager --add http://cortx-storage.colo.seagate.com/releases/cortx/github/$branch/$os_version/last_successful/
echo "gpgcheck=0" >> \$(ls /etc/yum.repos.d/cortx-storage*.repo)
yum clean all && rm -rf /var/cache/yum

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug in script or CI workflow jenkins Jenkins related issues/PR's
Projects
None yet
Development

No branches or pull requests

1 participant