Start failing logs with errors except neutron
Change-Id: Ie9d52cca37fc02cdec506633b055e37c7e35fabe
This commit is contained in:
parent
3b1c4a6639
commit
b705d466bd
@ -125,8 +125,8 @@ def main(opts):
|
|||||||
if is_neutron:
|
if is_neutron:
|
||||||
print("Currently not failing neutron builds with errors")
|
print("Currently not failing neutron builds with errors")
|
||||||
return 0
|
return 0
|
||||||
# Return non-zero to start failing builds
|
print("FAILED")
|
||||||
return 0
|
return 1
|
||||||
else:
|
else:
|
||||||
print("ok")
|
print("ok")
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user