diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7165ea..9f88216f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Use 0.0.0-dev product images for testing ([#236]) - Use testing-tools 0.2.0 ([#236]) - Run as root group ([#241]). +- Added kuttl test suites ([#252]) ### Fixed @@ -28,6 +29,7 @@ All notable changes to this project will be documented in this file. [#241]: https://github.com/stackabletech/spark-k8s-operator/pull/241 [#243]: https://github.com/stackabletech/spark-k8s-operator/pull/243 [#247]: https://github.com/stackabletech/spark-k8s-operator/pull/247 +[#252]: https://github.com/stackabletech/spark-k8s-operator/pull/252 ## [23.4.0] - 2023-04-17 diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 91170951..571b37ff 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -65,3 +65,18 @@ tests: - spark - ny-tlc-report - openshift +suites: + - name: latest + patch: + - dimensions: + - expr: last + - name: smoke + select: + - smoke + - name: openshift + patch: + - dimensions: + - expr: last + - dimensions: + - name: openshift + expr: "true"