We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caa7ff commit c65a23eCopy full SHA for c65a23e
.gitlab/templates/pipeline.yaml.tpl
@@ -483,10 +483,7 @@ integration-test-suite:
483
rules:
484
- when: on_success
485
needs:
486
- - job: integration-deploy-suite
487
- parallel:
488
- matrix:
489
- - TEST_SUITE: ${TEST_SUITE}
+ - integration-deploy-suite
490
variables:
491
IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
492
DD_SITE: datadoghq.com
@@ -521,10 +518,7 @@ integration-cleanup-suite:
521
518
522
519
- when: always
523
520
524
- - job: integration-test-suite
525
526
527
+ - integration-test-suite
528
529
530
{{ with $environment := (ds "environments").environments.sandbox }}
0 commit comments