Skip to content

Commit

Permalink
also need to disable push of kafka-bench (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Jun 8, 2021
1 parent b0be092 commit cbaba22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dockerBuildExamples:

dockerBuildBenchmarks:
cd benchmark/kar-bench && docker build --build-arg JS_RUNTIME=$(KAR_JS_SDK) -t $(KAR_BENCH_JS_IMAGE) .
# DISABLED DUE TO https://github.com/IBM/kar/issues/118
# DISABLED DUE TO https://github.com/IBM/kar/issues/118
# cd benchmark/kafka-bench/consumer && docker build -t $(KAFKA_BENCH_CONSUMER) .
# cd benchmark/kafka-bench/producer && docker build -t $(KAFKA_BENCH_PRODUCER) .
cd benchmark/http-bench && docker build --build-arg JS_RUNTIME=$(KAR_JS_SDK) -t $(KAR_HTTP_BENCH_JS_IMAGE) .
Expand All @@ -85,8 +85,9 @@ dockerPushExamples:

dockerPushBenchmarks:
docker push $(KAR_BENCH_JS_IMAGE)
docker push $(KAFKA_BENCH_CONSUMER)
docker push $(KAFKA_BENCH_PRODUCER)
# DISABLED DUE TO https://github.com/IBM/kar/issues/118
# docker push $(KAFKA_BENCH_CONSUMER)
# docker push $(KAFKA_BENCH_PRODUCER)
docker push $(KAR_HTTP_BENCH_JS_IMAGE)

docker:
Expand Down

0 comments on commit cbaba22

Please sign in to comment.