Skip to content

Commit

Permalink
Template out version
Browse files Browse the repository at this point in the history
Allow the user to override the version in examples

Signed-off-by: Joe Talerico aka rook <[email protected]>
  • Loading branch information
jtaleric committed Sep 13, 2024
1 parent fdd566b commit d12c723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/trt-external-payload-cluster-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tests :
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: cluster-density-v2
ocpVersion: 4.17
ocpVersion: {{ version }}
networkType: OVNKubernetes

metrics :
Expand Down
2 changes: 1 addition & 1 deletion examples/trt-external-payload-crd-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tests :
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: crd-scale
ocpVersion: 4.17
ocpVersion: {{ version }}
networkType: OVNKubernetes

metrics :
Expand Down
2 changes: 1 addition & 1 deletion examples/trt-external-payload-node-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tests :
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: node-density
ocpVersion: 4.17
ocpVersion: {{ version }}
networkType: OVNKubernetes

metrics :
Expand Down

0 comments on commit d12c723

Please sign in to comment.