Bug 1415212 - release-runner3 should pass partials to action task input r=mtabara
authorRail Aliiev <rail@mozilla.com>
Tue, 07 Nov 2017 11:29:37 -0500
changeset 5723 c9b28c867772be481b617f68963cadf70b244933
parent 5722 76a8d27a02a3ba6763b8ac6ce0942d1692629a05
child 5724 eec9e97e8b3109b946c5b6317c94bbf2712d854f
child 5725 6e5c0d027019f09f77e860436639c0e9358a6c93
child 5726 74e03dcc3a8d2e0cbd45ee77e3449b5c5503ea59
child 5727 8707be38b50967998083e6eac4b76770298ff73f
child 5728 ad882e51adfb627019ab33482d6a40ca4fcd57a9
child 5733 953dbde28739306efe686cff8c7ee21799df0391
child 5734 fa150edf1b518681d0cda9d0d3e6bb115b86fdf2
push id2680
push userbmo:rail@mozilla.com
push dateTue, 07 Nov 2017 16:29:45 +0000
reviewersmtabara
bugs1415212
Bug 1415212 - release-runner3 should pass partials to action task input r=mtabara MozReview-Commit-ID: 3DfBlSXFpeZ
modules/releaserunner3/templates/release-runner.yml.erb
--- a/modules/releaserunner3/templates/release-runner.yml.erb
+++ b/modules/releaserunner3/templates/release-runner.yml.erb
@@ -21,20 +21,18 @@ releases:
     checks:
       - long_revision
       - check_allowed_branches
     allowed_branches: <%= require "json"; JSON.generate(Array(@env_config["allowed_branches"])) %>
   - product: firefox
     pattern: <%= @env_config["firefox_pattern"] %>
     checks:
       - long_revision
-      - l10n_changesets
       - partial_updates
       - check_allowed_branches
     allowed_branches: <%= require "json"; JSON.generate(Array(@env_config["allowed_branches"])) %>
   - product: devedition
     pattern: <%= @env_config["devedition_pattern"] %>
     checks:
       - long_revision
-      - l10n_changesets
       - partial_updates
       - check_allowed_branches
     allowed_branches: <%= require "json"; JSON.generate(Array(@env_config["allowed_branches"])) %>