File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
golden/l2-announcement/cilium/apps Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3- "commit" : " 8840f87d25d97ce0d4bfed75d40173caaf4100fc " ,
3+ "commit" : " 95d2dbb90105a97114f46c9192b7ae146cbfaec0 " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
77 "name" : " Cilium" ,
88 "slug" : " cilium" ,
99 "parameter_key" : " cilium" ,
10- "test_cases" : " defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict" ,
10+ "test_cases" : " defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict l2-announcement " ,
1111 "add_lib" : " n" ,
1212 "add_pp" : " n" ,
1313 "add_golden" : " y" ,
Original file line number Diff line number Diff line change 3838 - egress-gateway
3939 - bgp-control-plane
4040 - kubeproxyreplacement-strict
41+ - l2-announcement
4142 defaults :
4243 run :
4344 working-directory : ${{ env.COMPONENT_NAME }}
5859 - egress-gateway
5960 - bgp-control-plane
6061 - kubeproxyreplacement-strict
62+ - l2-announcement
6163 defaults :
6264 run :
6365 working-directory : ${{ env.COMPONENT_NAME }}
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest
5757KUBENT_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --entrypoint=/app/kubent $(KUBENT_IMAGE )
5858
5959instance ?= defaults
60- test_instances = tests/defaults.yml tests/helm-opensource.yml tests/olm-opensource.yml tests/egress-gateway.yml tests/bgp-control-plane.yml tests/kubeproxyreplacement-strict.yml
60+ test_instances = tests/defaults.yml tests/helm-opensource.yml tests/olm-opensource.yml tests/egress-gateway.yml tests/bgp-control-plane.yml tests/kubeproxyreplacement-strict.yml tests/l2-announcement.yml
Original file line number Diff line number Diff line change 1+ # Overwrite parameters here
2+
3+ # parameters: {...}
You can’t perform that action at this time.
0 commit comments