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

Numan Siddique numans at ovn.org
Tue Nov 9 16:05:27 UTC 2021


On Tue, Nov 9, 2021 at 7:43 AM Dumitru Ceara <dceara at 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 at 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 at v1
> -      with:
> -        results: src/github.com/ovn-org/ovn-kubernetes/test/_artifacts/
> -
> -    - name: Upload Test Report
> -      if: always()
> -      uses: actions/upload-artifact at 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 at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list