Skip to content

Commit

Permalink
👷 — Use direct acyclic graph in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldidry committed Apr 26, 2022
1 parent a3bce8f commit 580c567
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ before_script:
.carton_bdd_template: &carton_bdd_definition
<<: *retry
stage: carton_bdd
needs:
- carton
cache:
key: "$CI_COMMIT_REF_NAME"
paths:
Expand Down Expand Up @@ -58,15 +60,15 @@ before_script:

.sqlite_template: &sqlite_definition
<<: *tests_definition
dependencies:
needs:
- carton_sqlite
services:
- name: rroemhild/test-openldap
alias: rroemhild-test-openldap

.pg_template: &pg_definition
<<: *tests_definition
dependencies:
needs:
- carton_postgresql
services:
- name: rroemhild/test-openldap
Expand All @@ -76,7 +78,7 @@ before_script:

.mysql_template: &mysql_definition
<<: *tests_definition
dependencies:
needs:
- carton_mysql
services:
- name: rroemhild/test-openldap
Expand Down

0 comments on commit 580c567

Please sign in to comment.