Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -59,4+59,4 @@
@@ -59,4+59,4 @@
services:
services:
- mariadb:10.4
- mariadb:10.4
script:
script:
- make pipeline-test SQL_HOST=mariadb
- make pipeline-test SQL_HOST=mariadb
# Run the unit tests with MySQL 8
# Run the unit tests with MySQL 8
unittests-mysql-8
unittests-mysql-8:
tags: [ docker ]
tags: [ docker ]
stage: test
stage: test
# Should not stop the pipeline from continuing.
# Should not stop the pipeline from continuing.
@@ -76,7 +76,7 @@ unittests-mysql-8
@@ -76,7 +76,7 @@ unittests-mysql-8
- make pipeline-test SQL_HOST=mysql
- make pipeline-test SQL_HOST=mysql
# Run the unit tests with MySQL 5
# Run the unit tests with MySQL 5
unittests-mysql-5
unittests-mysql-5:
tags: [ docker ]
tags: [ docker ]
stage: test
stage: test
# Should not stop the pipeline from continuing.
# Should not stop the pipeline from continuing.
Loading