diff mbox series

[ovs-dev] ci: Remove generating ovn-k8s test report.

Message ID 20211109124304.32389-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ci: Remove generating ovn-k8s test report. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Dumitru Ceara Nov. 9, 2021, 12:43 p.m. UTC
This change is backported from upstream ovn-kubernetes as we're seeing
the same issue in OVN runs too:

https://github.com/ovn-org/ovn-kubernetes/commit/c2ef04188

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 .github/workflows/ovn-kubernetes.yml | 14 --------------
 1 file changed, 14 deletions(-)

Comments

Numan Siddique Nov. 9, 2021, 4:05 p.m. UTC | #1
On Tue, Nov 9, 2021 at 7:43 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> This change is backported from upstream ovn-kubernetes as we're seeing
> the same issue in OVN runs too:
>
> https://github.com/ovn-org/ovn-kubernetes/commit/c2ef04188
>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Thanks for fixing this.

Applied to the main and backported to branch-21.09 and branch-21.06.

Thanks
Numan

> ---
>  .github/workflows/ovn-kubernetes.yml | 14 --------------
>  1 file changed, 14 deletions(-)
>
> diff --git a/.github/workflows/ovn-kubernetes.yml b/.github/workflows/ovn-kubernetes.yml
> index f9ea33247..60c585a24 100644
> --- a/.github/workflows/ovn-kubernetes.yml
> +++ b/.github/workflows/ovn-kubernetes.yml
> @@ -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: |
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/.github/workflows/ovn-kubernetes.yml b/.github/workflows/ovn-kubernetes.yml
index f9ea33247..60c585a24 100644
--- a/.github/workflows/ovn-kubernetes.yml
+++ b/.github/workflows/ovn-kubernetes.yml
@@ -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: |