зеркало из https://github.com/microsoft/kafka.git
MINOR: Bump system test version from 2.2.0 to 2.2.1 (#6873)
Reviewers: Boyang Chen <boyang@confluent.io>, Bill Bejeck <bill@confluent.io>
This commit is contained in:
Родитель
3f0064974f
Коммит
e9a35fe02e
|
@ -93,7 +93,7 @@ versions += [
|
|||
kafka_11: "1.1.1",
|
||||
kafka_20: "2.0.1",
|
||||
kafka_21: "2.1.1",
|
||||
kafka_22: "2.2.0",
|
||||
kafka_22: "2.2.1",
|
||||
lz4: "1.6.0",
|
||||
mavenArtifact: "3.6.1",
|
||||
metrics: "2.2.0",
|
||||
|
|
|
@ -55,7 +55,7 @@ RUN mkdir -p "/opt/kafka-1.0.2" && chmod a+rw /opt/kafka-1.0.2 && curl -s "$KAFK
|
|||
RUN mkdir -p "/opt/kafka-1.1.1" && chmod a+rw /opt/kafka-1.1.1 && curl -s "$KAFKA_MIRROR/kafka_2.11-1.1.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-1.1.1"
|
||||
RUN mkdir -p "/opt/kafka-2.0.1" && chmod a+rw /opt/kafka-2.0.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.0.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.0.1"
|
||||
RUN mkdir -p "/opt/kafka-2.1.1" && chmod a+rw /opt/kafka-2.1.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.1.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.1.1"
|
||||
RUN mkdir -p "/opt/kafka-2.2.0" && chmod a+rw /opt/kafka-2.2.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.2.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.2.0"
|
||||
RUN mkdir -p "/opt/kafka-2.2.1" && chmod a+rw /opt/kafka-2.2.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.2.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.2.1"
|
||||
RUN mkdir -p "/opt/kafka-2.3.0" && chmod a+rw /opt/kafka-2.3.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.3.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.3.0"
|
||||
|
||||
# Streams test dependencies
|
||||
|
@ -67,7 +67,7 @@ RUN curl -s "$KAFKA_MIRROR/kafka-streams-1.0.2-test.jar" -o /opt/kafka-1.0.2/lib
|
|||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-1.1.1-test.jar" -o /opt/kafka-1.1.1/libs/kafka-streams-1.1.1-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.0.1-test.jar" -o /opt/kafka-2.0.1/libs/kafka-streams-2.0.1-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.1.1-test.jar" -o /opt/kafka-2.1.1/libs/kafka-streams-2.1.1-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.2.0-test.jar" -o /opt/kafka-2.2.0/libs/kafka-streams-2.2.0-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.2.1-test.jar" -o /opt/kafka-2.2.1/libs/kafka-streams-2.2.1-test.jar
|
||||
|
||||
# The version of Kibosh to use for testing.
|
||||
# If you update this, also update vagrant/base.sy
|
||||
|
|
|
@ -124,7 +124,8 @@ LATEST_2_1 = V_2_1_1
|
|||
|
||||
# 2.2.x versions
|
||||
V_2_2_0 = KafkaVersion("2.2.0")
|
||||
LATEST_2_2 = V_2_2_0
|
||||
V_2_2_1 = KafkaVersion("2.2.1")
|
||||
LATEST_2_2 = V_2_2_1
|
||||
|
||||
# 2.3.x versions
|
||||
V_2_3_0 = KafkaVersion("2.3.0")
|
||||
|
|
|
@ -129,12 +129,10 @@ get_kafka 1.1.1 2.11
|
|||
chmod a+rw /opt/kafka-1.1.1
|
||||
get_kafka 2.0.1 2.12
|
||||
chmod a+rw /opt/kafka-2.0.1
|
||||
get_kafka 2.1.0 2.12
|
||||
chmod a+rw /opt/kafka-2.1.0
|
||||
get_kafka 2.1.1 2.12
|
||||
chmod a+rw /opt/kafka-2.1.1
|
||||
get_kafka 2.2.0 2.12
|
||||
chmod a+rw /opt/kafka-2.2.0
|
||||
get_kafka 2.2.1 2.12
|
||||
chmod a+rw /opt/kafka-2.2.1
|
||||
get_kafka 2.3.0 2.12
|
||||
chmod a+rw /opt/kafka-2.3.0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче