Skip to content
Snippets Groups Projects
Commit cf8443ec authored by Ankit Pathak's avatar Ankit Pathak
Browse files

Issue#3431931: Updating gitlab tempalte.

parent b1c55efc
No related branches found
Tags 10.0.2
No related merge requests found
Pipeline #177663 failed with stages
in 2 minutes and 12 seconds
......@@ -6,21 +6,24 @@ include:
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
variables:
_PHPUNIT_CONCURRENT: '1'
#
# Start custom overrides.
#
phpunit:
extends: .phpunit-base
services:
- !reference [.with-database]
- !reference [.with-chrome]
- name: memcached:1.6
alias: memcached
- name: memcached:3.2
before_script:
# https://docs.gitlab.com/ee/ci/jobs/index.html#pre-collapse-sections
- echo -e "\e[0Ksection_start:`date +%s`:my_first_section[collapsed=true]\r\e[0KInstall PHP Extension"
- pecl install memcache && docker-php-ext-enable memcache
- apt-get update && apt-get install --no-install-recommends -y
- apt install -y libmemcached-dev zlib1g-dev libssl-dev
- yes '' | pecl install -f memcached && docker-php-ext-enable memcached
# - pecl install memcached && docker-php-ext-enable memcached
- echo -e "\e[0Ksection_end:`date +%s`:my_first_section\r\e[0K"
variables:
MEMCACHED_HOST: "memcached:11211"
......@@ -29,9 +32,10 @@ phpunit:
# Show more log output
_PHPUNIT_EXTRA: --verbose
# Convenient, and we have no secrets.
_SHOW_ENVIRONMENT_VARIABLES: 1
_SHOW_ENVIRONMENT_VARIABLES: '1'
phpcs:
allow_failure: false
phpstan:
allow_failure: false
\ No newline at end of file
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