From c169e042bee5f48308d77bcc4843e8e19d9bb9c7 Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Mon, 6 Jan 2025 15:42:44 -0500 Subject: [PATCH] adding version for readout --- examples/label-small-scale-cluster-density.yaml | 2 +- examples/readout-control-plane-cdv2.yaml | 14 +++++++------- examples/readout-control-plane-node-density.yaml | 14 +++++++------- examples/small-scale-cluster-density.yaml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/label-small-scale-cluster-density.yaml b/examples/label-small-scale-cluster-density.yaml index 13b69fd..eb4564a 100644 --- a/examples/label-small-scale-cluster-density.yaml +++ b/examples/label-small-scale-cluster-density.yaml @@ -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 diff --git a/examples/readout-control-plane-cdv2.yaml b/examples/readout-control-plane-cdv2.yaml index 8d52bee..1ec1093 100644 --- a/examples/readout-control-plane-cdv2.yaml +++ b/examples/readout-control-plane-cdv2.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/examples/readout-control-plane-node-density.yaml b/examples/readout-control-plane-node-density.yaml index e7a73b3..102f30f 100644 --- a/examples/readout-control-plane-node-density.yaml +++ b/examples/readout-control-plane-node-density.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/examples/small-scale-cluster-density.yaml b/examples/small-scale-cluster-density.yaml index 2cb7d4a..f65a194 100644 --- a/examples/small-scale-cluster-density.yaml +++ b/examples/small-scale-cluster-density.yaml @@ -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