gitlab-org--gitlab-foss/spec/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
credentials
policy Make KubernetesService readonly 2019-06-18 00:01:56 +00:00
prerequisite Drop fallback to deployment platform 2019-06-27 17:28:52 +12:00
image_spec.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
policy_spec.rb
port_spec.rb Add port section to CI Image object 2019-04-03 09:50:54 +00:00
step_spec.rb