Skip to content
代码片段 群组 项目
提交 3c62a8e6 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat
浏览文件

Merge branch 'jz-update-gl-pages-e2e-spec' into 'master'

Update Gitlab Pages E2E Test to run on Package-and-qa

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/98860



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarJohn McDonnell <jmcdonnell@gitlab.com>
Co-authored-by: default avatarJason Zhang <jzhang@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -380,6 +380,15 @@ ee:update-major:
- if: $QA_SUITES =~ /Test::Instance::Smoke/
- !reference [.rules:test:manual, rules]
ee:gitab-pages:
extends: .qa
variables:
QA_SCENARIO: Test::Integration::GitlabPages
rules:
- !reference [.rules:test:qa, rules]
- if: $QA_SUITES =~ /Test::Integration::GitlabPages/
- !reference [.rules:test:manual, rules]
ee:gitaly-cluster:
extends: .qa
variables:
......
# frozen_string_literal: true
module QA
module Scenario
module Test
module Instance
class GitlabPages < All
tags :gitlab_pages
end
end
end
end
end
# frozen_string_literal: true
module QA
RSpec.describe 'Create', :runner, only: { subdomain: :staging }, product_group: :editor do
RSpec.describe 'Create', :gitlab_pages, :orchestrated, except: { job: 'review-qa-*', subdomain: :production } do
# TODO: Convert back to :smoke once proved to be stable. Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/300906
describe 'Pages' do
describe 'Pages', product_group: :editor do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'jekyll-pages-project'
......@@ -21,7 +22,6 @@ module QA
before do
Flow::Login.sign_in
Resource::Runner.fabricate_via_api! do |runner|
runner.project = project
runner.executor = :docker
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册