Skip to content

Commit a1e23f2

Browse files
author
Andrea Spacca
committed
fix CI
1 parent bb4882c commit a1e23f2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

spec/integration/_dev/benchmark/spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ spec:
4141
contents:
4242
- description: A file with the config definition for the corpus generator.
4343
type: file
44-
pattern: '^config.yml$'
44+
name: 'config.yml'
4545
contentMediaType: "application/x-yaml"
4646
required: false
4747
- description: A file with the fields definition for the corpus generator
4848
type: file
49-
pattern: '^fields.yml$'
49+
name: 'fields.yml'
5050
contentMediaType: "application/x-yaml"
5151
required: false
5252
- description: A file with the template for the corpus generator
5353
type: file
54-
pattern: '^template.ndjson$'
54+
name: 'template.ndjson'
5555
contentMediaType: "application/json"
5656
required: false
5757
- description: A rally benchmark scenario.

test/packages/integration_benchmarks/_dev/benchmark/rally/rally-benchmark.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: Benchmark 20000 events ingested
33
data_stream:
44
name: test
5-
warmup_time_period: 10s
65
corpora:
76
generator:
87
total_events: 20000

0 commit comments

Comments
 (0)