From 29032e3bee1dddb798379c2b98e769df2502d130 Mon Sep 17 00:00:00 2001 From: Alexandre MERLIN <alexandre.merlin@inria.fr> Date: Mon, 31 Mar 2025 15:14:57 +0200 Subject: [PATCH] [gen/wiki] rename the rest of the production queue to abaca... --- lib/refrepo/gen/wiki/generators/site_hardware.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/refrepo/gen/wiki/generators/site_hardware.rb b/lib/refrepo/gen/wiki/generators/site_hardware.rb index 72f3f19e3fe..1666cc84e54 100644 --- a/lib/refrepo/gen/wiki/generators/site_hardware.rb +++ b/lib/refrepo/gen/wiki/generators/site_hardware.rb @@ -249,9 +249,9 @@ class SiteHardwareGenerator < WikiGenerator queue = (queue.nil? || queue.empty?) ? 'default' : queue queue_drawgantt_url = get_queue_drawgantt_url(site, queue) if (queue != 'testing') - text_data << "\n= Clusters in the [#{queue_drawgantt_url} #{queue} queue] =" + text_data << "\n= Clusters in the [#{queue_drawgantt_url} #{queue == 'production' ? 'abaca' : queue} queue] =" else - text_data << "\n= Clusters in the #{queue} queue =" + text_data << "\n= Clusters in the #{queue == 'production' ? 'abaca' : queue} queue =" end clusters.sort_by{|cluster_uid, _cluster_hash| split_cluster_node(cluster_uid) }.to_h.each { |cluster_uid, cluster_hash| subclusters = cluster_hash.keys.count != 1 -- GitLab