Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-08 06:15:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-08 06:15:41 +0300
commit777ef5e9b2cb049db6c25867d8321a191cec8f72 (patch)
tree8e2458bdde3047bb367e99e9d7de9862107e6212 /.gitlab/ci/test-on-gdk
parent6352d2f7c2a9e62e07f854861f9f57dacbd6f4a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/test-on-gdk')
-rw-r--r--.gitlab/ci/test-on-gdk/main.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml b/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
index 73bd2838182..5493391971f 100644
--- a/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
+++ b/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
@@ -62,9 +62,6 @@ include:
GDK_URL: http://gdk.test:3000
KNAPSACK_TEST_FILE_PATTERN: "qa/specs/features/**/*_spec.rb"
QA_SUITE_STATUS_ENV_FILE: "$CI_PROJECT_DIR/suite_status.env"
- # Workaround to avoid enabling feature flags unintentionally
- # See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/137890#note_1681217315
- QA_FEATURE_FLAGS: ""
before_script:
- echo "SUITE_RAN=true" > "$QA_SUITE_STATUS_ENV_FILE"
- echo -e "\e[0Ksection_start:`date +%s`:pull_image[collapsed=true]\r\e[0KPull GDK QA image"