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

Add missing e2e gem cache

上级 03a6dd46
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -6,6 +6,7 @@ workflow:
include:
- local: .gitlab/ci/version.yml
- local: .gitlab/ci/global.gitlab-ci.yml
- component: "gitlab.com/gitlab-org/quality/pipeline-common/allure-report@9.11.1"
inputs:
job_name: "e2e-test-report"
......@@ -47,6 +48,7 @@ stages:
.qa-install:
extends:
- .ruby-image
- .qa-cache
variables:
BUNDLE_SUPPRESS_INSTALL_USING_MESSAGES: "true"
BUNDLE_SILENCE_ROOT_WARNING: "true"
......
include:
- local: .gitlab/ci/global.gitlab-ci.yml
- local: .gitlab/ci/qa-common/main.gitlab-ci.yml
.check-release-set:
......
# This pipeline runs E2E tests against CNG build which is deployed via helm chart on a job local kind kubernetes cluster
include:
- local: .gitlab/ci/global.gitlab-ci.yml
- local: .gitlab/ci/cng/main.gitlab-ci.yml
- local: .gitlab/ci/qa-common/main.gitlab-ci.yml
- local: .gitlab/ci/qa-common/variables.gitlab-ci.yml
......
include:
- local: .gitlab/ci/global.gitlab-ci.yml
- local: .gitlab/ci/qa-common/main.gitlab-ci.yml
- local: .gitlab/ci/qa-common/rules.gitlab-ci.yml
- local: .gitlab/ci/qa-common/variables.gitlab-ci.yml
......@@ -31,7 +30,6 @@ workflow:
.gdk-qa-base:
extends:
- .e2e-test-base
- .qa-cache
# ignore runtime data from gdk because it's significantly slower than cng and runtime data for
# optimizing parallel distribution should be geared towards test-on-cng
- .with-ignored-runtime-data
......
......@@ -3,7 +3,6 @@
.omnibus-e2e:
image: ${CI_REGISTRY}/gitlab-org/gitlab-build-images/${BUILD_OS}-${OS_VERSION}-ruby-${RUBY_VERSION}:docker-${DOCKER_VERSION}
extends:
- .qa-cache
- .qa-install
- .docker-in-docker
- .e2e-test-variables
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册