Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ stages:
- tests
- deploy
- ci-build
- php-laravel-realworld-parallel
- php-laravel-realworld-parallel-slo
- php-symfony-realworld-parallel
- php-symfony-realworld-parallel-slo
- php-wordpress-parallel
- php-wordpress-parallel-slo

variables:
GIT_SUBMODULE_STRATEGY: recursive
Expand All @@ -18,6 +24,7 @@ include:
ref: 5826819695d93286569e70ed087ae6bf906ce2c3
file: templates/ci_authenticated_job.yml
- local: .gitlab/ci-images.yml
- local: .gitlab/apm-sdks-benchmarks.yml

generate-templates:
stage: build
Expand Down
10 changes: 10 additions & 0 deletions .gitlab/apm-sdks-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include:
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-laravel-realworld-parallel.yml'
ref: 'main'
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-symfony-realworld-parallel.yml'
ref: 'main'
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-wordpress-parallel.yml'
ref: 'main'
Loading