File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 47
47
timeout-minutes : 60
48
48
strategy :
49
49
matrix :
50
- os : [ubuntu-20.04, macos-12]
50
+ # TODO: support build on macos-12
51
+ os : [ubuntu-20.04]
51
52
52
53
steps :
53
54
- name : checkout
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ services:
33
33
environment :
34
34
- PULSAR_MEM=-Xms128m -Xmx128m -XX:MaxDirectMemorySize=56m
35
35
command : >
36
- bin/pulsar initialize-cluster-metadata \
37
- --cluster cluster-a \
38
- --zookeeper zookeeper:2181 \
39
- --configuration-store zookeeper:2181 \
40
- --web-service-url http://broker-1:8080 \
41
- --broker-service-url pulsar://broker-1:6650
36
+ bin/pulsar initialize-cluster-metadata
37
+ --cluster cluster-a
38
+ --zookeeper zookeeper:2181
39
+ --configuration-store zookeeper:2181
40
+ --web-service-url http://broker-1:8080
41
+ --broker-service-url pulsar://broker-1:6650
42
42
depends_on :
43
43
zookeeper :
44
44
condition : service_healthy
@@ -149,4 +149,4 @@ services:
149
149
condition : service_healthy
150
150
bookie :
151
151
condition : service_started
152
- command : bash -c "bin/apply-config-from-env.py conf/broker.conf && exec bin/pulsar broker"
152
+ command : bash -c "bin/apply-config-from-env.py conf/broker.conf && exec bin/pulsar broker"
Original file line number Diff line number Diff line change @@ -33,12 +33,11 @@ services:
33
33
environment :
34
34
- PULSAR_MEM=-Xms128m -Xmx128m -XX:MaxDirectMemorySize=56m
35
35
command : >
36
- bin/pulsar initialize-cluster-metadata \
37
- --cluster cluster-a \
38
- --zookeeper zookeeper:2181 \
39
- --configuration-store zookeeper:2181 \
40
- --web-service-url http://broker-1:8080 \
41
- --broker-service-url pulsar://broker-1:6650
36
+ bin/pulsar initialize-cluster-metadata --cluster cluster-a
37
+ --zookeeper zookeeper:2181
38
+ --configuration-store zookeeper:2181
39
+ --web-service-url http://broker-1:8080
40
+ --broker-service-url pulsar://broker-1:6650
42
41
depends_on :
43
42
zookeeper :
44
43
condition : service_healthy
@@ -151,4 +150,4 @@ services:
151
150
condition : service_healthy
152
151
bookie :
153
152
condition : service_started
154
- command : bash -c "bin/apply-config-from-env.py conf/broker.conf && exec bin/pulsar broker"
153
+ command : bash -c "bin/apply-config-from-env.py conf/broker.conf && exec bin/pulsar broker"
You can’t perform that action at this time.
0 commit comments