Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
memcache-3431931
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
memcache-3431931
Commits
cf8443ec
Commit
cf8443ec
authored
7 months ago
by
Ankit Pathak
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3431931
: Updating gitlab tempalte.
parent
b1c55efc
No related branches found
Branches containing commit
Tags
10.0.2
Tags containing commit
No related merge requests found
Pipeline
#177663
failed with stages
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-8
12 additions, 8 deletions
.gitlab-ci.yml
with
12 additions
and
8 deletions
.gitlab-ci.yml
+
12
−
8
View file @
cf8443ec
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment