Skip to content

Commit

Permalink
Merging template changes in CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Challa <[email protected]>
  • Loading branch information
Vishnu Challa committed Aug 1, 2024
1 parent d312268 commit e5a7650
Show file tree
Hide file tree
Showing 34 changed files with 583 additions and 71 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
pip install .
- name: Execute Tests
run: |
bats -F pretty -T --print-output-on-failure test.bats
run: echo $ES_SERVER
env:
TERM: linux
ES_SERVER: ${{ secrets.ES_SERVER }}
4 changes: 2 additions & 2 deletions examples/label-small-scale-cluster-density.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : small-scale-cluster-density-v2
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
masterNodesType: m6a.xlarge
Expand Down
8 changes: 4 additions & 4 deletions examples/payload-scale-415.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : aws-small-scale-cluster-density-v2
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down Expand Up @@ -52,8 +52,8 @@ tests :
value: duration
agg_type: avg
- name : aws-payload-scale-node-density
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down
8 changes: 4 additions & 4 deletions examples/payload-scale-416.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : aws-small-scale-cluster-density-v2
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down Expand Up @@ -52,8 +52,8 @@ tests :
value: duration
agg_type: avg
- name : aws-payload-scale-node-density
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down
28 changes: 14 additions & 14 deletions examples/readout-control-plane-cdv2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : cluster-density-v2-24nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -37,8 +37,8 @@ tests :
agg_type: avg

- name : cluster-density-v2-120nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -74,8 +74,8 @@ tests :
agg_type: avg

- name : cluster-density-v2-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -111,8 +111,8 @@ tests :
agg_type: avg

- name : cdv2-kube-apiserver-etcd-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -160,8 +160,8 @@ tests :
agg_type: avg

- name : cd-v2-controller-manager-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -204,8 +204,8 @@ tests :
agg_type: avg

- name : cd-v2-api-request-latency-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -249,8 +249,8 @@ tests :
agg_type: avg

- name : cd-v2-etcd-latency-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down
28 changes: 14 additions & 14 deletions examples/readout-control-plane-node-density.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : node-density-heavy-24nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -49,8 +49,8 @@ tests :
agg_type: avg

- name : node-density-24nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -81,8 +81,8 @@ tests :
agg_type: avg

- name : node-density-120nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -113,8 +113,8 @@ tests :
agg_type: avg

- name : node-density-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -145,8 +145,8 @@ tests :
agg_type: avg

- name : node-density-cni-24nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -177,8 +177,8 @@ tests :
agg_type: avg

- name : node-density-cni-120nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down Expand Up @@ -209,8 +209,8 @@ tests :
agg_type: avg

- name : node-density-cni-249nodes
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
ocpVersion: 4.15
platform: AWS
Expand Down
4 changes: 2 additions & 2 deletions examples/small-scale-cluster-density.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : aws-small-scale-cluster-density-v2
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
masterNodesType: m6a.xlarge
Expand Down
4 changes: 2 additions & 2 deletions examples/small-scale-node-density-cni.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : aws-small-scale-node-density-cni
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
masterNodesType: m6a.xlarge
Expand Down
4 changes: 2 additions & 2 deletions examples/trt-external-payload-cluster-density.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : payload-cluster-density-v2
index: {{ ES_METADATA_INDEX }}
benchmarkIndex: {{ ES_BENCHMARK_INDEX }}
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down
4 changes: 2 additions & 2 deletions examples/trt-payload-cluster-density.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests :
- name : payload-cluster-density-v2
index: ospst-perf-scale-ci-*
benchmarkIndex: ospst-ripsaw-kube-burner*
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
metadata:
platform: AWS
clusterType: self-managed
Expand Down
Loading

0 comments on commit e5a7650

Please sign in to comment.