mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
Updates for Arcaflow Plugin Stress-NG 0.6.0 (#625)
* change for cpu hog Signed-off-by: Matthew F Leader <mleader@redhat.com> * change for io hog Signed-off-by: Matthew F Leader <mleader@redhat.com> * change for memory hog Signed-off-by: Matthew F Leader <mleader@redhat.com> --------- Signed-off-by: Matthew F Leader <mleader@redhat.com>
This commit is contained in:
@@ -68,7 +68,7 @@ steps:
|
|||||||
kubeconfig: !expr $.input.kubeconfig
|
kubeconfig: !expr $.input.kubeconfig
|
||||||
stressng:
|
stressng:
|
||||||
plugin:
|
plugin:
|
||||||
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
|
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
|
||||||
deployment_type: image
|
deployment_type: image
|
||||||
step: workload
|
step: workload
|
||||||
input:
|
input:
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ steps:
|
|||||||
kubeconfig: !expr $.input.kubeconfig
|
kubeconfig: !expr $.input.kubeconfig
|
||||||
stressng:
|
stressng:
|
||||||
plugin:
|
plugin:
|
||||||
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
|
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
|
||||||
deployment_type: image
|
deployment_type: image
|
||||||
step: workload
|
step: workload
|
||||||
input:
|
input:
|
||||||
@@ -112,7 +112,7 @@ steps:
|
|||||||
workdir: !expr $.input.target_pod_folder
|
workdir: !expr $.input.target_pod_folder
|
||||||
stressors:
|
stressors:
|
||||||
- stressor: hdd
|
- stressor: hdd
|
||||||
hdd: !expr $.input.io_workers
|
workers: !expr $.input.io_workers
|
||||||
hdd_bytes: !expr $.input.io_write_bytes
|
hdd_bytes: !expr $.input.io_write_bytes
|
||||||
hdd_write_size: !expr $.input.io_block_size
|
hdd_write_size: !expr $.input.io_block_size
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ steps:
|
|||||||
kubeconfig: !expr $.input.kubeconfig
|
kubeconfig: !expr $.input.kubeconfig
|
||||||
stressng:
|
stressng:
|
||||||
plugin:
|
plugin:
|
||||||
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
|
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
|
||||||
deployment_type: image
|
deployment_type: image
|
||||||
step: workload
|
step: workload
|
||||||
input:
|
input:
|
||||||
@@ -69,7 +69,7 @@ steps:
|
|||||||
timeout: !expr $.input.duration
|
timeout: !expr $.input.duration
|
||||||
stressors:
|
stressors:
|
||||||
- stressor: vm
|
- stressor: vm
|
||||||
vm: !expr $.input.vm_workers
|
workers: !expr $.input.vm_workers
|
||||||
vm_bytes: !expr $.input.vm_bytes
|
vm_bytes: !expr $.input.vm_bytes
|
||||||
deploy:
|
deploy:
|
||||||
deployer_name: kubernetes
|
deployer_name: kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user