Landings for Stack Containing D187952

Successfully landed

Landing requested on , by rvandermeulen@mozilla.com.

Revisions: D187952 diff 772568

Result: https://hg.mozilla.org/integration/autoland/rev/d1c09d187a7efc790372d2b45ec6b3f972cdd98e
Failed to land

Landing requested on , by ahalberstadt@mozilla.com.

Revisions: D187952 diff 762891

While applying revision D187952 to mozilla-central, the following files had conflicts:

(Hint: try rebasing your changes on the latest commits from mozilla-central and re-submitting.)

  • tools/tryselect/selectors/chooser/__init__.py @ 4fd5a40ee741343f6ccd8a0b171ca1da890bae86
  • --- __init__.py
    +++ __init__.py
    ...
    
    --- __init__.py
    +++ __init__.py
    @@ -93,5 +103,13 @@
             try_task_config=generate_try_task_config("chooser", selected, try_config),
             stage_changes=stage_changes,
             dry_run=dry_run,
             closed_tree=closed_tree,
         )
    +
    +
    +def create_and_run_application(tg, queue: multiprocessing.Queue):
    +    from .app import create_application
    +
    +    app = create_application(tg, queue)
    +
    +    app.run()
    
Raw error output:
Problem while applying patch in revision 187952:

hg error in cmd: hg import --no-commit -s 95 /tmp/tmp1htonifp: applying /tmp/tmp1htonifp

patching file tools/tryselect/selectors/chooser/__init__.py
Hunk #3 FAILED at 102
1 out of 3 hunks FAILED -- saving rejects to file tools/tryselect/selectors/chooser/__init__.py.rej
abort: patch failed to apply

Stack containing revision D187952

Land Bug Status Revision Reviewers
1852645
Blocked
Repository is not supported by Lando.
Closed
D187952: Bug 1852645 - fix mach try chooser regression r?ahal
  • @ahal accepted a prior diff
  • @jgraham accepted a prior diff
  • @marco to review