|
32 | 32 |
|
33 | 33 | # Conversion template for benchmark artifacts |
34 | 34 | .convert-benchmarks: |
35 | | - stage: benchmarks |
36 | 35 | timeout: 1h |
37 | 36 | tags: ["arch:amd64"] |
38 | 37 | image: registry.ddbuild.io/images/benchmarking-platform-tools-ubuntu:88265497 |
@@ -119,30 +118,18 @@ convert-startup-benchmarks: |
119 | 118 | extends: .convert-benchmarks |
120 | 119 | stage: benchmark-conversion |
121 | 120 | needs: |
122 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
123 | | - job: linux-java-spring-petclinic-microbenchmark-startup-tracing |
| 121 | + - job: linux-java-spring-petclinic-microbenchmark-startup-tracing |
124 | 122 | artifacts: true |
125 | | - ref: sarahchen6/migrate-java-microbenchmarks |
126 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
127 | | - job: linux-java-spring-petclinic-microbenchmark-startup-profiling |
| 123 | + - job: linux-java-spring-petclinic-microbenchmark-startup-profiling |
128 | 124 | artifacts: true |
129 | | - ref: sarahchen6/migrate-java-microbenchmarks |
130 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
131 | | - job: linux-java-spring-petclinic-microbenchmark-startup-appsec |
| 125 | + - job: linux-java-spring-petclinic-microbenchmark-startup-appsec |
132 | 126 | artifacts: true |
133 | | - ref: sarahchen6/migrate-java-microbenchmarks |
134 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
135 | | - job: linux-java-spring-petclinic-microbenchmark-startup-iast |
| 127 | + - job: linux-java-spring-petclinic-microbenchmark-startup-iast |
136 | 128 | artifacts: true |
137 | | - ref: sarahchen6/migrate-java-microbenchmarks |
138 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
139 | | - job: linux-java-insecure-bank-microbenchmark-startup-tracing |
| 129 | + - job: linux-java-insecure-bank-microbenchmark-startup-tracing |
140 | 130 | artifacts: true |
141 | | - ref: sarahchen6/migrate-java-microbenchmarks |
142 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
143 | | - job: linux-java-insecure-bank-microbenchmark-startup-iast |
| 131 | + - job: linux-java-insecure-bank-microbenchmark-startup-iast |
144 | 132 | artifacts: true |
145 | | - ref: sarahchen6/migrate-java-microbenchmarks |
146 | 133 | rules: |
147 | 134 | - if: '$POPULATE_CACHE' |
148 | 135 | when: never |
@@ -220,30 +207,18 @@ convert-dacapo-benchmarks: |
220 | 207 | extends: .convert-benchmarks |
221 | 208 | stage: benchmark-conversion |
222 | 209 | needs: |
223 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
224 | | - job: linux-java-dacapo-microbenchmark-baseline |
| 210 | + - job: linux-java-dacapo-microbenchmark-baseline |
225 | 211 | artifacts: true |
226 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
227 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
228 | | - job: linux-java-dacapo-microbenchmark-tracing |
| 212 | + - job: linux-java-dacapo-microbenchmark-tracing |
229 | 213 | artifacts: true |
230 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
231 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
232 | | - job: linux-java-dacapo-microbenchmark-profiling |
| 214 | + - job: linux-java-dacapo-microbenchmark-profiling |
233 | 215 | artifacts: true |
234 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
235 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
236 | | - job: linux-java-dacapo-microbenchmark-appsec |
| 216 | + - job: linux-java-dacapo-microbenchmark-appsec |
237 | 217 | artifacts: true |
238 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
239 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
240 | | - job: linux-java-dacapo-microbenchmark-iast |
| 218 | + - job: linux-java-dacapo-microbenchmark-iast |
241 | 219 | artifacts: true |
242 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
243 | | - - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' |
244 | | - job: linux-java-dacapo-microbenchmark-iast_GLOBAL |
| 220 | + - job: linux-java-dacapo-microbenchmark-iast_GLOBAL |
245 | 221 | artifacts: true |
246 | | - ref: sarahchen6/migrate-dacapo-microbenchmarks |
247 | 222 | rules: |
248 | 223 | - if: '$POPULATE_CACHE' |
249 | 224 | when: never |
|
0 commit comments