gitlab-org--gitlab-foss/spec/services/ci
Lin Jen-Shin c00fde606e Make sure all pipelines would go to pending once
Without this fix, pipeline could go from skipped to
running directly, bypassing the transition for:

    [:created, :pending] => :running

And this is responsible for setting up started_at.
Without this fix, started_at would never be set.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884
2017-11-09 16:59:52 +08:00
..
create_pipeline_service_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
extract_sections_from_build_trace_service_spec.rb Extract `Ci::Build#parse_trace_sections!` into a service 2017-10-06 12:33:10 +02:00
fetch_kubernetes_token_service_spec.rb Revert back FetchKubernetesTokenService 2017-11-01 13:58:08 +01:00
pipeline_trigger_service_spec.rb Add change log. Fix spec. 2017-09-13 18:23:35 +09:00
play_build_service_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
process_pipeline_service_spec.rb Make sure all pipelines would go to pending once 2017-11-09 16:59:52 +08:00
register_job_service_spec.rb Fix spec on egister_job_service_spec.rb 2017-09-03 23:58:25 +09:00
retry_build_service_spec.rb Don't create build failed todo when build is retried 2017-10-16 11:10:07 +01:00
retry_pipeline_service_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
stop_environments_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
update_build_queue_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
update_runner_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00