Skip to content
39 changes: 39 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@ include:
file: 'images/templates/gitlab/check-slo-breaches.template.yml'
- project: 'DataDog/benchmarking-platform-tools'
file: 'images/templates/gitlab/notify-slo-breaches.template.yml'
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-laravel-realworld-parallel.yml'
ref: 'leiyks/LANGPLAT-883-php-competitor-benchmarks'
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-symfony-realworld-parallel.yml'
ref: 'leiyks/LANGPLAT-883-php-competitor-benchmarks'
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
file: '.gitlab/ci-php-wordpress-parallel.yml'
ref: 'leiyks/LANGPLAT-883-php-competitor-benchmarks'

linux-php-laravel-realworld-parallel:
needs:
- job: "package extension: [amd64, x86_64-unknown-linux-gnu]"
artifacts: true
- job: datadog-setup.php
artifacts: true
variables:
APM_SDKS_BENCHMARKS_BRANCH: "leiyks/LANGPLAT-883-php-competitor-benchmarks"
DD_TRACER_ARTIFACT_DIR: "$CI_PROJECT_DIR/packages"

linux-php-symfony-realworld-parallel:
needs:
- job: "package extension: [amd64, x86_64-unknown-linux-gnu]"
artifacts: true
- job: datadog-setup.php
artifacts: true
variables:
APM_SDKS_BENCHMARKS_BRANCH: "leiyks/LANGPLAT-883-php-competitor-benchmarks"
DD_TRACER_ARTIFACT_DIR: "$CI_PROJECT_DIR/packages"

linux-php-wordpress-parallel:
needs:
- job: "package extension: [amd64, x86_64-unknown-linux-gnu]"
artifacts: true
- job: datadog-setup.php
artifacts: true
variables:
APM_SDKS_BENCHMARKS_BRANCH: "leiyks/LANGPLAT-883-php-competitor-benchmarks"
DD_TRACER_ARTIFACT_DIR: "$CI_PROJECT_DIR/packages"

variables:
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-php-82-dev
Expand Down
6 changes: 6 additions & 0 deletions .gitlab/generate-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
- notify
- verify
- shared-pipeline # OCI packaging
- 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
- pre-release
- release

Expand Down
Loading