Fix the gate
Skiping neutron-server-opendaylight image build to run the gate Change-Id: I57594742e0842c0e701b9974046d9d1704446f4b
This commit is contained in:
parent
0f2c0d54b8
commit
0f9953fac0
@ -95,6 +95,9 @@ SKIPPED_IMAGES = {
|
|||||||
"zun-base",
|
"zun-base",
|
||||||
],
|
],
|
||||||
'centos+source': [
|
'centos+source': [
|
||||||
|
# TODO(spsurya): remove neutron-server-opendaylight fix below issue
|
||||||
|
# https://bugs.launchpad.net/kolla/+bug/1764621
|
||||||
|
"neutron-server-opendaylight",
|
||||||
"ovsdpdk",
|
"ovsdpdk",
|
||||||
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
|
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
|
||||||
# https://bugs.launchpad.net/tripleo/+bug/1744215
|
# https://bugs.launchpad.net/tripleo/+bug/1744215
|
||||||
@ -128,6 +131,11 @@ SKIPPED_IMAGES = {
|
|||||||
"zun-base",
|
"zun-base",
|
||||||
],
|
],
|
||||||
'ubuntu+source': [
|
'ubuntu+source': [
|
||||||
|
# TODO(spsurya): remove neutron-server-opendaylight fix below issue
|
||||||
|
# https://bugs.launchpad.net/kolla/+bug/1764621
|
||||||
|
"neutron-server-opendaylight",
|
||||||
|
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
|
||||||
|
# https://bugs.launchpad.net/tripleo/+bug/1744215
|
||||||
"tripleo-ui"
|
"tripleo-ui"
|
||||||
],
|
],
|
||||||
'debian+binary': [
|
'debian+binary': [
|
||||||
@ -181,6 +189,9 @@ SKIPPED_IMAGES = {
|
|||||||
],
|
],
|
||||||
'oraclelinux+source': [
|
'oraclelinux+source': [
|
||||||
"bifrost-base",
|
"bifrost-base",
|
||||||
|
# TODO(spsurya): remove neutron-server-opendaylight fix below issue
|
||||||
|
# https://bugs.launchpad.net/kolla/+bug/1764621
|
||||||
|
"neutron-server-opendaylight",
|
||||||
"ovsdpdk",
|
"ovsdpdk",
|
||||||
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
|
# TODO(jeffrey4l): remove tripleo-ui when following bug is fixed
|
||||||
# https://bugs.launchpad.net/tripleo/+bug/1744215
|
# https://bugs.launchpad.net/tripleo/+bug/1744215
|
||||||
|
Loading…
Reference in New Issue
Block a user