You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/01/26 05:47:36 UTC

[GitHub] [druid] zhangyue19921010 commented on a change in pull request #10785: K8s IT Test enhance

zhangyue19921010 commented on a change in pull request #10785:
URL: https://github.com/apache/druid/pull/10785#discussion_r564231166



##########
File path: .travis.yml
##########
@@ -565,13 +565,10 @@ jobs:
       jdk: openjdk8
       services: &integration_test_services_k8s
         - docker
-      env: CONFIG_FILE='k8s_run_config_file.json' IT_TEST='-Dit.test=ITNestedQueryPushDownTest' POD_NAME=int-test POD_NAMESPACE=default
-      before_script:
-        - integration-tests/script/setup_k8s_cluster.sh
-        - integration-tests/script/setup_druid_operator_on_k8s.sh
-        - integration-tests/script/setup_druid_on_k8s.sh
+      before_script: export DRUID_HOME=`pwd`
+      env: CONFIG_FILE='k8s_run_config_file.json' IT_TEST='-Dit.test=ITNestedQueryPushDownTest' POD_NAME=int-test POD_NAMESPACE=default BUILD_DRUID_CLSUTER=true
       script: &run_integration_test_k8s
-        - ${MVN} verify -pl integration-tests -P int-tests-config-file ${IT_TEST} ${MAVEN_SKIP}
+        - ${MVN} verify -pl integration-tests -P int-tests-config-file ${IT_TEST} ${MAVEN_SKIP} -Dpod.name=${POD_NAME} -Dpod.namespace=${POD_NAMESPACE} -Dbuild.druid.cluster=${BUILD_DRUID_CLSUTER}
       after_script: integration-tests/script/stop_k8s_cluster.sh

Review comment:
       No need actually. Just removed.




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

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