diff options
author | Mek Stittri <mstittri@gitlab.com> | 2018-12-04 11:19:03 -0800 |
---|---|---|
committer | Mek Stittri <mstittri@gitlab.com> | 2018-12-04 11:19:03 -0800 |
commit | 9f3e0dc54dbf5a112a1d7a969b40e55d3f60ca30 (patch) | |
tree | bce1aaa649247bd21de5f77ad24dff3da92a674a /.gitlab-ci.yml | |
parent | 12a1da9402a8f90ba3256c9c19a110e92a1e41b6 (diff) | |
download | gitlab-ce-9f3e0dc54dbf5a112a1d7a969b40e55d3f60ca30.tar.gz |
Allow review app smoke test to fail for now
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d738a13531b..a41d86fcaf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -982,6 +982,7 @@ review-qa-smoke: retry: 2 script: - gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" + allow_failure: true review-qa-all: <<: *review-qa-base |