Skip to content

Commit

Permalink
adding version for readout
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 6, 2025
1 parent 1220941 commit c169e04
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/label-small-scale-cluster-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests :
workerNodesType: m6a.xlarge
workerNodesCount: 24
benchmark.keyword: cluster-density-v2
ocpVersion: 4.15
ocpVersion: {{ version }}
# networkType: OVNKubernetes
# encrypted: true
# fips: false
Expand Down
14 changes: 7 additions & 7 deletions examples/readout-control-plane-cdv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -40,7 +40,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -77,7 +77,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -114,7 +114,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -163,7 +163,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -207,7 +207,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down Expand Up @@ -252,7 +252,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: cluster-density-v2
Expand Down
14 changes: 7 additions & 7 deletions examples/readout-control-plane-node-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density-heavy
Expand Down Expand Up @@ -52,7 +52,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density
Expand Down Expand Up @@ -84,7 +84,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density
Expand Down Expand Up @@ -116,7 +116,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density
Expand Down Expand Up @@ -148,7 +148,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density-cni
Expand Down Expand Up @@ -180,7 +180,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density-cni
Expand Down Expand Up @@ -212,7 +212,7 @@ tests :
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
ocpVersion: {{ version }}
platform: AWS
clusterType: rosa
benchmark.keyword: node-density-cni
Expand Down
2 changes: 1 addition & 1 deletion examples/small-scale-cluster-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests :
workerNodesType: m6a.xlarge
workerNodesCount: 24
benchmark.keyword: cluster-density-v2
ocpVersion: 4.15
ocpVersion: {{ version }}
networkType: OVNKubernetes
# encrypted: true
# fips: false
Expand Down

0 comments on commit c169e04

Please sign in to comment.