From 1e61ea0e5d847f78ce166c9046225e41aebce5e8 Mon Sep 17 00:00:00 2001 From: David Loup <david.loup@inria.fr> Date: Tue, 6 Oct 2020 10:55:06 +0200 Subject: [PATCH] [pyxis] Fix typo on bios release date (add quote) --- input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.yaml | 2 +- input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.yaml | 2 +- input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.yaml | 2 +- input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.yaml b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.yaml index 6e0239402e..75a08ef29c 100644 --- a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.yaml +++ b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-1.yaml @@ -8,7 +8,7 @@ pyxis-1: nb_threads: 256 platform_type: aarch64 bios: - release_date: 08/13/2020 + release_date: '08/13/2020' vendor: GIGABYTE version: F34 bmc_version: '12.46' diff --git a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.yaml b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.yaml index bfd0052fed..441678484b 100644 --- a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.yaml +++ b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-2.yaml @@ -8,7 +8,7 @@ pyxis-2: nb_threads: 256 platform_type: aarch64 bios: - release_date: 08/13/2020 + release_date: '08/13/2020' vendor: GIGABYTE version: F34 bmc_version: '12.46' diff --git a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.yaml b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.yaml index 351b762b12..1b08327f65 100644 --- a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.yaml +++ b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-3.yaml @@ -8,7 +8,7 @@ pyxis-3: nb_threads: 256 platform_type: aarch64 bios: - release_date: 08/13/2020 + release_date: '08/13/2020' vendor: GIGABYTE version: F34 bmc_version: '12.46' diff --git a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.yaml b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.yaml index 8c33e0b804..e11a651125 100644 --- a/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.yaml +++ b/input/grid5000/sites/lyon/clusters/pyxis/nodes/pyxis-4.yaml @@ -8,7 +8,7 @@ pyxis-4: nb_threads: 256 platform_type: aarch64 bios: - release_date: 08/13/2020 + release_date: '08/13/2020' vendor: GIGABYTE version: F34 bmc_version: '12.46' -- GitLab