Skip to content

Commit

Permalink
Merge pull request #67 from jtaleric/version-tmpl
Browse files Browse the repository at this point in the history
Template out version
  • Loading branch information
vishnuchalla authored Sep 13, 2024
2 parents fdd566b + d12c723 commit b337b72
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 b337b72

Please sign in to comment.