Skip to content

Commit

Permalink
Fix cluster-density example
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Jul 30, 2021
1 parent 97a472b commit b598d7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/workloads/cluster-density/cluster-density.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

global:
writeToFile: true
createTarball: true
metricsDirectory: collected-metrics
indexerConfig:
enabled: false
Expand Down Expand Up @@ -28,21 +29,20 @@ jobs:
replicas: 3
inputVars:
prefix: cluster-density-src
image: quay.io/openshift-scale/mastervertical-build
image: quay.io/rsevilla/ubi8-go-toolset:latest
image: quay.io/cloud-bulldozer/ubi8-go-toolset

- objectTemplate: templates/imagestream.yml
replicas: 3
inputVars:
prefix: cluster-density-dst
image: quay.io/rsevilla/ubi8-go-toolset:latest
image: quay.io/cloud-bulldozer/ubi8-go-toolset

- objectTemplate: templates/buildconfig.yml
replicas: 3
inputVars:
from: cluster-density-src
to: cluster-density-dst
gitUri: https://github.com/openshift-scale/hello-openshift.git
gitUri: https://github.com/cloud-bulldozer/hello-openshift.git

- objectTemplate: templates/imagestream.yml
replicas: 6
Expand Down

0 comments on commit b598d7c

Please sign in to comment.