Skip to content
Snippets Groups Projects
Commit a47aaeab authored by Andrey Vitushkin's avatar Andrey Vitushkin
Browse files

Issue #3466336: Update the .gitlab-ci.yml file

parent c002a630
No related branches found
No related tags found
No related merge requests found
Pipeline #245905 failed
################
# GitLabCI template for Drupal projects.
#
# 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.
# As long as you include the project, ref and three files below, any future updates added by the Drupal Association will be used in your
# pipelines automatically. However, you can modify this template if you have additional needs for your project.
# The full documentation is on https://project.pages.drupalcode.org/gitlab_templates/
################
# For information on alternative values for 'ref' see https://project.pages.drupalcode.org/gitlab_templates/info/templates-version/
# To test a Drupal 7 project, change the first include filename from .main.yml to .main-d7.yml
include: include:
- project: $_GITLAB_TEMPLATES_REPO - project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF ref: $_GITLAB_TEMPLATES_REF
file: file:
- '/includes/include.drupalci.main.yml' - "/includes/include.drupalci.main.yml"
- '/includes/include.drupalci.variables.yml' - "/includes/include.drupalci.variables.yml"
- '/includes/include.drupalci.workflows.yml' - "/includes/include.drupalci.workflows.yml"
variables:
CORE_PHP_MIN: '8.3'
OPT_IN_TEST_MAX_PHP: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
_CSPELL_WORDS: '"selfdoc"'
composer-lint: {allow_failure: false} ################
eslint: {allow_failure: false} # Pipeline configuration variables are defined with default values and descriptions in the file
cspell: {allow_failure: false} # https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
phpcs: {allow_failure: false} # Uncomment the lines below if you want to override any of the variables. The following is just an example.
phpstan: {allow_failure: false} ################
phpstan (next minor): {allow_failure: false} variables:
phpstan (next major): {allow_failure: false} OPT_IN_TEST_MAX_PHP: '1'
# SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main'
phpunit: phpunit:
parallel: parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment