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:
Matt Leader
2024-05-20 12:35:51 -04:00
committed by GitHub
parent 052f83e7d9
commit a259b68221
3 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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