summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorddavison <ddavison@gitlab.com>2018-12-12 13:27:19 -0800
committerddavison <ddavison@gitlab.com>2018-12-12 13:27:19 -0800
commit14b00e79938cbe51d0269b54973eff0126369158 (patch)
tree4ecf476aa6050fd95bdf45a7746edd31b27886af
parenta9be222fa98733f07f6e2390401e01c7521a2d2d (diff)
downloadgitlab-ce-limit-review-deployments-to-manual.tar.gz
Make review actions Manual.limit-review-deployments-to-manual
Running into issues with AWS rate limiting, making the review-* steps manual for CE will help with the limiting (until a more permanent solution is implemented)
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b26c2d16d77..da526fa8533 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -446,6 +446,7 @@ setup-test-env:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage: test
cache: {}
+ when: manual
dependencies: []
environment: &review-environment
name: review/${CI_COMMIT_REF_NAME}