summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-01-10 14:51:02 +1300
committerThong Kuah <tkuah@gitlab.com>2019-01-10 16:43:53 +1300
commit158fec578d358bca73dcdcfe51bc231b52c173e7 (patch)
treefc0d5c417e3c92ffb40153b62c6dbbf1e8f1a6ab
parent4a6c7661edae664a7f6366201d017e24d8f42026 (diff)
downloadgitlab-ce-qa-assert-performance-job-auto-devops.tar.gz
Assert performance job is presentqa-assert-performance-job-auto-devops
This should help prevent previous regressions like https://gitlab.com/gitlab-org/gitlab-ee/issues/8846
-rw-r--r--qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
index 5147b17d7ab..4a08c877816 100644
--- a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
+++ b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
@@ -77,6 +77,7 @@ module QA
expect(pipeline).to have_build('build', status: :success, wait: 600)
expect(pipeline).to have_build('test', status: :success, wait: 600)
expect(pipeline).to have_build('production', status: :success, wait: 1200)
+ expect(pipeline).to have_build('performance', status: :success, wait: 600)
end
Page::Project::Menu.act { click_operations_environments }