Skip to content
Snippets Groups Projects
Commit c31a75ed authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'feature/codeception-speed-up' into 'master'

Feature/codeception speed up

See merge request wpdesk/gitlab-ci!91
parents a4afe242 ec2130a1
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ library:
- $IS_LIBRARY
.template: &job-codeception-test
image: wpdesknet/wordpresscli:23
image: wpdesknet/wordpresscli:24
cache:
key: ${CI_PROJECT_NAME}-vendor
paths:
......@@ -400,7 +400,6 @@ library:
CI_DEBUG_SERVICES: trace
SCREEN_WIDTH: 1200
SCREEN_HEIGHT: 1600
JAVA_OPTS: -Xmx2048m
services:
- name: mysql:5.6
alias: mysqltests
......@@ -429,11 +428,11 @@ library:
- export MYSQL_IP=$(awk '/^[[:space:]]*($|#)/{next} /mysqltests/{print $1; exit}' /etc/hosts)
- export WOOTESTS_IP=$(awk '/^[[:space:]]*($|#)/{next} /wootests/{print $1; exit}' /etc/hosts)
- cd ${CI_PROJECT_DIR}
- pwd
- composer install --prefer-dist --no-progress --no-dev
- mkdir -p /tmp/project
- cp -r ${CI_PROJECT_DIR}/. /tmp/project
- composer install --prefer-dist --no-progress
- cd /tmp/project
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-progress --prefer-dist --no-dev
- cd ${CI_PROJECT_DIR}
- mkdir -p ${APACHE_DOCUMENT_ROOT}
- cd ${APACHE_DOCUMENT_ROOT}
- wp core download ${WORDPRESS_CLI_PARAMETERS} --allow-root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment