[CI] gate-nova-python27-updates get failed constantly
Bug #1490620 reported by
Denis Meltsaykin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Invalid
|
High
|
Alex Ermolov | ||
6.0.x |
Fix Released
|
High
|
Alex Ermolov | ||
6.1.x |
Invalid
|
Undecided
|
Alex Ermolov | ||
7.0.x |
Invalid
|
Undecided
|
Alex Ermolov | ||
8.0.x |
Invalid
|
Undecided
|
Alex Ermolov | ||
Future |
Invalid
|
Undecided
|
Alex Ermolov |
Bug Description
Infra job on nova get failed all the time on fuel-6.0-updates branch.
http://
Changed in fuel: | |
assignee: | Fuel CI team (fuel-ci) → MOS Nova (mos-nova) |
Changed in fuel: | |
milestone: | none → 6.0-updates |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | MOS Nova (mos-nova) → MOS Maintenance (mos-maintenance) |
Changed in fuel: | |
milestone: | 6.0-updates → 6.0.1 |
Changed in fuel: | |
milestone: | 6.0-updates → 9.0 |
status: | In Progress → New |
To post a comment you must log in.
I guess the problem is in requirements. For example nova require oslo.utils >= 1.4.0 but got oslo.utils == 1.0.0. It happans because this job tried to get requirements from non existing branch refs/zuul/ openstack- ci/fuel- 6.0-updates/ 2014.2/ Zad678764044a4f 928fd47b22bcd00 417
git fetch ssh://<email address hidden> :29418/ mos-infra/ mos-requirement s refs/zuul/ openstack- ci/fuel- 6.0-updates/ 2014.2/ Zad678764044a4f 928fd47b22bcd00 417 openstack- ci/fuel- 6.0-updates/ 2014.2/ Zad678764044a4f 928fd47b22bcd00 417
09:12:42 fatal: Couldn't find remote ref refs/zuul/
And nova raise alot of import errors because of incorrect requirements. I guess someone should create that non existing branch or take requirements from some other branch.