-
Sebastien ANDRE authored
* remove deprecated utf8_encode and decode * remove strftime * phpunit 9.6 * rename PHPunit class with namespace * migrate phpunit xml files to 9.6 * remove return in teardown * phpunit constraint change * remove call strftime * use phpunit for assert * remove early desc in run phpunit * fix error with xdebug * Fix View parameter * disabled multimedia and webkiosk tests * in volatile dont use adpater sql * try to fix kidilangues * fix SoapClient error * disable disk test * remove zend_adapter in bokeh tests * remove upgrade_db.sh in git run * change gitlab-ci with new image boogie * Always pull dev images for alpine-8.3 * php 83: fix iconv error
b259a564
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 2.16 KiB
variables:
MYSQL_HOST: registry.afi-sa.net__hds__mariadb-docker
MYSQL_DATABASE: "bokeh_build_${CI_BUILD_REF}"
MYSQL_ROOT_PASSWORD: root
BOKEH_HTML_VALIDATOR_URL: "http://sthysel__nuhtml:8888"
test:php81_bokeh:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:8.1-dev
pull_policy: always
services:
- sthysel/nuhtml
script:
- bash build_bokeh.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
except:
- tags
tags:
- 81_bokeh
test:php81_other:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:8.1-dev
pull_policy: always
services:
- registry.afi-sa.net/hds/mariadb-docker:10.11.8
- sthysel/nuhtml
script:
- bash scripts/ci_data_preparation.sh $MYSQL_DATABASE $MYSQL_HOST $MYSQL_ROOT_PASSWORD
- bash build_other.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
except:
- tags
tags:
- 81_other
test:php81_scenario:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:8.1-dev
pull_policy: always
services:
- sthysel/nuhtml
script:
- bash build_scenario.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
except:
- tags
tags:
- 81_scenario
test:php83_bokeh:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:alpine-8.3-dev
pull_policy: always
services:
- sthysel/nuhtml
script:
- bash build_bokeh.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD $MYSQL_HOST
except:
- tags
tags:
- 83_bokeh
test:php83_other:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:alpine-8.3-dev
pull_policy: always
services: