Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform deployment #44

Merged
merged 32 commits into from
Sep 4, 2022
Merged

Terraform deployment #44

merged 32 commits into from
Sep 4, 2022

Conversation

JMGaljaard
Copy link
Owner

(Short) Description

This pull request introduces a new way of deployment, using terraform. Furthermore it reduces clutter by means of deduplication.

430
]
}
]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in #43

Copy link
Owner Author

@JMGaljaard JMGaljaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RTM see also #43

@@ -230,12 +238,12 @@ def build(arrival: Arrival, u_id: uuid.UUID, replication: int) -> T:
network=arrival.get_network(),
dataset=arrival.get_dataset(),
loss_function=arrival.task.network_configuration.loss_function,
seed=arrival.get_experiment_config().random_seed[replication],
# seed=arrival.get_experiment_config().random_seed[replication],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in #43

@@ -233,12 +245,14 @@ def run(self, duration: float):

description: JobDescription
for job_name, description in self.job_dict.items():
# TODO: Ensure seeds are set properly
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in #43

@JMGaljaard JMGaljaard merged commit 8ab99fa into main Sep 4, 2022
@JMGaljaard JMGaljaard deleted the terraform-deployment branch September 6, 2022 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant