Bug 1431397 - Pass release_eta down from action task input r=bhearsum

MozReview-Commit-ID: Ggybpiv5XQo
This commit is contained in:
Johan Lorenzo
2018-01-18 15:10:53 +01:00
parent dd8a058110
commit dcf41d2be7
9 changed files with 41 additions and 0 deletions

View File

@@ -449,6 +449,7 @@ task_description_schema = Schema({
Optional('release_promotion'): bool,
Optional('generate_bz2_blob'): bool,
Optional('tuxedo_server_url'): optionally_keyed_by('project', basestring),
Optional('release_eta'): basestring,
Extra: taskref_or_string, # additional properties are allowed
},
}, {