Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: ./.github/actions/upload-heapdumps

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: unit-tests
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
job-name: Base IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: base-integration-tests-${{ matrix.group }}
Expand All @@ -142,6 +144,7 @@ jobs:
uses: ./.github/actions/upload-heapdumps

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: quarkus-unit-tests
Expand Down Expand Up @@ -180,6 +183,7 @@ jobs:
uses: ./.github/actions/upload-heapdumps

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: quarkus-integration-tests-${{ matrix.os }}-${{ matrix.server }}
Expand Down Expand Up @@ -229,6 +233,7 @@ jobs:
job-name: Java Distribution IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: jdk-integration-tests-${{ matrix.os }}-${{ matrix.dist }}-${{ matrix.version }}
Expand Down Expand Up @@ -290,6 +295,7 @@ jobs:
job-name: New Store IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: new-store-integration-tests-${{ matrix.db }}
Expand Down Expand Up @@ -328,6 +334,7 @@ jobs:
job-name: Legacy Store IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: legacy-store-integration-tests-${{ matrix.db }}
Expand Down Expand Up @@ -359,6 +366,7 @@ jobs:
job-name: Store Model Tests

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: store-model-tests
Expand Down Expand Up @@ -393,6 +401,7 @@ jobs:
job-name: Legacy Clustering IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: clustering-integration-tests
Expand Down Expand Up @@ -425,6 +434,7 @@ jobs:
uses: ./.github/actions/upload-heapdumps

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: fips-unit-tests
Expand Down Expand Up @@ -471,6 +481,7 @@ jobs:
job-name: FIPS IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: fips-integration-tests-${{ matrix.mode }}
Expand Down Expand Up @@ -506,6 +517,7 @@ jobs:
job-name: Account Console IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: account-console-integration-tests-${{ matrix.browser }}
Expand Down Expand Up @@ -544,6 +556,7 @@ jobs:
job-name: Forms IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: forms-integration-tests-${{ matrix.browser }}
Expand Down Expand Up @@ -579,6 +592,7 @@ jobs:
job-name: WebAuthn IT

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: webauthn-integration-tests-${{ matrix.browser }}
Expand Down Expand Up @@ -619,6 +633,7 @@ jobs:
run: .github/scripts/run-ipa.sh "${{ github.workspace }}"

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: sssd-unit-tests
Expand Down Expand Up @@ -664,6 +679,7 @@ jobs:
job-name: Migration Tests

- name: Surefire reports
if: always()
uses: ./.github/actions/archive-surefire-reports
with:
job-id: migration-tests-${{ matrix.old-version }}-${{ matrix.database }}
Expand Down