Gallardot commented on code in PR #16673:
URL:
https://github.com/apache/dolphinscheduler/pull/16673#discussion_r1805985043
##########
.github/workflows/e2e-k8s.yml:
##########
@@ -50,6 +50,12 @@ jobs:
if: ${{ (needs.paths-filter.outputs.not-ignore == 'true') ||
(github.event_name == 'push') }}
runs-on: ubuntu-latest
timeout-minutes: 40
+ strategy:
+ matrix:
+ case:
+ - name: SslShellTaskE2ETest
+ class:
org.apache.dolphinscheduler.e2e.cases.ssl.SslShellTaskE2ETest
+
Review Comment:
I don't think this is meaningful for the current e2e-k8s tests. Please
remove this modification.
--
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]