-
Notifications
You must be signed in to change notification settings - Fork 9
KAFKA-24599: merge upstream v1.4.7 into mirrored master and fix merge #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
970d4cc
537c1aa
31a0d2c
c24a5e2
595417f
47adeb4
ea29750
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/bin/bash | ||
|
||
: ${ALL_RELEASES:="1.1.0"} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think here just keep it "1.1.0" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Sorry, I meant to comment on the RHS of the diff -- in the new version it appears to be |
||
: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.2 0.11.0.3 1.0.2 1.1.0 1.1.1 2.0.1"} | ||
: ${SCALA_VERSION:=2.11} | ||
: ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/} | ||
: ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git} | ||
|
||
# On travis CI, empty KAFKA_VERSION means skip integration tests | ||
# so we don't try to get binaries | ||
# so we don't try to get binaries | ||
# Otherwise it means test all official releases, so we get all of them! | ||
if [ -z "$KAFKA_VERSION" -a -z "$TRAVIS" ]; then | ||
KAFKA_VERSION=$ALL_RELEASES | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only run 1.1.0, so let's skip testing for other versions