From 292350f7fdc59a31900ef289d17e54e9e081e198 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum <lucas.nussbaum@inria.fr> Date: Thu, 6 Mar 2025 17:01:00 +0100 Subject: [PATCH] [dev/mass-create] Fix comment for manufactured_at and warranty_end (bug 16832) --- lib/refrepo/csv_importer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/refrepo/csv_importer.rb b/lib/refrepo/csv_importer.rb index 461433328b1..8396e4c7db9 100644 --- a/lib/refrepo/csv_importer.rb +++ b/lib/refrepo/csv_importer.rb @@ -34,8 +34,8 @@ queues: nodes: #{cluster}-#{nodes_count == 1 ? '1' : "[1-#{nodes_count}]"}: chassis: - manufactured_at: 1970-01-01 # TODO: Put date. - warranty_end: 1970-01-01 # TODO: Put date. + manufactured_at: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line. + warranty_end: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line. supported_job_types: deploy: true besteffort: true -- GitLab