diff --git a/.github/workflows/reusable-standard-its.yml b/.github/workflows/reusable-standard-its.yml index d0adace22fbe7..3a1fdf6f04c72 100644 --- a/.github/workflows/reusable-standard-its.yml +++ b/.github/workflows/reusable-standard-its.yml @@ -47,7 +47,7 @@ on: default: com.mysql.jdbc.Driver env: - MVN: mvn --no-snapshot-updates + MVN: mvn -B --no-transfer-progress --no-snapshot-updates MAVEN_SKIP: -P skip-static-checks -Dweb.console.skip=true -Dmaven.javadoc.skip=true MAVEN_SKIP_TESTS: -P skip-tests DOCKER_IP: 127.0.0.1 # for integration tests diff --git a/.github/workflows/reusable-unit-tests.yml b/.github/workflows/reusable-unit-tests.yml index 06a48362c404d..50cdeb0b4fa19 100644 --- a/.github/workflows/reusable-unit-tests.yml +++ b/.github/workflows/reusable-unit-tests.yml @@ -40,7 +40,7 @@ on: value: ${{ jobs.unit-tests.outputs.coverage_failure }} env: - MVN: mvn -B + MVN: mvn -B --no-transfer-progress MAVEN_SKIP: -P skip-static-checks -Dweb.console.skip=true -Dmaven.javadoc.skip=true MAVEN_SKIP_TESTS: -P skip-tests MAVEN_OPTS: -Xmx3500m diff --git a/.github/workflows/standard-its.yml b/.github/workflows/standard-its.yml index fc1d0039a1dd0..9d374c4a1ea08 100644 --- a/.github/workflows/standard-its.yml +++ b/.github/workflows/standard-its.yml @@ -139,7 +139,7 @@ jobs: if: ${{ needs.changes.outputs.core == 'true' || needs.changes.outputs.common-extensions == 'true' }} runs-on: ubuntu-22.04 env: - MVN: mvn --no-snapshot-updates + MVN: mvn -B --no-transfer-progress --no-snapshot-updates MAVEN_SKIP: -P skip-static-checks -Dweb.console.skip=true -Dmaven.javadoc.skip=true CONFIG_FILE: k8s_run_config_file.json IT_TEST: -Dit.test=ITNestedQueryPushDownTest diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 11f470a6afba2..0ab0c8baba4f8 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -31,7 +31,7 @@ concurrency: cancel-in-progress: true env: - MVN: mvn -B + MVN: mvn -B --no-transfer-progress MAVEN_SKIP: -P skip-static-checks -Dweb.console.skip=true -Dmaven.javadoc.skip=true MAVEN_SKIP_TESTS: -P skip-tests MAVEN_OPTS: -Xmx3000m