From a15031158149398443bf1976e59220c943adac7a Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Wed, 5 Nov 2025 11:04:10 +0100 Subject: [PATCH] fix: modify the default template so simulations can run without any adaptation --- Babylon/templates/working_dir/.templates/yaml/Solution.yaml | 2 +- Babylon/templates/working_dir/.templates/yaml/variables.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Babylon/templates/working_dir/.templates/yaml/Solution.yaml b/Babylon/templates/working_dir/.templates/yaml/Solution.yaml index c34ece39b..acb1b0805 100644 --- a/Babylon/templates/working_dir/.templates/yaml/Solution.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/Solution.yaml @@ -17,7 +17,7 @@ spec: tags: - brewery runTemplates: - - id: "run_id" + - id: "{{run_template_id}}" name: "{{runTemplate_name}}" csmSimulation: AzureWebApp/AzureWebApp_Simulation run: true diff --git a/Babylon/templates/working_dir/.templates/yaml/variables.yaml b/Babylon/templates/working_dir/.templates/yaml/variables.yaml index 0267925d7..bee01927b 100644 --- a/Babylon/templates/working_dir/.templates/yaml/variables.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/variables.yaml @@ -25,7 +25,7 @@ workspace_name: Babylon v5 workspace workspace_key: brewerytestingwork workspace_description: Testing workspace for the brewery web application # Runner -run_template_id: run_id +run_template_id: minimal runner_name: Babylon v5 Runner runTemplate_name: Standard simulation owner_name: toto \ No newline at end of file