gremlin: auto-fix swarm/homepage-agent.yaml (8 issues fixed)
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

- Removed aarch64 exclusion for "homepage-agent-docker3"
  - Removed arm exclusion for "homepage-agent-docker3"
  - Removed aarch64 exclusion for "homepage-agent-docker4"
  - Removed arm exclusion for "homepage-agent-docker4"
  - Removed aarch64 exclusion for "homepage-agent-docker5"
  - Removed arm exclusion for "homepage-agent-docker5"
  - Removed aarch64 exclusion for "homepage-agent-znas"
  - Removed arm exclusion for "homepage-agent-znas"
This commit is contained in:
traveler 2026-05-06 09:37:45 -05:00
parent 2628705093
commit 9e8a208784

View file

@ -28,8 +28,6 @@ services:
window: 120s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
- node.hostname == docker3
labels:
gremlin.version: "2026-04-1"
@ -63,8 +61,6 @@ services:
window: 120s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
- node.hostname == docker4
labels:
gremlin.version: "2026-04-1"
@ -98,8 +94,6 @@ services:
window: 120s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
- node.hostname == docker5
labels:
gremlin.version: "2026-04-1"
@ -133,8 +127,6 @@ services:
window: 120s
placement:
constraints:
- node.platform.arch != aarch64
- node.platform.arch != arm
- node.hostname == znas
labels:
gremlin.version: "2026-04-1"