@@ -61,12 +61,12 @@ jobs:
61
61
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
62
62
63
63
- name : Build and Test In Memory Variant
64
- if : github.ref == 'refs/heads/main'
65
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
64
+ # if: github.ref == 'refs/heads/main'
65
+ run : make BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
66
66
67
- - name : Build and Test In Memory Variant Without UI
68
- if : github.ref != 'refs/heads/main'
69
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
67
+ # - name: Build and Test In Memory Variant Without UI
68
+ # if: github.ref != 'refs/heads/main'
69
+ # run: make BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
70
70
71
71
- name : Login to DockerHub Registry
72
72
if : github.event_name == 'push'
@@ -120,12 +120,12 @@ jobs:
120
120
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
121
121
122
122
- name : Build and Test SQL Variant
123
- if : github.ref == 'refs/heads/main'
124
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-sql
123
+ # if: github.ref == 'refs/heads/main'
124
+ run : make BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-sql
125
125
126
- - name : Build and Test SQL Variant Without UI
127
- if : github.ref != 'refs/heads/main'
128
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-sql
126
+ # - name: Build and Test SQL Variant Without UI
127
+ # if: github.ref != 'refs/heads/main'
128
+ # run: make BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-sql
129
129
130
130
- name : Login to DockerHub Registry
131
131
if : github.event_name == 'push'
@@ -179,12 +179,12 @@ jobs:
179
179
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
180
180
181
181
- name : Build and Test KafkaSQL Variant
182
- if : github.ref == 'refs/heads/main'
183
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-kafkasql
182
+ # if: github.ref == 'refs/heads/main'
183
+ run : make BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-kafkasql
184
184
185
- - name : Build and Test KafkaSQL Variant Without UI
186
- if : github.ref != 'refs/heads/main'
187
- run : make SKIP_TESTS=false BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-kafkasql
185
+ # - name: Build and Test KafkaSQL Variant Without UI
186
+ # if: github.ref != 'refs/heads/main'
187
+ # run: make BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-kafkasql
188
188
189
189
- name : Login to DockerHub Registry
190
190
if : github.event_name == 'push'
@@ -225,12 +225,12 @@ jobs:
225
225
( cd /tmp/coreutils-workaround && mvn dependency:get -DremoteRepositories=https://repo1.maven.org/maven2 -Dartifact=com.github.java-json-tools:jackson-coreutils:2.0 )
226
226
227
227
- name : Build inmemory Variant
228
- if : github.ref == 'refs/heads/main'
228
+ # if: github.ref == 'refs/heads/main'
229
229
run : make SKIP_TESTS=true BUILD_FLAGS='-DskipCommitIdPlugin=false -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
230
230
231
- - name : Build inmemory Variant Without UI
232
- if : github.ref != 'refs/heads/main'
233
- run : make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild=true -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
231
+ # - name: Build inmemory Variant Without UI
232
+ # if: github.ref != 'refs/heads/main'
233
+ # run: make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5 --no-transfer-progress' build-in-memory
234
234
235
235
- name : Verify docs generation
236
236
run : |
@@ -241,18 +241,12 @@ jobs:
241
241
fi
242
242
243
243
- name : Build Native executables
244
- env :
245
- SKIP_TESTS : " true"
246
- if : github.ref == 'refs/heads/main'
247
- run : |
248
- make build-mem-native
244
+ # if: github.ref == 'refs/heads/main'
245
+ run : make SKIP_TESTS=true build-mem-native
249
246
250
- - name : Build Native executables without UI
251
- env :
252
- SKIP_TESTS : " true"
253
- if : github.ref != 'refs/heads/main'
254
- run : |
255
- make BUILD_FLAGS='-DskipUiBuild' build-mem-native
247
+ # - name: Build Native executables without UI
248
+ # if: github.ref != 'refs/heads/main'
249
+ # run: make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild' build-mem-native
256
250
257
251
- name : Build and Push Temporary image for testing
258
252
env :
@@ -333,11 +327,12 @@ jobs:
333
327
( cd /tmp/coreutils-workaround && mvn dependency:get -DremoteRepositories=https://repo1.maven.org/maven2 -Dartifact=com.github.java-json-tools:jackson-coreutils:2.0 )
334
328
335
329
- name : Build Sql Variant
336
- if : github.ref == 'refs/heads/main'
337
- run : make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild=false -Dmaven.javadoc.skip=true --no-transfer-progress -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5' build-sql
338
- - name : Build Sql Variant Without UI
339
- if : github.ref != 'refs/heads/main'
340
- run : make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild=true -Dmaven.javadoc.skip=true --no-transfer-progress -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5' build-sql
330
+ # if: github.ref == 'refs/heads/main'
331
+ run : make SKIP_TESTS=true BUILD_FLAGS='-Dmaven.javadoc.skip=true --no-transfer-progress -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5' build-sql
332
+
333
+ # - name: Build Sql Variant Without UI
334
+ # if: github.ref != 'refs/heads/main'
335
+ # run: make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild -Dmaven.javadoc.skip=true --no-transfer-progress -Dmaven.wagon.httpconnectionManager.maxTotal=30 -Dmaven.wagon.http.retryHandler.count=5' build-sql
341
336
342
337
- name : Verify docs generation
343
338
run : |
@@ -348,17 +343,12 @@ jobs:
348
343
fi
349
344
350
345
- name : Build Native executables
351
- env :
352
- SKIP_TESTS : " true"
353
- if : github.ref == 'refs/heads/main'
354
- run : |
355
- make build-sql-native
346
+ # if: github.ref == 'refs/heads/main'
347
+ run : make SKIP_TESTS=true build-sql-native
356
348
357
- - name : Build Native executables without UI
358
- env :
359
- SKIP_TESTS : " true"
360
- if : github.ref != 'refs/heads/main'
361
- run : make BUILD_FLAGS='-DskipUiBuild' build-sql-native
349
+ # - name: Build Native executables without UI
350
+ # if: github.ref != 'refs/heads/main'
351
+ # run: make SKIP_TESTS=true BUILD_FLAGS='-DskipUiBuild' build-sql-native
362
352
363
353
- name : Build and Push Temporary image for testing
364
354
env :
0 commit comments