Skip to content

Commit

Permalink
ariane: don't skip verifier and l4lb tests on vendor/ changes
Browse files Browse the repository at this point in the history
Both of these workflows use binaries that are built in CI making use of
various vendored dependencies, so run them as well on PRs only changing
vendor/.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Jul 10, 2023
1 parent b0e842e commit 1f35baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ariane-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ workflows:
conformance-gke.yaml:
paths-ignore-regex: (test|Documentation)/
tests-datapath-verifier.yaml:
paths-regex: (bpf|test/verifier)/
paths-regex: (bpf|test/verifier|vendor)/
tests-l4lb.yaml:
paths-regex: (pkg|daemon|bpf|test/l4lb|images)/
paths-regex: (bpf|daemon|images|pkg|test/l4lb|vendor)/

0 comments on commit 1f35baf

Please sign in to comment.