From 42f2c9149d5984b0208db28b5b6cf61efd5af7e3 Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis <acunskis@gitlab.com> Date: Tue, 22 Oct 2024 17:24:59 +0300 Subject: [PATCH] Remove allow_failure from test-on-cng trigger --- .gitlab/ci/qa.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml index 5f400b9f13e1f..28975858d4472 100644 --- a/.gitlab/ci/qa.gitlab-ci.yml +++ b/.gitlab/ci/qa.gitlab-ci.yml @@ -262,7 +262,6 @@ e2e:test-on-cng: PIPELINE_NAME: E2E CNG DYNAMIC_PIPELINE_YML: test-on-cng-pipeline.yml SKIP_MESSAGE: Skipping test-on-cng due to mr containing only quarantine changes! - allow_failure: true # TODO: remove once gitlab-org/quality/quality-engineering/team-tasks#3049 is finished e2e:code-suggestions-eval: extends: -- GitLab