Bug 1776830 - part 3: Rename release target_tasks into ship

pull/543/head
Johan Lorenzo 2 years ago committed by mergify[bot]
parent adc3786277
commit 5e84f71324

@ -114,4 +114,4 @@ scriptworker:
release-promotion:
flavors:
ship:
target-tasks-method: release
target-tasks-method: ship

@ -20,7 +20,7 @@ def index_exists(index_path, reason=""):
return False
@_target_task("release")
@_target_task("ship")
def target_tasks_default(full_task_graph, parameters, graph_config):
# TODO Use shipping-phase

@ -53,6 +53,6 @@ pushlog_id: '0'
release_type: beta
repository_type: git
shipping_phase: ship
target_tasks_method: release
target_tasks_method: ship
tasks_for: action
version: 98.0.0-beta.1

@ -53,6 +53,6 @@ pushlog_id: '0'
release_type: release
repository_type: git
shipping_phase: ship
target_tasks_method: release
target_tasks_method: ship
tasks_for: action
version: 98.0.0

@ -51,6 +51,6 @@ pushlog_id: '0'
release_type: beta
repository_type: git
shipping_phase: ship
target_tasks_method: release
target_tasks_method: ship
tasks_for: action
version: 96.0.0-beta.5

@ -51,6 +51,6 @@ pushlog_id: '0'
release_type: release
repository_type: git
shipping_phase: ship
target_tasks_method: release
target_tasks_method: ship
tasks_for: action
version: 95.2.0

Loading…
Cancel
Save