From a1a84747b1e4f2a50220e1f6f70270e62b507d6b Mon Sep 17 00:00:00 2001 From: Ekaterina Date: Thu, 14 Nov 2024 20:25:46 +0100 Subject: [PATCH] Correct a version number of the test configs (#1180) Co-authored-by: Davide Fioriti <67809479+davide-f@users.noreply.github.com> --- test/config.custom.yaml | 2 +- test/config.landlock.yaml | 2 +- test/config.monte_carlo.yaml | 2 +- test/config.test1.yaml | 2 +- test/config.test_myopic.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/config.custom.yaml b/test/config.custom.yaml index a596a932d..bc58c98da 100644 --- a/test/config.custom.yaml +++ b/test/config.custom.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 ### CHANGES TO CONFIG.TUTORIAL.YAML ### -version: 0.5.0 +version: 0.4.1 run: name: "custom" diff --git a/test/config.landlock.yaml b/test/config.landlock.yaml index 913211f29..bc2f2707b 100644 --- a/test/config.landlock.yaml +++ b/test/config.landlock.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 ### CHANGES TO CONFIG.TUTORIAL.YAML ### -version: 0.5.0 +version: 0.4.1 countries: ["BW"] diff --git a/test/config.monte_carlo.yaml b/test/config.monte_carlo.yaml index 034dd51cd..622371a98 100644 --- a/test/config.monte_carlo.yaml +++ b/test/config.monte_carlo.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 ### CHANGES TO CONFIG.TUTORIAL.YAML ### -version: 0.5.0 +version: 0.4.1 monte_carlo: options: diff --git a/test/config.test1.yaml b/test/config.test1.yaml index 792f60767..2491699be 100644 --- a/test/config.test1.yaml +++ b/test/config.test1.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -version: 0.5.0 +version: 0.4.1 tutorial: true run: diff --git a/test/config.test_myopic.yaml b/test/config.test_myopic.yaml index bede7c639..dc9dcdecf 100644 --- a/test/config.test_myopic.yaml +++ b/test/config.test_myopic.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -version: 0.5.0 +version: 0.4.1 logging_level: INFO tutorial: true