Ticket #10613 (closed: fixed)
Use yum not rpm to install packages in systemtest scripts
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description (last modified by Martyn Gigg) (diff)
It would appear that we are using rpm to install the package for the system tests. This doesn't bring in any new dependencies so we should switch it use yum so that the automatic dependency resolution can happen.
Need to update documentation about setting up a slave on redhat also: http://www.mantidproject.org/Jenkins_Build_Servers#Linux_Jenkins_Slave_Setup_Notes
Change History
comment:2 Changed 6 years ago by Martyn Gigg
- Status changed from assigned to inprogress
Switch to use yum installing RPM packages.
Refs #10613
Changeset: b94213b20bf9ec9957219e91aafe7d68a5462448
comment:4 Changed 6 years ago by Martyn Gigg
Assume 'yes' for yum install of mantid.
Refs #10613
Changeset: 1b9cda78e23499f66ddb3935b91eb7ad5f0a39a1
comment:5 Changed 6 years ago by Martyn Gigg
- Status changed from inprogress to verify
- Resolution set to fixed
This is being verified as pull request #6.
comment:6 Changed 6 years ago by Martyn Gigg
Note that this requires an updated sudoers file as described [here](http://www.mantidproject.org/Jenkins_Build_Servers#Linux_Jenkins_Slave_Setup_Notes)
comment:7 Changed 6 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
comment:10 Changed 6 years ago by Owen Arnold
Merge pull request #6 from mantidproject/feature/10613_use_yum_systemtests
Use yum in package installer for rpm
Full changeset: 9080d15738daa7fa8d367d8a532980b78b557067
comment:11 Changed 6 years ago by Owen Arnold
Merge pull request #6 from mantidproject/feature/10613_use_yum_systemtests
Use yum in package installer for rpm
Full changeset: 9080d15738daa7fa8d367d8a532980b78b557067
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 11455