Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: exclude quack from testing setups
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jan 31, 2022
1 parent 9923d9a commit c1d1ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/minimal-antrea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ ingressCA:
cert: ../.certs/ingress-ca.crt
privateKey: ../.certs/ingress-ca.key
password: foobar
quack:
disabled: true
test:
exclude:
- configmap-reloader
Expand All @@ -75,3 +77,4 @@ test:
- encryption
- platform-operator
- gitops
- template-operator
3 changes: 3 additions & 0 deletions test/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ingressCA:
password: foobar
monitoring:
disabled: true
quack:
disabled: true
test:
exclude:
- configmap-reloader
Expand All @@ -69,3 +71,4 @@ test:
- encryption
- platform-operator
- gitops
- template-operator

0 comments on commit c1d1ed3

Please sign in to comment.