Skip to content

Commit

Permalink
fixup! fixup test kubespan with RP filter enabled on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Jan 15, 2025
1 parent 50d45b6 commit 2a47c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration-misc-1-cron.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a47c33

Please sign in to comment.