From 169e87c61ecf11f5f8a0376d42fd235ffcaca91d Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:56:27 +0300 Subject: [PATCH 1/2] Added three test suites --- tests/test-definition.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" From ff6d80dd351ab739ee1b933b748a871312f5b776 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:57:33 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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