From b0eed9d9b34b7f6f8dfbd38ea90ac7a2da75a575 Mon Sep 17 00:00:00 2001 From: Al Munnings <al.munnings@gmail.com> Date: Wed, 15 May 2024 09:17:27 +1000 Subject: [PATCH] Issue #3446989: Stabbing around furiously --- .gitlab-ci.yml | 80 ++------------------------------------------------ 1 file changed, 3 insertions(+), 77 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80584ecb..a2bb3550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,31 +1,3 @@ -################ -# DrupalCI GitLabCI template -# -# Gitlab-ci.yml to replicate DrupalCI testing for Contrib -# -# With thanks to: -# * The GitLab Acceleration Initiative participants -# * DrupalSpoons -################ - -################ -# Guidelines -# -# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification. It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained. -# -# However, you can modify this template if you have additional needs for your project. -################ - -################ -# Includes -# -# Additional configuration can be provided through includes. -# One advantage of include files is that if they are updated upstream, the changes affect all pipelines using that include. -# -# Includes can be overridden by re-declaring anything provided in an include, here in gitlab-ci.yml -# https://docs.gitlab.com/ee/ci/yaml/includes.html#override-included-configuration-values -################ - include: ################ # DrupalCI includes: @@ -50,7 +22,7 @@ phpstan: # # These are the variables provided to the Run Pipeline form that a user may want to override. # -# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml +# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.3.x-latest/includes/include.drupalci.variables.yml ################ variables: OPT_IN_TEST_NEXT_MINOR: 1 @@ -65,51 +37,5 @@ composer (next major): _LENIENT_ALLOW_LIST: "address,block_field,double_field,entity_reference_revisions,eck,geofield,graphql,layout_paragraphs,menu_item_extras,metatag,paragraphs,redirect,schema_metatag,svg_image,token,typed_data,viewfield" _COMPOSER_PATCHES_FILE: "composer.patches.next-major.json" _TARGET_DB_VERSION: $CORE_MYSQL_MAX - _PHPUNIT_CONCURRENT: 1 - - -################################################################################### -# -# * -# /( -# ((((, -# /((((((( -# ((((((((((* -# ,((((((((((((((( -# ,((((((((((((((((((( -# ((((((((((((((((((((((((* -# *((((((((((((((((((((((((((((( -# ((((((((((((((((((((((((((((((((((* -# *(((((((((((((((((( .(((((((((((((((((( -# ((((((((((((((((((. /(((((((((((((((((* -# /((((((((((((((((( .(((((((((((((((((, -# ,(((((((((((((((((( (((((((((((((((((( -# .(((((((((((((((((((( .((((((((((((((((( -# ((((((((((((((((((((((( ((((((((((((((((/ -# (((((((((((((((((((((((((((/ ,(((((((((((((((* -# .((((((((((((((/ /(((((((((((((. ,((((((((((((((( -# *(((((((((((((( ,(((((((((((((/ *((((((((((((((. -# ((((((((((((((, /(((((((((((((. ((((((((((((((, -# (((((((((((((/ ,(((((((((((((* ,(((((((((((((, -# *((((((((((((( .((((((((((((((( ,((((((((((((( -# ((((((((((((/ /((((((((((((((((((. ,((((((((((((/ -# ((((((((((((( *(((((((((((((((((((((((* *(((((((((((( -# ((((((((((((( ,(((((((((((((..((((((((((((( *(((((((((((( -# ((((((((((((, /((((((((((((* /((((((((((((/ (((((((((((( -# ((((((((((((( /((((((((((((/ (((((((((((((* (((((((((((( -# (((((((((((((/ /(((((((((((( ,((((((((((((, *(((((((((((( -# (((((((((((((( *(((((((((((/ *((((((((((((. ((((((((((((/ -# *((((((((((((((((((((((((((, /((((((((((((((((((((((((( -# ((((((((((((((((((((((((( ((((((((((((((((((((((((, -# .(((((((((((((((((((((((/ ,((((((((((((((((((((((( -# ((((((((((((((((((((((/ ,(((((((((((((((((((((/ -# *((((((((((((((((((((( (((((((((((((((((((((, -# ,(((((((((((((((((((((, ((((((((((((((((((((/ -# ,(((((((((((((((((((((* /(((((((((((((((((((( -# ((((((((((((((((((((((, ,/((((((((((((((((((((, -# ,((((((((((((((((((((((((((((((((((((((((((((((((((( -# .((((((((((((((((((((((((((((((((((((((((((((( -# .((((((((((((((((((((((((((((((((((((,. -# .,(((((((((((((((((((((((((. -# -################################################################################### + _PHPUNIT_CONCURRENT: "1" + _SHOW_ENVIRONMENT_VARIABLES: "1" -- GitLab