Enable daily_rotation option
This commit enables the daily_rotation option which introduced in this patch[1]. The patch just creates *-daily.json files. So users aren't aware this change but we can check the validity of *-daily.json file before we land the UI changes. Change-Id: Id12e8c7ab4102aeb1b5240c21d354d83cffcff6d
This commit is contained in:
parent
290618ea74
commit
8768325e73
@ -13,5 +13,7 @@
|
||||
{ "project": "tempest" }
|
||||
],
|
||||
"openstack_status": 1,
|
||||
"rotation": 3
|
||||
"rotation": 3,
|
||||
"daily": true,
|
||||
"daily_rotation": 183
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user