Bug #22700
closedSalt installer doesn't pull an updated arvados-formula by default after the first deployment
Description
To have consistency between the arvados-formula
and other formulas, there should be an explicit pin in provision.sh
so that we deploy the required version.
As it is currently coded, unless we specify a custom value in BRANCH
or ARVADOS_TAG
envvars, the formula is checked out once at first deploy and never updated again, avoiding formula enhancements to ever be applied on currently running clusters.
Updated by Lucas Di Pentima 8 days ago
Updates at 3b0bbf0 - branch 22700-installer-arvados-formula
Test run: test-provision: #1138
This update makes the provision script to handle arvados-formula
just as any other formula: using the ARVADOS_TAG
envvar to pin the commit hash to be checked out on every run.
Updated by Peter Amstutz 8 days ago
Lucas Di Pentima wrote in #note-1:
Updates at 3b0bbf0 - branch
22700-installer-arvados-formula
Test run: test-provision: #1138This update makes the provision script to handle
arvados-formula
just as any other formula: using theARVADOS_TAG
envvar to pin the commit hash to be checked out on every run.
So if I'm following, you just set ARVADOS_TAG to an exact version, and remove the somewhat more complicated logic that tries to figure out what branch or tag to use based on the Arvados version?
LGTM
Updated by Lucas Di Pentima 8 days ago
- Status changed from New to Resolved
Applied in changeset arvados|a0e1d280b872d6bb082bf36dcd0574eeb8355284.