File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ jobs:
3838 --n-runners 32
3939 --max-rounds 6
4040 --sleep-seconds 0.5
41- # - id: scenario-medium-scale
42- # display: Medium production scale
43- # kind: scenario
44- # store_workers: 16
45- # runner:
46- # - self-hosted
47- # - 1ES.Pool=agl-runner-cpu
48- # timeout: 45
49- # args: >-
50- # --mode batch
51- # --total-tasks 10000
52- # --batch-size 1000
53- # --n-runners 100
54- # --max-rounds 10
55- # --sleep-seconds 0.1
41+ - id : scenario-medium-scale
42+ display : Medium production scale
43+ kind : scenario
44+ store_workers : 16
45+ runner :
46+ - self-hosted
47+ - 1ES.Pool=agl-runner-cpu
48+ timeout : 45
49+ args : >-
50+ --mode batch
51+ --total-tasks 10000
52+ --batch-size 1000
53+ --n-runners 100
54+ --max-rounds 10
55+ --sleep-seconds 0.1
5656 - id : scenario-midhigh-scale
5757 display : Mid-high production scale
5858 kind : scenario
@@ -300,7 +300,7 @@ jobs:
300300 depends_on: [kafka]
301301 # command: ["--config=/etc/otelcol/config.yml"]
302302 command:
303- - "--config=/etc/otelcol/config.yaml "
303+ - "--config=/etc/otelcol/config.yml "
304304 - "--set=service.telemetry.logs.level=debug"
305305 volumes:
306306 - ./otelcol-kafka.yml:/etc/otelcol/config.yml:ro
You can’t perform that action at this time.
0 commit comments