Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f215f399 authored by Alexandre MERLIN's avatar Alexandre MERLIN Committed by REGAL-MEZIN Colin
Browse files

[gen/wiki] rename the rest of the production queue to abaca...

parent 0f6978d9
No related branches found
No related tags found
1 merge request!1153Draft: Testing engelbourg
Pipeline #1150023 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment