gitlab-org--gitlab-foss/lib/gitlab/ci/build
Thong Kuah 4615dca1d9 Drop fallback to deployment platform
All deployments should have already their cluster_id filled in on
creation. Legacy deployments will not be retried as:-

* Ci::Build#retry calls `Ci::RetryBuildService`
* Ci::Pipeline#retry
calls `Ci::RetryPipelineService` which also calls
`Ci::RetryBuildService`
* `Ci::RetryBuildService` will clone a build to retry

It is also impossibly to backfill Deployment#cluster_id from
Project#deployment_platform correctly as clusters could have been
deleted, added or altered in the intervening time.
2019-06-27 17:28:52 +12:00
..
artifacts Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
credentials
policy Allow to use untrusted Regexp via feature flag 2019-04-04 15:00:56 +00:00
prerequisite Drop fallback to deployment platform 2019-06-27 17:28:52 +12:00
image.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
policy.rb
port.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
step.rb