Remove allure (phase 1) - switch to surefire reporting (#2478)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
.github/workflows/first-interaction.yml
vendored
2
.github/workflows/first-interaction.yml
vendored
@@ -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).
|
||||
6
.github/workflows/license-scan.yml
vendored
6
.github/workflows/license-scan.yml
vendored
@@ -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 }}
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -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'
|
||||
2
.github/workflows/trivy-scan.yml
vendored
2
.github/workflows/trivy-scan.yml
vendored
@@ -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)"
|
||||
2
.github/workflows/verify-hibernate.yml
vendored
2
.github/workflows/verify-hibernate.yml
vendored
@@ -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
|
||||
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user