This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new 0a6352a [SPARK-49377] Fix e2e catch step application not found 0a6352a is described below commit 0a6352adfc1ffa72c36230b288678da75a04153e Author: Qi Tan <qi_...@apple.com> AuthorDate: Fri Aug 23 22:36:45 2024 -0700 [SPARK-49377] Fix e2e catch step application not found ### What changes were proposed in this pull request? Change version in e2e step catch step ### Why are the changes needed? After the change, in the catch step, the applications can be "described" instead of not found ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test locally ### Was this patch authored or co-authored using generative AI tooling? n/a Closes #99 from TQJADE/SPARK-49377. Authored-by: Qi Tan <qi_...@apple.com> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- tests/e2e/python/chainsaw-test.yaml | 2 +- tests/e2e/spark-versions/chainsaw-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/python/chainsaw-test.yaml b/tests/e2e/python/chainsaw-test.yaml index 1edbc65..ede8d73 100644 --- a/tests/e2e/python/chainsaw-test.yaml +++ b/tests/e2e/python/chainsaw-test.yaml @@ -54,7 +54,7 @@ spec: - events: namespace: default - describe: - apiVersion: v1 + apiVersion: spark.apache.org/v1alpha1 kind: SparkApplication namespace: default - describe: diff --git a/tests/e2e/spark-versions/chainsaw-test.yaml b/tests/e2e/spark-versions/chainsaw-test.yaml index 7d55a76..71a4c00 100644 --- a/tests/e2e/spark-versions/chainsaw-test.yaml +++ b/tests/e2e/spark-versions/chainsaw-test.yaml @@ -83,7 +83,7 @@ spec: - events: namespace: default - describe: - apiVersion: v1 + apiVersion: spark.apache.org/v1alpha1 kind: SparkApplication namespace: default - describe: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org