Skip to content
代码片段 群组 项目
提交 a3d5ec93 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab Bot
浏览文件

Move relative-url specs to nightly e2e test run

上级 dd3a963f
No related branches found
No related tags found
无相关合并请求
......@@ -97,6 +97,17 @@ integration-opensearch-compatibility-version-2:
OPENSEARCH_VERSION: "2.0.1"
QA_SCENARIO: "Test::Integration::Opensearch"
# ------------------------------------------
# Relative url
# ------------------------------------------
relative-url:
extends:
- .qa
- .ee
- .parallel
variables:
QA_SCENARIO: Test::Instance::RelativeUrl
# ==========================================
# Post test stage
# ==========================================
......
......@@ -81,6 +81,7 @@ instance-ff-inverse:
# ------------------------------------------
# ========== instance ===========
instance:
extends:
- .parallel
......@@ -151,38 +152,6 @@ praefect-selective-parallel:
variables:
QA_TESTS: ""
# ========== relative-url ===========
relative-url:
extends:
- .qa
- .parallel
variables:
QA_SCENARIO: Test::Instance::RelativeUrl
rules:
- !reference [.rules:test:qa-parallel, rules]
- if: $QA_SUITES =~ /Test::Instance::All/
relative-url-selective:
extends: .qa
variables:
QA_SCENARIO: Test::Instance::RelativeUrl
rules:
- !reference [.rules:test:qa-selective, rules]
- if: $QA_SUITES =~ /Test::Instance::All/
relative-url-selective-parallel:
extends:
- .qa
- .parallel
variables:
QA_SCENARIO: Test::Instance::RelativeUrl
rules:
- !reference [.rules:test:qa-selective-parallel, rules]
- if: $QA_SUITES =~ /Test::Instance::All/
variables:
QA_TESTS: ""
# ========== decomposition-single-db ===========
decomposition-single-db:
......
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class OAuth < Test::Instance::All
tags :oauth
end
end
end
end
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册