From 922ab3e8baf70f5a0521184ca75ecab2826791fe Mon Sep 17 00:00:00 2001 From: gene-redpanda <123959009+gene-redpanda@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:07:15 -0500 Subject: [PATCH] test: pin redpanda.cluster to the UUID data-mount branch for CI Temporarily source the redpanda.cluster collection from the fix/node-id-substring-match branch (git) instead of Galaxy so CI exercises the UUID-based data-volume mounting changes end-to-end. Revert to the Galaxy source before merge. Co-Authored-By: Claude Opus 4.8 (1M context) --- requirements.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.yml b/requirements.yml index ed39429..8ac7c74 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,7 +1,8 @@ collections: - name: community.general - - name: redpanda.cluster - type: galaxy + - name: https://github.com/redpanda-data/redpanda-ansible-collection.git + type: git + version: fix/node-id-substring-match - name: ansible.posix - name: grafana.grafana version: 5.6.0