UPDATE_MASTER hardcoded to True if we use UPDATE_FUEL_MIRROR

Bug #1630521 reported by Artem Hrechanychenko
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Artem Hrechanychenko

Bug Description

Need to change default behavior of setting env variable UPDATE_MASTER because we have acceptance job which used FORCE_DISABLE_UPDATES=True and in fuel-qa we have https://github.com/openstack/fuel-qa/blob/stable/mitaka/fuelweb_test/tests/base_test_case.py#L183

https://github.com/fuel-infra/jenkins-jobs/blob/master/common/9.x/builders/wrapped_system_tests.sh#L118-L119

to
if [[ -n "${UPDATE_FUEL_MIRROR}" ]] ; then
    UPDATE_MASTER=${UPDATE_MASTER:-true}

Tags: area-ci
Revision history for this message
Artem Hrechanychenko (agrechanichenko) wrote :
Changed in fuel:
status: New → Fix Committed
status: Fix Committed → In Progress
Changed in fuel:
status: In Progress → Fix Committed
tags: added: area-ci
Revision history for this message
Dmitry Belyaninov (dbelyaninov) wrote :

updated job
https://product-ci.infra.mirantis.net/view/9.x_acceptance/job/9.x.acceptance.ubuntu.install_mu_no_ha_failover/configure

Properties Content:
UPDATE_MASTER=False
FORCE_DISABLE_UPDATES=True

shell script:
...
# UPDATE_MASTER=true in case when we have set some repos
# otherwise there will be no reason to start updating without any repos to update from

if [[ -n "${UPDATE_FUEL_MIRROR}" ]] ; then
    UPDATE_MASTER=${UPDATE_MASTER:-true}
fi
...

Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.