Actions
Task #17633
closedIdea #17535: Jenkins step to test provision.sh + salt formula
5.5 Test installer formula/provision scripts with RC packages
Updated by Peter Amstutz over 3 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 3 years ago
- Parent task changed from #17512 to #17535
Updated by Javier Bértoli over 3 years ago
1. Edited the test-provision job and children so they now accept the following parameters:
- git_hash
- RELEASE: The Arvados release to build. This parameter is passed to the formula as arvados:release, to select the repository to use.
- VERSION: The version of Arvados, from the selected repo, to install.
- ARVADOS_FORMULA_BRANCH: Which branch of the arvados-formula
2. Edited the build-and-publish-rc-packages" job and added a parametrized build on other projects to call test-provision on success, passing the parameters:
git_hash=${git_hash} VERSION=${VERNO} RELEASE="testing"
Updated by Ward Vandewege over 3 years ago
Javier Bértoli wrote:
1. Edited the test-provision job and children so they now accept the following parameters:
- git_hash
- RELEASE: The Arvados release to build. This parameter is passed to the formula as arvados:release, to select the repository to use.
- VERSION: The version of Arvados, from the selected repo, to install.
- ARVADOS_FORMULA_BRANCH: Which branch of the arvados-formula
2. Edited the build-and-publish-rc-packages" job and added a parametrized build on other projects to call test-provision on success, passing the parameters:
[...]
Yeah, I think that looks right, we'll see when we do the next RC!
Thanks!
Updated by Peter Amstutz over 3 years ago
- Remaining (hours) set to 0.0
- Status changed from In Progress to Resolved
Actions