Skip to content
Snippets Groups Projects

Debug in expand_composer.

3 unresolved threads
Compare and
5 files
+ 313
311
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 280
0
##################
# Hidden variables
#
# The variables in this file in general should not need to be overriden in contrib jobs. They are defined without a separate
# value and description so that they do not appear in the 'run pipelines' form. The values can be overriden in the project's
# .gitlab-ci.yml file if highly specialized custom pipelines are needed.
##################
variables:
# Have to have a comment here to satisfy eslint prettier. Need to get our customized rules set up, so we can allow a blank line here.
################
# Semantic Labels for Core Versions
# https://www.drupal.org/drupalorg/docs/drupal-ci/drupalorg-testing-policy#CodeTargets
################
# The most recent, stable version of Drupal.
CORE_STABLE: "10.2.5"
# The most recent security release in the latest major version of Drupal.
CORE_SECURITY: "10.2.2"
# The most recent security release in the previous minor of the latest major version of Drupal.
CORE_SECURITY_PREVIOUS_MINOR: "10.1.8"
# Development branch for patch level development/bugfixes.
CORE_SUPPORTED: "10.2.x-dev"
# Development branch for next minor version of Drupal.
CORE_MINOR: "11.x-dev"
# Once the current minor-dev branch enters a beta phase, this is the dev branch for the *next* minor version.
CORE_NEXT_MINOR: "10.3.x-dev"
# Development branch for next major version of Drupal.
CORE_MAJOR_DEVELOPMENT: "11.x-dev"
# The most recent, stable previous major version of Drupal.
CORE_PREVIOUS_STABLE: "9.5.11"
# The most recent security release in the previous major version of Drupal.
CORE_PREVIOUS_SECURITY: "9.5.11"
# Most recent stable release of the legacy version of Drupal (7).
CORE_LEG_STABLE: "7.100"
# Patch development for the legacy version of Drupal (7.x-dev).
CORE_LEG_PATCH: "7.x-dev"
# Minor development for the legacy version of Drupal (7.x-dev).
CORE_LEG_MINOR: "7.x-dev"
################
# Semantic Labels for PHP Versions
# https://www.drupal.org/drupalorg/docs/drupal-ci/drupalorg-testing-policy#s-core-supported-environments
################
################
# Modern Drupal
# PHP Requirements: https://www.drupal.org/docs/system-requirements/php-requirements#versions
################
# The minimum supported version of PHP for the current stable version of Drupal.
CORE_PHP_MIN: "8.1"
# The maximum/latest supported version of PHP for the current stable version of Drupal.
CORE_PHP_MAX: "8.3"
# The next/prerelease version of PHP targeted for support by the current stable version of Drupal.
CORE_PHP_NEXT: "8.3"
# The minimum version of PHP targeted for support by the next Major release of Drupal.
CORE_NEXT_PHP_MIN: "9.0"
# The maximum/latest version of PHP targeted for support.
CORE_NEXT_PHP_MAX: "9.0"
# The next/prelease version of PHP targeted for support by the next Major release of Drupal.
CORE_NEXT_PHP_NEXT: "9.0"
################
# Previous Drupal core version
# PHP Requirements: https://www.drupal.org/docs/7/system-requirements/php-requirements
################
# The minimum supported version of PHP for the previous stable major version of Drupal.
CORE_PREVIOUS_PHP_MIN: "7.4"
# The maximum/latest supported version of PHP for the previous stable version of Drupal.
CORE_PREVIOUS_PHP_MAX: "8.1"
################
# Legacy Drupal
# PHP Requirements: https://www.drupal.org/docs/7/system-requirements/php-requirements
################
# The minimum supported version of PHP for legacy Drupal.
CORE_LEG_PHP_MIN: "5.6"
# The maximum/latest supported version of PHP for legacy Drupal.
CORE_LEG_PHP_MAX: "8.2"
# The next/prelease version of PHP targeted for support by legacy Drupal.
CORE_LEG_PHP_NEXT: "8.3"
################
# Semantic Labels for Database Versions
# https://www.drupal.org/drupalorg/docs/drupal-ci/drupalorg-testing-policy#s-core-supported-environments
################
# Container for running mysql/percona/maria environments.
MYSQL_PERCONA_MARIADB: "mysql"
# Container for running PostgreSQL environments.
POSTGRESQL: "pgsql"
# Run against built-in SQLite.
SQLITE: "sqlite"
################
# MySQL/Percona
# Version constraints for MySQL/Percona vs. MariaDB differ significantly, so variables are provided for both.
# The values here need to have a matching image in https://git.drupalcode.org/project/drupalci_environments
################
# The minimum version of MySQL supported by modern Drupal.
CORE_MYSQL_MIN: "5.7"
# The maximum version of MySQL supported by modern Drupal.
CORE_MYSQL_MAX: "8"
# The next/prerelease targeted version of MySQL for modern Drupal.
CORE_MYSQL_NEXT: "n/a"
# The current recommended test version of mysql for modern Drupal."
CORE_MYSQL_TEST_DEFAULT: "5.7"
# The minimum version of MySQL supported by legacy Drupal (Drupal 7).
CORE_LEG_MYSQL_MIN: "5.5"
# The maximum version of MySQL supported by legacy Drupal (Drupal 7).
CORE_LEG_MYSQL_MAX: "8"
# The next/prerelease targeted version of MySQL on legacy Drupal (Drupal 7).
CORE_LEG_MYSQL_NEXT: "n/a"
# The current recommended test version of mysql for legacy Drupal"
CORE_LEG_MYSQL_TEST_DEFAULT: "5.7"
################
# MariaDB
################
# The minimum version of MariaDB supported by modern Drupal.
CORE_MARIADB_MIN: "10.2.7"
# The maximum version of MariaDB supported by modern Drupal.
CORE_MARIADB_MAX: "10.3.22"
# The next/prelease version of MariaDB targeted for modern Drupal.
CORE_MARIADB_NEXT: "n/a"
# The current recommended test version of mariadb for modern Drupal."
CORE_MARIADB_MIN_TEST_DEFAULT: "10.3.22"
# The minimum version of MariaDB supported by legacy Drupal (Drupal 7).
CORE_LEG_MARIADB_MIN: "10.2.7"
# The minimum version of MariaDB supported by legacy Drupal (Drupal 7).
CORE_LEG_MARIADB_MAX: "10.3.22"
# The next/prerelease targeted version of MariaDB for legacy Drupal (Drupal 7).
CORE_LEG_MARIADB_NEXT: "n/a"
# The current recommended test version of mariadb for legacy Drupal."
CORE_LEG_MARIADB_MIN_TEST_DEFAULT: "10.3.22"
################
# PostgreSQL/pgSQL
################
# The minimum version of PostgreSQL supported by modern Drupal.
CORE_PGSQL_MIN: "14.1"
# The maximum version of PostgreSQL supported by modern Drupal.
CORE_PGSQL_MAX: "16"
# The next/prelease version of PostgreSQL targeted for modern Drupal.
CORE_PGSQL_NEXT: "n/a"
# The minimum version of PostgreSQL supported by legacy Drupal (Drupal 7).
CORE_LEG_PGSQL_MIN: "9.1"
# The maximum version of PostgreSQL supported by legacy Drupal (Drupal 7).
CORE_LEG_PGSQL_MAX: "14.1"
# The next/prerelease targeted version of PostgreSQL on legacy Drupal (Drupal 7).
CORE_LEG_PGSQL_NEXT: "n/a"
################
# SQLite
################
# The miminum supported version of SQLite on modern Drupal.
CORE_SQLITE_MIN: "3"
# The maximum supported version of SQLite on modern Drupal.
CORE_SQLITE_MAX: "3"
# The next/prerelease targeted version of SQLite for modern Drupal.
CORE_SQLITE_NEXT: "n/a"
# The miminum supported version of SQLite on legacy Drupal (Drupal 7).
CORE_LEG_SQLITE_MIN: "3"
# The maximum supported version of SQLite on legacy Drupal (Drupal 7).
CORE_LEG_SQLITE_MAX: "3"
# The next/prerelease targeted version of SQLite for legacy Drupal (Drupal 7).
CORE_LEG_SQLITE_NEXT: "n/a"
################
# Composer Requirements
# https://www.drupal.org/docs/system-requirements/composer-requirements
################
# The minimum supported version of Composer on modern Drupal.
CORE_COMPOSER_MIN: "2.2.18"
# The next/prerelease targeted version of Composer for modern Drupal.
CORE_COMPOSER_MIN_NEXT: "2.3.6"
# Major version constraint for Composer for use with modern Drupal.
COMPOSER_PLUGIN_CONSTRAINT: "^2"
# Additional options that are appended to the `composer` job call."
COMPOSER_EXTRA: ""
# Allow composer calls to be run from the root user."
COMPOSER_ALLOW_SUPERUSER: "1"
################
# Semantic Labels for Core Composer Constraints
# https://www.drupal.org/drupalorg/docs/drupal-ci/drupalorg-testing-policy#CodeTargets
################
# Constrain Composer requirements to current minimum supported major branch.
CONSTRAINT_CORE_MAJOR: "^9"
# Constrain Composer requirements to the next major branch.
CONSTRAINT_CORE_MAJOR_NEXT: "^11"
# Constrain Composer requirements to legacy major branch (Drupal 7).
CONSTRAINT_CORE_LEGACY: "^7"
################
# Other
################
# Used to improve the readability of log output. Starts with blank and newline. Use printf not echo.
DIVIDER: " \n*****************************************************************************************************************************"
################
# Deprecated
#
# If a variable is used in the 'rules: if:' condition of the 'deprecation warning' job it must remain defined in this file.
# The default values here should be "", even if the original default was not "".
################
# Deprecated in version 1.1.0. This variable is no longer needed. The composer step will run when it is needed by other jobs
# See https://git.drupalcode.org/project/gitlab_templates/-/blob/main/CHANGELOG.md#110-2024-01-30
SKIP_COMPOSER: ""
# Deprecated in version 1.3.6. Use _LENIENT_ALLOW_LIST instead (with a leading underscore)
# See https://git.drupalcode.org/project/gitlab_templates/-/blob/main/CHANGELOG.md#136-2024-04-10
LENIENT_ALLOW_LIST: ""
# Deprecated in version 1.3.6. Use _COMPOSER_PATCHES_FILE instead (with a leading underscore)
# See https://git.drupalcode.org/project/gitlab_templates/-/blob/main/CHANGELOG.md#136-2024-04-10
COMPOSER_PATCHES_FILE: ""
Loading