Skip to content

Commit 3e74642

Browse files
authored
ci: integrate parallel benchmarks from apm-sdks-benchmarks (#7996)
* integrate apm-sdks-benchmarks * comment: intention to replace * switch to using main ref
1 parent c1a0451 commit 3e74642

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ stages:
66
- macrobenchmarks
77
- macrobenchmarks-gate
88
- macrobenchmarks-notify
9+
# These benchmarks ultimately will replace the legacy ones
10+
# They will run alongside them at first before replacing them all together
11+
- node-express-realworld-parallel
12+
- node-express-realworld-parallel-slo
13+
- node-hapi-redis-parallel
14+
- node-hapi-redis-parallel-slo
915

1016
# Config Registry CI jobs
1117
validate_supported_configurations_v2_local_file:
@@ -26,6 +32,12 @@ include:
2632
- local: ".gitlab/one-pipeline.locked.yml"
2733
- local: ".gitlab/benchmarks.yml"
2834
- local: ".gitlab/macrobenchmarks.yml"
35+
- project: "DataDog/apm-reliability/apm-sdks-benchmarks"
36+
file: ".gitlab/ci-node-express-realworld-parallel.yml"
37+
ref: "main"
38+
- project: "DataDog/apm-reliability/apm-sdks-benchmarks"
39+
file: ".gitlab/ci-node-hapi-redis-parallel.yml"
40+
ref: "main"
2941

3042
workflow:
3143
auto_cancel:
@@ -56,4 +68,3 @@ requirements_json_test:
5668
variables:
5769
REQUIREMENTS_BLOCK_JSON_PATH: ".gitlab/requirements_block.json"
5870
REQUIREMENTS_ALLOW_JSON_PATH: ".gitlab/requirements_allow.json"
59-

0 commit comments

Comments
 (0)