🏗️ Try to use directed acyclic graphs in CI pipeline

This commit is contained in:
Luc Didry 2019-08-23 08:11:49 +02:00
parent 3d55244491
commit 5f134d2b34
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 5 additions and 3 deletions

View File

@ -33,6 +33,8 @@ variables:
paths:
- local.tar
expire_in: 3 hours
needs:
- carton
after_script:
- tar cf local.tar local/
@ -51,14 +53,14 @@ variables:
.sqlite_template: &sqlite_definition
<<: *tests_template
dependencies:
needs:
- carton_sqlite
services:
- name: rroemhild/test-openldap
alias: rroemhild-test-openldap
.pg_template: &pg_definition
<<: *tests_template
dependencies:
needs:
- carton_postgresql
services:
- name: postgres:11
@ -67,7 +69,7 @@ variables:
alias: rroemhild-test-openldap
.mysql_template: &mysql_definition
<<: *tests_template
dependencies:
needs:
- carton_mysql
services:
- name: mariadb:10.3