Skip to content

Commit

Permalink
update to plugin release stressng:0.3.0 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack authored Aug 23, 2023
1 parent cee5259 commit 6ace3c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scenarios/arcaflow/cpu-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ steps:
input:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.2.0
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.0
step: workload
input:
cleanup: "true"
StressNGParams:
timeout: !expr $.input.duration
cleanup: "true"
items:
stressors:
- stressor: cpu
cpu_count: !expr $.input.cpu_count
cpu_method: !expr $.input.cpu_method
Expand Down
6 changes: 3 additions & 3 deletions scenarios/arcaflow/memory-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ steps:
input:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.2.0
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.0
step: workload
input:
cleanup: "true"
StressNGParams:
timeout: !expr $.input.duration
cleanup: "true"
items:
stressors:
- stressor: vm
vm: !expr $.input.vm_workers
vm_bytes: !expr $.input.vm_bytes
Expand Down

0 comments on commit 6ace3c9

Please sign in to comment.