Remove allure (phase 1) - switch to surefire reporting (#2478)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-20 13:41:26 +03:00
committed by GitHub
parent f73128024c
commit ba23ae3fc2
256 changed files with 360 additions and 152 deletions

View File

@@ -13,4 +13,4 @@ jobs:
repo-token: ${{ secrets.PAT_SECRET }}
pr-message: |-
Thanks @${{ github.actor }} for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution.
Please make sure you read the [contribution guide](https://github.com/eclipse-hawkbit/hawkbit/blob/master/CONTRIBUTING.md) and signed the Eclipse Contributor Agreement (ECA).
Please make sure you read the [contribution guide](https://github.com/eclipse-hawkbit/hawkbit/blob/master/CONTRIBUTING.md) and signed the Eclipse Contributor Agreement (ECA).

View File

@@ -33,11 +33,11 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
run: mvn license:check -PcheckLicense --batch-mode
- name: Check dependency licenses with dash tool
run: |
mvn clean install -DskipTests -DskipJavadoc --batch-mode
mvn license-tool:license-check -Ddash.fail=false -Plicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'
mvn license-tool:license-check -Ddash.fail=false -PcheckLicense -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'
CHANGED_FILES_COUNT=$(git status --short | wc -l)
CHANGED_FILES_COUNT=${CHANGED_FILES_COUNT//[[:space:]]/}
echo "Number of changed files: ${CHANGED_FILES_COUNT}"
@@ -61,4 +61,4 @@ jobs:
exit 1
fi
env:
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}
GITLAB_API_TOKEN: ${{ secrets.GITLAB_API_TOKEN }}

View File

@@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn clean license:check -Plicense --batch-mode
run: mvn clean license:check -PcheckLicense --batch-mode
- name: Check dependency licenses with dash tool
run: |
if [ "${REVISION}" = "0-SNAPSHOT" ]; then
@@ -59,7 +59,7 @@ jobs:
DASH_FAIL=true
fi
mvn install -DskipTests -DskipJavadoc --batch-mode
mvn license-tool:license-check -Plicense -Ddash.fail=${DASH_FAIL} -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
mvn license-tool:license-check -PcheckLicense -Ddash.fail=${DASH_FAIL} -Ddash.iplab.token=${GITLAB_API_TOKEN} --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' --batch-mode
CHANGED_FILES_COUNT=$(git status --short | wc -l)
CHANGED_FILES_COUNT=${CHANGED_FILES_COUNT//[[:space:]]/}
echo "Number of changed files: ${CHANGED_FILES_COUNT}"
@@ -106,4 +106,4 @@ jobs:
git tag -a ${REVISION} -m "Release version ${REVISION}" && git push origin ${REVISION}
fi
env:
REVISION: ${{ github.event.inputs.revision }}
REVISION: ${{ github.event.inputs.revision }}

View File

@@ -21,4 +21,4 @@ jobs:
Please reach out if you have or find the answers we need so that we can investigate further.
only-labels: 'awaiting'
skip-stale-issue-message: 'true'
skip-stale-pr-message: 'true'
skip-stale-pr-message: 'true'

View File

@@ -77,4 +77,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
category: "Container Images (hawkbit-update-server)"
category: "Container Images (hawkbit-update-server)"

View File

@@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
run: mvn license:check -PcheckLicense --batch-mode
- name: Run tests & javadoc
run: mvn clean verify javadoc:javadoc --batch-mode -Djpa.vendor=hibernate -Dlogging.level.org.hibernate.collection.spi.AbstractPersistentCollection=ERROR

View File

@@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
run: mvn license:check -PcheckLicense --batch-mode
- name: Run tests & javadoc
run: mvn clean verify javadoc:javadoc --batch-mode
run: mvn clean verify javadoc:javadoc -PgenerateTestReport --batch-mode