zentol commented on code in PR #37:
URL:
https://github.com/apache/flink-connector-elasticsearch/pull/37#discussion_r972093380
##########
.github/workflows/ci.yml:
##########
@@ -53,9 +56,20 @@ jobs:
- name: Compile and test flink-connector-elasticsearch
timeout-minutes: 20
run: |
- mvn clean install -U -B --no-transfer-progress \
+ set -o pipefail
+
+ mvn clean deploy ${MVN_COMMON_OPTIONS} \
+ -DaltDeploymentRepository=validation_repository::default::file:${{
env.MVN_VALIDATION_DIR }} \
-Dscala-2.12 \
-Prun-end-to-end-tests -DdistDir=$(pwd)/../flink-1.16-SNAPSHOT \
-Dflink.convergence.phase=install -Pcheck-convergence \
${{ env.MVN_CONNECTION_OPTIONS }} \
+ -Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties \
+ | tee ${{ env.MVN_BUILD_OUTPUT_FILE }}
+
+ - name: Check licensing
Review Comment:
We could only do that if we again split of the compile & test steps (costing
us time), and I'd like to avoid that as long as we are running on ASF
infrastructure.
--
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]