Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 84a18ccc authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

Merge branch 'rename_queue2' into 'master'

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

See merge request !1180
parents 24da0923 29032e3b
No related branches found
No related tags found
1 merge request!1180[gen/wiki] rename the rest of the production queue to abaca...
Pipeline #1149988 passed
Pipeline: Resources Explorer

#1149993

    ......@@ -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.
    Finish editing this message first!
    Please register or to comment