Skip to content

Disable sign-ups after Review App deploy

Rémy Coutable requested to merge 221073-disable-sign-up-on-review-apps into master

What does this MR do?

This disable sign ups just after deploying the Review App: https://gitlab.com/gitlab-org/gitlab/-/jobs/599788530

 $ disable_sign_ups
 ** Waiting till 'task-runner' pod is ready **
 Running 'kubectl get pods --namespace review-apps-ee --field-selector=status.phase=Running -lapp=task-runner,release=review-221073-dis-514j4w --no-headers -o=custom-columns=NAME:.metadata.name | tail -n 1'
 The pod name is 'review-221073-dis-514j4w-task-runner-6dd95fd85d-nxq7x'.
 Unable to use a TTY - input is not a terminal or the right kind of file
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed
 100  7269  100  7269    0     0  11800      0 --:--:-- --:--:-- --:--:-- 11800
 Sign-ups have been disabled successfully.

This also disable the "sign up" test in the review-qa-smoke job.

Review app: https://gitlab-review-221073-dis-514j4w.gitlab-review.app/users/sign_in

Closes #221073.

Edited by Rémy Coutable

Merge request reports