Skip to content

Commit 388e7b5

Browse files
committed
rename jobs and stages for better readability
1 parent 697dfd4 commit 388e7b5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ stages:
55
- vaccine
66
- macrobenchmarks
77
- microbenchmarks
8-
- benchmarks
98

109
include:
1110
- local: ".gitlab/one-pipeline.locked.yml"

.gitlab/benchmarks.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77
GITLAB_DDPROF_BENCHMARK_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:ruby-ddprof-benchmark
88
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-rb
99

10-
.benchmarks:
10+
.macrobenchmarks:
1111
stage: macrobenchmarks
1212
tags: ["runner:apm-k8s-same-cpu"]
1313
needs: []
@@ -72,33 +72,33 @@ variables:
7272
allow_failure: true
7373

7474
baseline:
75-
extends: .benchmarks
75+
extends: .macrobenchmarks
7676
variables:
7777
DD_BENCHMARKS_CONFIGURATION: baseline
7878

7979
only-tracing:
80-
extends: .benchmarks
80+
extends: .macrobenchmarks
8181
variables:
8282
DD_BENCHMARKS_CONFIGURATION: only-tracing
8383
DD_TRACE_ENABLED: "true"
8484

8585
only-profiling:
86-
extends: .benchmarks
86+
extends: .macrobenchmarks
8787
variables:
8888
DD_BENCHMARKS_CONFIGURATION: only-profiling
8989
DD_PROFILING_ENABLED: "true"
9090
ADD_TO_GEMFILE: "gem 'datadog', github: 'datadog/dd-trace-rb', ref: '$CI_COMMIT_SHA'"
9191

9292
only-profiling-alloc:
93-
extends: .benchmarks
93+
extends: .macrobenchmarks
9494
variables:
9595
DD_BENCHMARKS_CONFIGURATION: only-profiling
9696
DD_PROFILING_ENABLED: "true"
9797
DD_PROFILING_ALLOCATION_ENABLED: "true"
9898
ADD_TO_GEMFILE: "gem 'datadog', github: 'datadog/dd-trace-rb', ref: '$CI_COMMIT_SHA'"
9999

100100
only-profiling-heap:
101-
extends: .benchmarks
101+
extends: .macrobenchmarks
102102
variables:
103103
DD_BENCHMARKS_CONFIGURATION: only-profiling
104104
DD_PROFILING_ENABLED: "true"
@@ -107,21 +107,21 @@ only-profiling-heap:
107107
ADD_TO_GEMFILE: "gem 'datadog', github: 'datadog/dd-trace-rb', ref: '$CI_COMMIT_SHA'"
108108

109109
profiling-and-tracing:
110-
extends: .benchmarks
110+
extends: .macrobenchmarks
111111
variables:
112112
DD_BENCHMARKS_CONFIGURATION: profiling-and-tracing
113113
DD_TRACE_ENABLED: "true"
114114
DD_PROFILING_ENABLED: "true"
115115

116116
tracing-and-appsec:
117-
extends: .benchmarks
117+
extends: .macrobenchmarks
118118
variables:
119119
DD_BENCHMARKS_CONFIGURATION: tracing-and-appsec
120120
DD_TRACE_ENABLED: "true"
121121
DD_APPSEC_ENABLED: "true"
122122

123123
profiling-and-tracing-and-appsec:
124-
extends: .benchmarks
124+
extends: .macrobenchmarks
125125
variables:
126126
DD_BENCHMARKS_CONFIGURATION: profiling-and-tracing-and-appsec
127127
DD_TRACE_ENABLED: "true"
@@ -131,6 +131,7 @@ profiling-and-tracing-and-appsec:
131131
# -----------------------------------------------------
132132
# Microbenchmarks that report to statsd
133133
# -----------------------------------------------------
134+
134135
ddprof-benchmark:
135136
stage: microbenchmarks
136137
tags: ["runner:apm-k8s-same-cpu"]
@@ -154,8 +155,8 @@ ddprof-benchmark:
154155
LATEST_COMMIT_ID: $CI_COMMIT_SHA
155156
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-rb
156157

157-
benchmarks:
158-
stage: benchmarks
158+
microbenchmarks:
159+
stage: microbenchmarks
159160
when: always
160161
needs: []
161162
tags: ["runner:apm-k8s-tweaked-metal"]

0 commit comments

Comments
 (0)