summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-03-19 20:26:04 +0100
committerGitHub <noreply@github.com>2024-03-19 20:26:04 +0100
commitdff30fa60809c018101052f395b09cf17cb83ccb (patch)
tree2c5f67b9424547061aaa0c6b6b85af9a125ec263 /settings.gradle.kts
parent960b3d8a13c67ac4b7f479d5764b0b618fc9ea09 (diff)
Scenario and Portfolio update (#209)
* Initial commit * Implemented a new systems of defining and running scenarios / portfolios. Scenarios and Portfolios can now be defined using JSON files similar to topologies. This allows user to define experiments without changing any KotLin code. * Ran spotlessApply
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 74e0b2c3..411bcab1 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -36,8 +36,8 @@ include(":opendc-faas:opendc-faas-simulator")
include(":opendc-experiments:opendc-experiments-base")
include(":opendc-experiments:opendc-experiments-workflow")
include(":opendc-experiments:opendc-experiments-faas")
-include(":opendc-experiments:opendc-experiments-capelin")
-include(":opendc-experiments:opendc-experiments-greenifier")
+include(":opendc-experiments:opendc-experiments-scenario")
+include(":opendc-experiments:opendc-experiments-portfolio")
include(":opendc-experiments:opendc-experiments-tf20")
include(":opendc-web:opendc-web-proto")
include(":opendc-web:opendc-web-server")