Commit d301f6d 1 parent add5ab3 commit d301f6d Copy full SHA for d301f6d
File tree 1 file changed +7
-22
lines changed
1 file changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -91,22 +91,19 @@ jobs:
91
91
systeminfo | findstr /C:"Total Physical Memory"
92
92
fi
93
93
94
- - name : Run Metadata
95
- uses : ./.github/actions/metadataRunner
94
+ - name : Run ZooKeeper1
95
+ uses : ./.github/actions/zookeeperRunner
96
+
97
+ - name : Run ZooKeeper2
98
+ uses : ./.github/actions/zookeeperRunner
96
99
with :
97
- metadata : ${{ matrix.metadata }}
100
+ port : 2182
98
101
99
102
- name : Run DB
100
103
uses : ./.github/actions/dbRunner
101
104
with :
102
105
DB-name : ${{ matrix.DB-name }}
103
106
104
- - name : Modify Old IGinX DB Config
105
- uses : ./.github/actions/edit
106
- with :
107
- paths : IGinX/conf/config.properties
108
- statements : s/^storageEngineList=/#storageEngineList=/g
109
-
110
107
- name : Install New IGinX with Maven
111
108
shell : bash
112
109
run : mvn clean package -DskipTests -P-format
@@ -129,21 +126,9 @@ jobs:
129
126
DB-name : ${{ matrix.DB-name }}
130
127
Close-Optimizer : ${{ inputs.close-optimizer }}
131
128
Metadata : ${{ matrix.metadata }}
129
+ zookeeper-port : 2182
132
130
Root-Dir-Path : " IGinX"
133
131
134
- - name : Start New IGinX to Save StorageEngineList
135
- uses : ./.github/actions/iginxRunner
136
-
137
- - name : Stop New IGinX
138
- uses : ./.github/actions/iginxRunner
139
- with :
140
- if-stop : " true"
141
-
142
- - name : Show New IGinX log
143
- if : always()
144
- shell : bash
145
- run : cat iginx-*.log
146
-
147
132
- name : Download TPC-H Data
148
133
shell : bash
149
134
run : |
You can’t perform that action at this time.
0 commit comments