Skip to content

Commit

Permalink
Update git submodules
Browse files Browse the repository at this point in the history
* Update zuul from branch 'master'
  - Merge "Don't use run_lock in executor's merger"
  - Don't use run_lock in executor's merger
    
    The run_lock is used to ensure that the executor has a consistent
    list of jobs running.  Specifically, that we don't start a new
    job right as we're shutting down and stopping jobs.
    
    When we broke out the executor-merger into its own gearman worker,
    we copied the run_lock into that as well.  This means that as long
    as a merger job is running, an executor job can't start.
    
    The merger doesn't actually need the run_lock, so remove it.
    
    Change-Id: Ibb96c7e5b6d02962170fbe0c611c1f2665002c47
  • Loading branch information
Zuul authored and openstack-gerrit committed Feb 2, 2018
1 parent 34c85a5 commit 5a9dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul
Submodule zuul updated from c39f38 to 41010e

0 comments on commit 5a9dad6

Please sign in to comment.