xdu-chenrj commented on code in PR #16673:
URL: 
https://github.com/apache/dolphinscheduler/pull/16673#discussion_r1805929338


##########
.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:
   add an entrance for running E2E in consolidation, k8s.yml, where the running 
image is a standalone one



-- 
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]

Reply via email to