Commit graph

13 commits

Author SHA1 Message Date
Grzegorz Bizon
b35e624913 Fix pipeline processing specs after adding ability checks 2017-02-13 15:11:21 +01:00
Grzegorz Bizon
3761a0c50e Extend pipelines factory with transient config attribute 2016-11-27 16:24:43 +01:00
Grzegorz Bizon
e1285c1d8a Restore method that ensures builds being created 2016-11-25 15:11:56 +01:00
Grzegorz Bizon
5131f8dedf Remove remaining calls to CI yaml in pipeline specs 2016-11-25 10:45:36 +01:00
Grzegorz Bizon
c1cc252bbd Move helpers to the end of process pipeline specs 2016-11-25 10:44:13 +01:00
Grzegorz Bizon
fda61998bb Update pipeline processing specs for creating builds 2016-11-25 10:10:55 +01:00
Lin Jen-Shin
f0002da09c Add a test for on_failure jobs in the middle 2016-10-01 14:38:39 +08:00
Lin Jen-Shin
dd01f3a748 Should use eq because we want orders 2016-10-01 13:56:41 +08:00
Lin Jen-Shin
6053acf5e6 We consider skipped = success, fixes #22598 2016-09-30 03:41:38 +08:00
Lin Jen-Shin
385c602bd0 Less confusing name 2016-09-30 03:41:22 +08:00
Grzegorz Bizon
d147ebf3f8 Fix test for processing pipeline after retrying build 2016-08-19 14:34:40 +02:00
Grzegorz Bizon
b18afa835b Add test that shows problem with pipeline processing 2016-08-19 14:34:22 +02:00
Kamil Trzcinski
39203f1adf Pre-create all builds for Pipeline when a trigger is received
This change simplifies a Pipeline processing by introducing a special new status: created.
This status is used for all builds that are created for a pipeline.
We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped).
This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled.
This also allows us to visualise a full pipeline (with created builds).

This also removes an after_touch used for updating a pipeline state parameters.
Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
2016-08-11 15:22:35 +02:00