Skip to content

Commit

Permalink
Try to update single check in each job
Browse files Browse the repository at this point in the history
Issue: ZENKO-4876
  • Loading branch information
francoisferrand committed Oct 1, 2024
1 parent 0e4e1e4 commit f52dcb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/archive-artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ runs:
- name: Publish test report
uses: mikepenz/action-junit-report@v4
with:
annotate_only: true
#annotate_only: true
check_name: ${{ inputs.stage }}
job_name: 🧪 Unit tests
job_summary: false
update_check: true
report_paths: ${{ inputs.junit-paths }}
continue-on-error: true

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ jobs:
cache-to: type=gha,mode=max,scope=end2end-ctst

end2end-http:
permissions:
checks: write
needs: [build-kafka, build-test-image, check-dashboard-versions]
runs-on:
- ubuntu
Expand Down Expand Up @@ -427,6 +429,8 @@ jobs:
run: kind delete cluster

end2end-pra:
permissions:
checks: write
needs: [build-kafka, check-dashboard-versions, lint-and-build-ctst]
runs-on: ubuntu-22.04-16core
env:
Expand Down Expand Up @@ -486,6 +490,8 @@ jobs:
run: kind delete cluster

end2end-https:
permissions:
checks: write
needs: [build-kafka, build-test-image, check-dashboard-versions]
runs-on:
- ubuntu
Expand Down Expand Up @@ -537,6 +543,8 @@ jobs:
run: kind delete cluster

end2end-sharded:
permissions:
checks: write
needs: [build-kafka, build-test-image, check-dashboard-versions]
runs-on:
- ubuntu-22.04-8core
Expand Down Expand Up @@ -576,6 +584,8 @@ jobs:
run: kind delete cluster

ctst-end2end-sharded:
permissions:
checks: write
needs: [build-kafka, lint-and-build-ctst, check-dashboard-versions]
runs-on:
- ubuntu-22.04-8core
Expand Down

0 comments on commit f52dcb9

Please sign in to comment.