From 2a47c33b3ed3a7083a7535cfc81d72dea37fea76 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Wed, 15 Jan 2025 13:50:39 +0100 Subject: [PATCH] fixup! fixup test kubespan with RP filter enabled on all interfaces --- .github/workflows/ci.yaml | 3 ++- .github/workflows/integration-misc-1-cron.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 945b0d7d5e6..59562af75f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-26T15:20:08Z by kres fcff05e. +# Generated on 2025-01-15T12:49:27Z by kres 3b3f992. name: default concurrency: @@ -2062,6 +2062,7 @@ jobs: IMAGE_REGISTRY: registry.dev.siderolabs.io\ SHORT_INTEGRATION_TEST: "yes" WITH_CLUSTER_DISCOVERY: "true" + WITH_CONFIG_PATCH: '@hack/test/patches/kubespan-rp_filter.yaml' WITH_KUBESPAN: "true" run: | sudo -E make e2e-qemu diff --git a/.github/workflows/integration-misc-1-cron.yaml b/.github/workflows/integration-misc-1-cron.yaml index 96b578831f7..18a63f507fa 100644 --- a/.github/workflows/integration-misc-1-cron.yaml +++ b/.github/workflows/integration-misc-1-cron.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-24T15:00:58Z by kres fcff05e. +# Generated on 2025-01-15T12:49:27Z by kres 3b3f992. name: integration-misc-1-cron concurrency: @@ -92,6 +92,7 @@ jobs: IMAGE_REGISTRY: registry.dev.siderolabs.io\ SHORT_INTEGRATION_TEST: "yes" WITH_CLUSTER_DISCOVERY: "true" + WITH_CONFIG_PATCH: '@hack/test/patches/kubespan-rp_filter.yaml' WITH_KUBESPAN: "true" run: | sudo -E make e2e-qemu