diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b27354b482f04f58028ad9e5808741ddeed28b4b..68b87db1122b26bddd13cd5287a81b5e1d6a0847 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -461,23 +461,24 @@ ee:mattermost-quarantine: variables: QA_SCENARIO: "Test::Integration::Mattermost" -# Disabling geo jobs temporarily due to https://gitlab.com/gitlab-org/gitlab/-/issues/273063 -# ee:geo: -# extends: -# - .test -# - .ee-qa -# - .rspec-report-opts -# variables: -# QA_SCENARIO: "Test::Integration::Geo" - -# ee:geo-quarantine: -# extends: -# - .test -# - .ee-qa -# - .quarantine -# - .rspec-report-opts -# variables: -# QA_SCENARIO: "Test::Integration::Geo" +ee:geo: + extends: + - .test + - .high-capacity + - .ee-qa + - .rspec-report-opts + variables: + QA_SCENARIO: "Test::Integration::Geo" + +ee:geo-quarantine: + extends: + - .test + - .high-capacity + - .ee-qa + - .quarantine + - .rspec-report-opts + variables: + QA_SCENARIO: "Test::Integration::Geo" ce:ldap_no_tls: extends: