You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "tejaswini-imply (via GitHub)" <gi...@apache.org> on 2023/03/01 05:34:16 UTC

[GitHub] [druid] tejaswini-imply commented on a diff in pull request #13774: Query tests migration to new IT framework with TLS

tejaswini-imply commented on code in PR #13774:
URL: https://github.com/apache/druid/pull/13774#discussion_r1121171493


##########
.github/workflows/revised-its.yml:
##########
@@ -36,3 +36,21 @@ jobs:
       script: ./it.sh github ${{ matrix.it }}
       it: ${{ matrix.it }}
       mysql_driver: com.mysql.jdbc.Driver
+
+  query-it:
+    strategy:
+      fail-fast: false
+      matrix:
+        jdk: [ 8 ]
+        it: [ Query, QueryRetry, QueryError ]
+        indexer: [ middleManager ]
+    uses: ./.github/workflows/reusable-revised-its.yml
+    env:

Review Comment:
   We can't pass env variables from the main workflow to the reusable workflow. It can only be done through inputs currently.



-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org