gitlab-org--gitlab-foss/spec/factories/ci
Shinya Maeda 6a18a411a3 Make pipeline schedule worker resilient
Currently, pipeline schedule worker is unstable because it's
sometimes killed by excessive memory consumption.
In order to improve the performance, we add the following fixes:

1. next_run_at is always real_next_run, which means the value
   always takes into account of worker's cron schedule
1. Remove exlusive lock. This is already covered by real_next_run
   change.
1. Use RunPipelineScheduleWorker for avoiding memory killer.
   Memory consumption is spread to the multiple sidekiq worker.
2019-06-03 10:04:57 +07:00
..
bridge.rb Add bridge variables trait to the factory 2019-01-29 12:46:19 +01:00
build_trace_chunks.rb Fix spec 2018-07-04 15:19:22 +09:00
build_trace_section_names.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
builds.rb Remove legacy artifact related code 2019-05-31 10:49:17 +07:00
group_variables.rb Revert "Merge branch 'revert-8baf9e5f' into 'master'" 2019-02-27 12:52:53 +01:00
job_artifacts.rb Remove legacy artifact related code 2019-05-31 10:49:17 +07:00
pipeline_schedule.rb Make pipeline schedule worker resilient 2019-06-03 10:04:57 +07:00
pipeline_schedule_variables.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
pipeline_variables.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
pipelines.rb Add :preparing status to HasStatus 2019-03-20 11:48:31 +11:00
runner_projects.rb Refactor validations and make runner factory by default to be instance-wide runner 2018-05-31 10:56:07 +02:00
runners.rb Add tests for shared/runners/show.html.haml view 2018-10-22 16:29:09 +02:00
stages.rb Use stages position column to track stage index 2018-05-01 14:30:44 +02:00
trigger_requests.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
triggers.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
variables.rb Revert "Merge branch 'revert-8baf9e5f' into 'master'" 2019-02-27 12:52:53 +01:00