Skip to content

Commit

Permalink
Updates for Arcaflow Plugin Stress-NG 0.6.0 (#625)
Browse files Browse the repository at this point in the history
* change for cpu hog

Signed-off-by: Matthew F Leader <[email protected]>

* change for io hog

Signed-off-by: Matthew F Leader <[email protected]>

* change for memory hog

Signed-off-by: Matthew F Leader <[email protected]>

---------

Signed-off-by: Matthew F Leader <[email protected]>
  • Loading branch information
mfleader authored May 20, 2024
1 parent 052f83e commit a259b68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scenarios/arcaflow/cpu-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ steps:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin:
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
deployment_type: image
step: workload
input:
Expand Down
4 changes: 2 additions & 2 deletions scenarios/arcaflow/io-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ steps:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin:
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
deployment_type: image
step: workload
input:
Expand All @@ -112,7 +112,7 @@ steps:
workdir: !expr $.input.target_pod_folder
stressors:
- stressor: hdd
hdd: !expr $.input.io_workers
workers: !expr $.input.io_workers
hdd_bytes: !expr $.input.io_write_bytes
hdd_write_size: !expr $.input.io_block_size

Expand Down
4 changes: 2 additions & 2 deletions scenarios/arcaflow/memory-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin:
src: quay.io/arcalot/arcaflow-plugin-stressng:0.5.0
src: quay.io/arcalot/arcaflow-plugin-stressng:0.6.0
deployment_type: image
step: workload
input:
Expand All @@ -69,7 +69,7 @@ steps:
timeout: !expr $.input.duration
stressors:
- stressor: vm
vm: !expr $.input.vm_workers
workers: !expr $.input.vm_workers
vm_bytes: !expr $.input.vm_bytes
deploy:
deployer_name: kubernetes
Expand Down

0 comments on commit a259b68

Please sign in to comment.