Skip to content

Commit

Permalink
Remove govulncheck as a pre-requirement to run all other functional t…
Browse files Browse the repository at this point in the history
…ests (#2188)

* Remove govulncheck as a pre-requirement to run all other functional tests.

I think it is OK to keep that test as failed, but this should not prevent other functional tests from keep running and notify us on a potentially introduced bug.

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>

* missed to remove one reference

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>

* missed to remove one more reference

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>

---------

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd authored Jun 29, 2024
1 parent 8a1eab5 commit 80f5652
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
runs-on: ${{ matrix.os }}
needs:
- lint
- vulnerable-dependencies-checks
- govet
strategy:
matrix:
Expand Down Expand Up @@ -161,7 +160,6 @@ jobs:
runs-on: ${{ matrix.os }}
needs:
- lint-sidecar
- vulnerable-dependencies-checks-sidecar
- govet-sidecar
strategy:
matrix:
Expand All @@ -182,7 +180,6 @@ jobs:
runs-on: ${{ matrix.os }}
needs:
- lint
- vulnerable-dependencies-checks
- govet
- shellcheck
strategy:
Expand All @@ -209,7 +206,6 @@ jobs:
runs-on: ${{ matrix.os }}
needs:
- lint-sidecar
- vulnerable-dependencies-checks-sidecar
- govet-sidecar
strategy:
matrix:
Expand Down

0 comments on commit 80f5652

Please sign in to comment.