Skip to content

FINERACT-2796: Add coverage for release build - #6361

Open
meonkeys wants to merge 4 commits into
apache:developfrom
meonkeys:add-coverage-for-release-build
Open

FINERACT-2796: Add coverage for release build#6361
meonkeys wants to merge 4 commits into
apache:developfrom
meonkeys:add-coverage-for-release-build

Conversation

@meonkeys

@meonkeys meonkeys commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Description

FINERACT-2796

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per our guidelines
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow our coding conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • This PR must not be a "code dump". Large changes can be made in a branch, with assistance. Ask for help on the developer mailing list.
  • If merging this PR resolves a JIRA issue, I will mark that issue as resolved and set "Fix Version/s" appropriately.

Adds a parallel CI job that runs generateLicenseReport, srcDistTar, and
binaryDistTar against every commit to develop, so regressions in the
release packaging tasks are caught before release time instead of
during manual release prep. Runs alongside the other post-build-core
jobs so it doesn't add to overall CI wall-clock time, and skips
checks/tests already covered by dedicated jobs (test, cucumber, rat,
checkstyle, spotbugs, spotless) to avoid duplicating that work.

Assisted-By: claude:sonnet-5
build-documentation.yml ran `./gradlew doc` standalone, but that same
doc task is already a transitive dependency of binaryDistTar
(fineract-war/build.gradle), which build-release-artifacts.yml runs.
Keeping both duplicated the asciidoctor/PDF toolchain setup
(node/vega-cli/ghostscript/graphviz) and its runtime across two
parallel jobs for no added coverage.

Folds the doc-toolchain setup into build-release-artifacts.yml (no
change needed to the gradle invocation itself, since binaryDistTar
already exercises the doc task) and removes the now-redundant
build-documentation.yml. Also splits the license-report and
dist-tarball gradle invocations into separate steps, matching the
documented release process (fineract-doc/src/docs/en/chapters/release/process-step06.adoc)
which runs them as separate `./gradlew` invocations rather than one
combined command.

Assisted-By: claude:sonnet-5
@meonkeys meonkeys changed the title FINERACT-2796 Add coverage for release build FINERACT-2796: Add coverage for release build Aug 31, 2026
I don't need these saved in CI.
When I do the real release build I do it locally.
I guess I excluded too many tasks the first time? It was breaking with
many errors like "cannot find symbol" and "package XYZ does not exist"
@meonkeys
meonkeys requested a review from adamsaghy September 2, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant