[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
Deployed in production back in december and working fine.  We still need more
gating jobs but that is an over story.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 101839 had a related patch set uploaded by Hashar:
make gate-and-submit a dependent pipeline

https://gerrit.wikimedia.org/r/101839

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 101839 merged by jenkins-bot:
make gate-and-submit a dependent pipeline

https://gerrit.wikimedia.org/r/101839

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
I played with it over the week-end on my local machine. Seems to works fine for
our use cases though I haven't thoroughly tested the mediawiki wmf branches
system.

The Gerrit change 101839 made gate-and-submit a DependentPipeline. Did land a
few changes today and they merged properly AND in the proper order.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
I did mean gate-and-submit.

The DependentPipeline is described in upstream documentation:
  http://ci.openstack.org/zuul/gating.html

The use case is to speed up the gating process when a lot of changes are
approved at the same time. We currently tests them one by one when we could
have them run in parallel (on different slaves).

I am not entirely sure how it works, hence this bug :D

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: Make gate-and-submit a DependentPipeline

2013-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Zuul: make gate-and-submit  |Zuul: Make gate-and-submit
   |a DependentPipeline |a DependentPipeline

--- Comment #1 from Krinkle krinklem...@gmail.com ---
Did you mean post-merge instead of gate-and-submit?

gate-and-submit must be run for individual changes so that test failures can be
caught individually. What will gate-and-submit do if it runs for multiple
changes and there is an error?

Will git HEAD have the proper modified files for all of the changes? Afaik a
git-merge can only be of 2 changes, not of an arbitrary number of changes. Zuul
would have to do some kind of squash to simulate them as 1 change. Not sure
this is wanted.

What problem will this solve?

If for post-merge instead of gate-and-submit, it makes sense to combine them.
Though even then one could argue it is useful to know which change caused a
regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48419] Zuul: make gate-and-submit a DependentPipeline

2013-05-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48419

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Blocks||47724

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l