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:
Khai Do 2016-08-04 09:19:46 -07:00
parent 910d299849
commit 39d379dd01

View File

@ -144,9 +144,19 @@ class openstack_project::review_dev (
action => 'log-event error',
},
{
name => 'change_status_updates',
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
action => 'add-standard-comment',
name => 'change_abandoned',
event_type => 'change-abandoned',
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 => [