From a628043df97d5c65892e974717c8cfc4b0fdaee9 Mon Sep 17 00:00:00 2001 From: traveler Date: Wed, 6 May 2026 13:40:30 -0500 Subject: [PATCH] gremlin: auto-fix swarm/homepage-agents.yaml (8 issues fixed) - Removed aarch64 exclusion for "dockerproxy-docker3" - Removed arm exclusion for "dockerproxy-docker3" - Removed aarch64 exclusion for "dockerproxy-docker4" - Removed arm exclusion for "dockerproxy-docker4" - Removed aarch64 exclusion for "dockerproxy-docker5" - Removed arm exclusion for "dockerproxy-docker5" - Removed aarch64 exclusion for "dockerproxy-znas" - Removed arm exclusion for "dockerproxy-znas" --- swarm/homepage-agents.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/swarm/homepage-agents.yaml b/swarm/homepage-agents.yaml index 4e7f8eb..f7fce8b 100644 --- a/swarm/homepage-agents.yaml +++ b/swarm/homepage-agents.yaml @@ -29,8 +29,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker3 labels: gremlin.version: "2026-04-1" @@ -67,8 +65,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker4 labels: gremlin.version: "2026-04-1" @@ -105,8 +101,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == docker5 labels: gremlin.version: "2026-04-1" @@ -143,8 +137,6 @@ services: window: 120s placement: constraints: - - node.platform.arch != aarch64 - - node.platform.arch != arm - node.hostname == znas labels: gremlin.version: "2026-04-1"