Skip to content

Commit c65a23e

Browse files
committed
fix pipeline
1 parent 2caa7ff commit c65a23e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,7 @@ integration-test-suite:
483483
rules:
484484
- when: on_success
485485
needs:
486-
- job: integration-deploy-suite
487-
parallel:
488-
matrix:
489-
- TEST_SUITE: ${TEST_SUITE}
486+
- integration-deploy-suite
490487
variables:
491488
IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
492489
DD_SITE: datadoghq.com
@@ -521,10 +518,7 @@ integration-cleanup-suite:
521518
rules:
522519
- when: always
523520
needs:
524-
- job: integration-test-suite
525-
parallel:
526-
matrix:
527-
- TEST_SUITE: ${TEST_SUITE}
521+
- integration-test-suite
528522
variables:
529523
IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
530524
{{ with $environment := (ds "environments").environments.sandbox }}

0 commit comments

Comments
 (0)