Remove Foresight from GitHub workflows (#20146)

Closes #20122
This commit is contained in:
Stian Thorgersen 2023-05-04 12:08:55 +02:00 committed by GitHub
parent 8573c667a4
commit 5bc2109a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 95 deletions

View file

@ -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 }}

View file

@ -76,14 +76,6 @@ jobs:
if: always()
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:
name: Base IT
needs: build
@ -110,14 +102,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env:
@ -158,14 +142,6 @@ jobs:
if: always()
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:
name: Java Distribution IT
needs: build
@ -203,14 +179,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env:
@ -267,14 +235,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env:
@ -308,14 +268,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env:
@ -371,14 +323,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env:
@ -413,14 +357,6 @@ jobs:
if: always()
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:
name: FIPS IT
needs: build
@ -455,14 +391,6 @@ jobs:
if: always()
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
name: Upload flaky tests
env: