WIP: Fix acceptance oldest

[MAILPOET-4014]
This commit is contained in:
Brezo Cordero
2022-02-02 17:25:10 -06:00
committed by Jan Jakeš
parent f2f54e80cb
commit c8d7beb5dc
2 changed files with 6 additions and 1 deletions

View File

@@ -311,6 +311,9 @@ jobs:
mysql_image_version:
type: string
default: ''
codeception_image_version:
type: string
default: ''
wordpress_image_version:
type: string
default: ''
@@ -323,6 +326,7 @@ jobs:
environment:
MYSQL_COMMAND: << parameters.mysql_command >>
MYSQL_IMAGE_VERSION: << parameters.mysql_image_version >>
CODECEPTION_IMAGE_VERSION: << parameters.codeception_image_version >>
WORDPRESS_IMAGE_VERSION: << parameters.wordpress_image_version >>
steps:
- attach_workspace:
@@ -572,6 +576,7 @@ workflows:
woo_subscriptions_version: 3.0.10
mysql_command: --max_allowed_packet=100M
mysql_image_version: 5.5-ram
codeception_image_version: 7.4-cli_20210126.1
wordpress_image_version: wp-5.3_php7.2_20211213.1
requires:
- build

View File

@@ -2,7 +2,7 @@ version: '3.9'
services:
codeception:
image: mailpoet/wordpress:8.0-cli_20220126.1
image: mailpoet/wordpress:${CODECEPTION_IMAGE_VERSION:-8.0-cli_20220126.1}
depends_on:
- mailhog
- wordpress