Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.06 KiB
Newer Older
Kim Pepper's avatar
Kim Pepper committed
include:
Kim Pepper's avatar
Kim Pepper committed
  - project: $_GITLAB_TEMPLATES_REPO
Kim Pepper's avatar
Kim Pepper committed
    ref: $_GITLAB_TEMPLATES_REF
    file:
      - '/includes/include.drupalci.main.yml'
      - '/includes/include.drupalci.variables.yml'
      - '/includes/include.drupalci.workflows.yml'
variables:
Kim Pepper's avatar
Kim Pepper committed
  _CSPELL_WORDS: 'aggs,basicauth,asciifolding,datasource,datasources,fuzzyness,geofield,geophp,geopoint,lucene,makina,ngram,opensearchproject,querytime,multifield'
  OPT_IN_TEST_PREVIOUS_MINOR: 1
  OPT_IN_TEST_NEXT_MINOR: 1

composer (next minor):
  allow_failure: true
  variables:
    _LENIENT_ALLOW_LIST: geofield

phpcs:
  allow_failure: false

phpstan:
  allow_failure: false

phpstan (next major):
  allow_failure: true
phpunit:
  extends: .phpunit-base
  services:
    - !reference [.with-database]
    - !reference [.with-chrome]
    - name: opensearchproject/opensearch:2
      alias: opensearch
      variables:
        _SHOW_ENVIRONMENT_VARIABLES: 1
        'discovery.type': 'single-node'
        DISABLE_SECURITY_PLUGIN: 'true'
        OPENSEARCH_JAVA_OPTS: '-Xms1g -Xmx1g'