Update its-storyboard actions on review-dev.o.o
Update its-storyboard actions on review-dev.o.o to be same as on review.o.o so it will provide more prod like testing environment. This is basically turning off commenting to storyboard and instead just enables task transitions. Change-Id: I1b5a7109d90f0b3ad67afe41b43d8cbe5de471d9
This commit is contained in:
parent
910d299849
commit
39d379dd01
@ -144,9 +144,19 @@ class openstack_project::review_dev (
|
|||||||
action => 'log-event error',
|
action => 'log-event error',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'change_status_updates',
|
name => 'change_abandoned',
|
||||||
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
|
event_type => 'change-abandoned',
|
||||||
action => 'add-standard-comment',
|
action => 'set-status TODO',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name => 'change_in_progress',
|
||||||
|
event_type => 'patchset-created, change-restored',
|
||||||
|
action => 'set-status REVIEW',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name => 'change_merged',
|
||||||
|
event_type => 'change-merged',
|
||||||
|
action => 'set-status MERGED',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
replication => [
|
replication => [
|
||||||
|
Loading…
Reference in New Issue
Block a user