dongjoon-hyun commented on code in PR #446:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/446#discussion_r2670463663
##########
.github/workflows/build_and_test.yml:
##########
@@ -177,6 +177,47 @@ jobs:
if: matrix.mode == 'selector'
run: |
chainsaw test --test-dir ./tests/e2e/${{ matrix.test-group }}
--parallel 1
+ helm-tests:
+ name: "Helm Tests"
Review Comment:
Can we extend `k8s-integration-tests` instead of adding `helm-tests` because
we already have `helm test` here.
https://github.com/apache/spark-kubernetes-operator/blob/43473c7ff12c98be35a7292b00bc9dcc31665f0d/.github/workflows/build_and_test.yml#L145
##########
.github/workflows/build_and_test.yml:
##########
@@ -177,6 +177,47 @@ jobs:
if: matrix.mode == 'selector'
run: |
chainsaw test --test-dir ./tests/e2e/${{ matrix.test-group }}
--parallel 1
+ helm-tests:
+ name: "Helm Tests"
Review Comment:
Can we extend `k8s-integration-tests` instead of adding `helm-tests` because
we already have `helm test` here?
https://github.com/apache/spark-kubernetes-operator/blob/43473c7ff12c98be35a7292b00bc9dcc31665f0d/.github/workflows/build_and_test.yml#L145
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]