summaryrefslogtreecommitdiff
path: root/spec/services/ci/retry_build_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix retry build service specs related to the stagefeature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-071-3/+15
|
* Clone stage_id when retrying a CI/CD jobGrzegorz Bizon2017-06-061-2/+1
|
* Use stage_id column in code that needs to know about itGrzegorz Bizon2017-06-011-1/+2
|
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+8
|
* Fix test by ignoring auto_canceled_by for jobsLin Jen-Shin2017-04-071-3/+4
|
* All CI offline migrationsKamil TrzciƄski2017-03-171-1/+1
|
* Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-10/+21
|
* Improve build retry service tests for cloning dataGrzegorz Bizon2017-03-011-2/+5
|
* Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-9/+20
|
* Fix build attributes test, see:Lin Jen-Shin2017-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9021#note_23782188 This is discovered by https://gitlab.com/gitlab-org/gitlab-ce/builds/10815456 I removed `gl_project_id` and this is failing. I took some look, realizing that: * `trace` is duplicated in `attributes` * `tag_list` is not included in `build.attributes` * `artifacts_expire_at` is missing in `attributes` So we need to: * Remove duplicated `trace` in `attributes` (40 -> 39) * Remove `tag_list` in `attributes` (39 -> 38) * Add `artifacts_expire_at` to `attributes` (38 -> 39) * Add `gl_project_id` to `attributes` (39 -> 40)
* Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-16/+20
|
* Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
|
* Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-151-2/+2
|
* Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-141-0/+25
|
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-8/+8
|
* Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-1/+1
|
* Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56