Merge branch '3.0.x'
This commit is contained in:
@@ -5,7 +5,9 @@ runs:
|
||||
steps:
|
||||
- name: build controllers project
|
||||
shell: bash
|
||||
env:
|
||||
CURRENT_INDEX: ${{ matrix.current_index }}
|
||||
run: |
|
||||
cd spring-cloud-kubernetes-controllers
|
||||
.././mvnw -T 1C -U clean install
|
||||
.././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -T 1C -U clean install
|
||||
cd ..
|
||||
|
||||
@@ -60,8 +60,9 @@ runs:
|
||||
|
||||
./mvnw -s .settings.xml \
|
||||
-DtestsToRun=${TEST_ARG[@]} \
|
||||
-DCURRENT_INSTANCE=${CURRENT_INDEX} \
|
||||
-e clean install \
|
||||
-P 'sonar, run-on-github-actions' -nsu --batch-mode \
|
||||
-P sonar -nsu --batch-mode \
|
||||
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
|
||||
-Dhttp.keepAlive=false \
|
||||
-Dmaven.wagon.http.pool=false \
|
||||
|
||||
@@ -149,8 +149,9 @@ runs:
|
||||
|
||||
./mvnw -s .settings.xml \
|
||||
-DtestsToRun=${tests_to_run_in_current_index} \
|
||||
-DCURRENT_INSTANCE=${CURRENT_INDEX} \
|
||||
-e clean install \
|
||||
-P 'sonar, run-on-github-actions' -nsu --batch-mode \
|
||||
-P sonar -nsu --batch-mode \
|
||||
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
|
||||
-Dhttp.keepAlive=false \
|
||||
-Dmaven.wagon.http.pool=false \
|
||||
|
||||
Reference in New Issue
Block a user