parent
8573c667a4
commit
5bc2109a18
2 changed files with 0 additions and 95 deletions
|
@ -1,23 +0,0 @@
|
||||||
name: Upload Surefire reports
|
|
||||||
description: Upload Surefire reports to Foresight
|
|
||||||
|
|
||||||
inputs:
|
|
||||||
api-key:
|
|
||||||
description: Foresight API key
|
|
||||||
required: false
|
|
||||||
surefire-reports-path:
|
|
||||||
description: Path to surefire-reports
|
|
||||||
required: true
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- id: upload-to-foresight
|
|
||||||
name: Upload Surefire reports to Foresight
|
|
||||||
uses: runforesight/foresight-test-kit-action@v1.3.1
|
|
||||||
if: github.repository == 'keycloak/keycloak'
|
|
||||||
with:
|
|
||||||
api_key: ${{ inputs.api-key }}
|
|
||||||
test_format: JUNIT
|
|
||||||
test_framework: JUNIT
|
|
||||||
test_path: ${{ inputs.surefire-reports-path }}
|
|
72
.github/workflows/ci.yml
vendored
72
.github/workflows/ci.yml
vendored
|
@ -76,14 +76,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: '**/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
base-integration-tests:
|
base-integration-tests:
|
||||||
name: Base IT
|
name: Base IT
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -110,14 +102,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
@ -158,14 +142,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'quarkus/tests/integration/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
jdk-integration-tests:
|
jdk-integration-tests:
|
||||||
name: Java Distribution IT
|
name: Java Distribution IT
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -203,14 +179,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
@ -267,14 +235,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
@ -308,14 +268,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
@ -371,14 +323,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
@ -413,14 +357,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: '**/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
fips-integration-tests:
|
fips-integration-tests:
|
||||||
name: FIPS IT
|
name: FIPS IT
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -455,14 +391,6 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/actions/upload-heapdumps
|
uses: ./.github/actions/upload-heapdumps
|
||||||
|
|
||||||
- id: upload-surefire-reports
|
|
||||||
name: Upload Surefire reports
|
|
||||||
uses: ./.github/actions/upload-surefire-reports
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
api-key: ${{ secrets.FORESIGHT_API_KEY }}
|
|
||||||
surefire-reports-path: 'testsuite/integration-arquillian/tests/base/target/surefire-reports/*.xml'
|
|
||||||
|
|
||||||
- uses: ./.github/actions/upload-flaky-tests
|
- uses: ./.github/actions/upload-flaky-tests
|
||||||
name: Upload flaky tests
|
name: Upload flaky tests
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue