Skip to content

Commit

Permalink
merge: #12506
Browse files Browse the repository at this point in the history
12506: [Backport stable/8.0] ci(test): skip test artifact upload on success r=megglos a=backport-action

# Description
Backport of #12497 to `stable/8.0`.

relates to #12028

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos committed Apr 21, 2023
2 parents 10cd745 + fc42dec commit ef385e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: "QA Integration Tests"
maven-modules: "qa/integration-tests"
maven-build-threads: 1
maven-test-fork-count: 8
maven-test-fork-count: 6
tcc-enabled: 'true'
tcc-concurrency: 3
- group: qa-update
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "[IT] ${{ matrix.name }}"
unit-tests:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "unit tests"
smoke-tests:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
verify
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "[Smoke] ${{ matrix.os }}"
property-tests:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: Property Tests
go-client:
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: Java 8 Client
codeql:
Expand Down

0 comments on commit ef385e4

Please sign in to comment.