Skip to content

Commit

Permalink
Use images tagged with a release for hog scenarios
Browse files Browse the repository at this point in the history
This commit switches from using latest images to a specific release
to review changes and update configs before using the latest bits.
  • Loading branch information
chaitanyaenr committed Aug 18, 2023
1 parent 102bdfd commit ef88005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -64,7 +64,7 @@ steps:
input:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin: quay.io/arcalot/arcaflow-plugin-stressng:latest
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.2.0
step: workload
input:
StressNGParams:
Expand Down
2 changes: 1 addition & 1 deletion scenarios/arcaflow/memory-hog/sub-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
input:
kubeconfig: !expr $.input.kubeconfig
stressng:
plugin: quay.io/arcalot/arcaflow-plugin-stressng:latest
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.2.0
step: workload
input:
StressNGParams:
Expand Down

0 comments on commit ef88005

Please sign in to comment.