Skip to content

Commit

Permalink
[hotfix][e2e] Compile walkthroughs for e2e tests
Browse files Browse the repository at this point in the history
The partial compilation in nightly only compiles flind-end-to-end-tests
for performance reasons. However, that resulted in outdated walkthrough
archetypes among other issues.
  • Loading branch information
Arvid Heise authored and zentol committed Jan 16, 2020
1 parent 1385b79 commit eeabc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ COMMIT_HASH=$(git rev-parse HEAD)
echo "Testing branch ${BRANCH} from remote ${REMOTE}. Commit hash: ${COMMIT_HASH}"

e2e_modules=$(find flink-end-to-end-tests -mindepth 2 -maxdepth 5 -name 'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')
e2e_modules="${e2e_modules},$(find flink-walkthroughs -mindepth 2 -maxdepth 5 -name 'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')"
MVN_COMPILE="mvn ${MVN_COMMON_OPTIONS} ${MVN_COMPILE_OPTIONS} ${MVN_LOGGING_OPTIONS} ${PROFILE} clean install -pl ${e2e_modules},flink-dist -am"

eval "${MVN_COMPILE}"
Expand Down

0 comments on commit eeabc86

Please sign in to comment.