From 42db0658cf98616a6700aa58b5558f4f54e4afc4 Mon Sep 17 00:00:00 2001 From: Stephan Feurer Date: Wed, 14 Aug 2024 09:45:58 +0200 Subject: [PATCH] Update from template Template version: main (95d2dbb) --- .cruft.json | 4 ++-- .github/workflows/test.yaml | 2 ++ Makefile.vars.mk | 2 +- tests/golden/l2-announcement/cilium/apps/cilium.yaml | 0 tests/l2-announcement.yml | 3 +++ 5 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 tests/golden/l2-announcement/cilium/apps/cilium.yaml create mode 100644 tests/l2-announcement.yml diff --git a/.cruft.json b/.cruft.json index cdc6096f..112dc293 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,13 +1,13 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "8840f87d25d97ce0d4bfed75d40173caaf4100fc", + "commit": "95d2dbb90105a97114f46c9192b7ae146cbfaec0", "checkout": "main", "context": { "cookiecutter": { "name": "Cilium", "slug": "cilium", "parameter_key": "cilium", - "test_cases": "defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict", + "test_cases": "defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict l2-announcement", "add_lib": "n", "add_pp": "n", "add_golden": "y", diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e949ae93..3128cb3d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,6 +38,7 @@ jobs: - egress-gateway - bgp-control-plane - kubeproxyreplacement-strict + - l2-announcement defaults: run: working-directory: ${{ env.COMPONENT_NAME }} @@ -58,6 +59,7 @@ jobs: - egress-gateway - bgp-control-plane - kubeproxyreplacement-strict + - l2-announcement defaults: run: working-directory: ${{ env.COMPONENT_NAME }} diff --git a/Makefile.vars.mk b/Makefile.vars.mk index 2e23b770..9710f5fb 100644 --- a/Makefile.vars.mk +++ b/Makefile.vars.mk @@ -57,4 +57,4 @@ KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE) instance ?= defaults -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 +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 diff --git a/tests/golden/l2-announcement/cilium/apps/cilium.yaml b/tests/golden/l2-announcement/cilium/apps/cilium.yaml new file mode 100644 index 00000000..e69de29b diff --git a/tests/l2-announcement.yml b/tests/l2-announcement.yml new file mode 100644 index 00000000..a4da5b7b --- /dev/null +++ b/tests/l2-announcement.yml @@ -0,0 +1,3 @@ +# Overwrite parameters here + +# parameters: {...}