Skip to content

Commit a474a1c

Browse files
Ensuring we have small CPU count requests for CI
1 parent 361343b commit a474a1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

utils/tests/test_data/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ build-variants:
3030
clientconfig:
3131
run_image: redislabs/memtier_benchmark:edge
3232
tool: memtier_benchmark
33-
arguments: --command="XREAD STREAMS key-1 key-2 0 0" --hide-histogram --test-time 5
33+
arguments: --command="XREAD STREAMS key-1 key-2 0 0" -t 1 -c 1 --hide-histogram --test-time 5
3434
resources:
3535
requests:
36-
cpus: '4'
37-
memory: 2g
36+
cpus: "1"
37+
memory: "2g"
3838

3939
tested-groups:
4040
- stream

utils/tests/test_data/test-suites/test-memtier-dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ clientconfig:
2222
arguments: '"--data-size" "10" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
2323
resources:
2424
requests:
25-
cpus: '4'
26-
memory: 2g
25+
cpus: "1"
26+
memory: "2g"
2727

2828
tested-groups:
2929
- string

0 commit comments

Comments
 (0)