Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Refactor GitHub Actions based Pulsar CI #14819

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable test output to console in integration tests
- logs consume GitHub Actions storage quota
- logs will be available in uploaded surefire reports if the job fails
  • Loading branch information
lhotari committed Mar 30, 2022
commit 5f44f90e0d17e95be9b59f3509c7df2110499e87
2 changes: 1 addition & 1 deletion build/run_integration_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mvn_run_integration_test() {
fi
echo "::group::Run tests for " "$@"
# use "verify" instead of "test"
$RETRY mvn -B -ntp -pl "$modules" -DskipDocker -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true -Drat.skip=true -DredirectTestOutputToFile=false verify "$@"
$RETRY mvn -B -ntp -pl "$modules" -DskipDocker -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true -Drat.skip=true verify "$@"
echo "::endgroup::"
set +x
"$SCRIPT_DIR/pulsar_ci_tool.sh" move_test_reports
Expand Down