camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.11k stars 1.55k forks source link

`DISTRO-maven-central` freestyle job is failing in Quarkus extension #3776

Closed yanavasileva closed 1 year ago

yanavasileva commented 1 year ago

Context

Acceptance Criteria (Required on creation)

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/3783

Dev2QA handover

yanavasileva commented 1 year ago

Decision: disable the tests only for quarkus in this job. Argument: keep the safeguard to not push broken Snapshot to maven central that users might consume. (example: building modules from master and pulling from maven central).

yanavasileva commented 1 year ago

Notes: The distro profile where the tests where disabled previously is activate by default for the sub modules as well. However, the tests are not disabled when no profile is specified.

yanavasileva commented 1 year ago

Test run: https://stage.ci.cambpm.camunda.cloud/view/all/job/sideprojects/job/7.20-platform-DISTRO-maven-central/8

yanavasileva commented 1 year ago

Decision: merge after the code freeze is lifted.

yanavasileva commented 1 year ago

TODO: