Skip to content

Commit

Permalink
ci: Remove generating ovn-k8s test report.
Browse files Browse the repository at this point in the history
This change is backported from upstream ovn-kubernetes as we're seeing
the same issue in OVN runs too:

ovn-org/ovn-kubernetes@c2ef04188

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
(cherry picked from commit 8fc841e)
  • Loading branch information
dceara authored and numansiddique committed Nov 9, 2021
1 parent 5f19186 commit a43aa02
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ovn-kubernetes.yml
Expand Up @@ -141,20 +141,6 @@ jobs:
name: kind-junit-${{ env.JOB_NAME }}-${{ github.run_id }}
path: 'src/github.com/ovn-org/ovn-kubernetes/test/_artifacts/*.xml'

- name: Generate Test Report
id: xunit-viewer
if: always()
uses: AutoModality/action-xunit-viewer@v1
with:
results: src/github.com/ovn-org/ovn-kubernetes/test/_artifacts/

- name: Upload Test Report
if: always()
uses: actions/upload-artifact@v2
with:
name: test-report-${{ env.JOB_NAME }}-${{ github.run_id }}
path: 'src/github.com/ovn-org/ovn-kubernetes/test/_artifacts/index.html'

- name: Export logs
if: always()
run: |
Expand Down

0 comments on commit a43aa02

Please sign in to comment.