-
Notifications
You must be signed in to change notification settings - Fork 359
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
Remove logging that could error with multiple compute environments [BT-429] #6547
Remove logging that could error with multiple compute environments [BT-429] #6547
Conversation
Not expecting the PAPI builds to pass, those failures are addressed in #6546. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few more things that should be able to be cleaned out.
|
||
BatchJobContainerContext(jobId, containerInstanceArn, ecsClusterArns, instanceIds) | ||
} | ||
|
||
case class BatchJobContainerContext(jobId: String, containerInstanceArn: String, ecsClusterArns: Seq[String], ec2InstanceIds: Seq[String]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also be able to remove this case class
@@ -49,8 +49,6 @@ import software.amazon.awssdk.services.batch.BatchClient | |||
import software.amazon.awssdk.services.batch.model._ | |||
import software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsClient | |||
import software.amazon.awssdk.services.cloudwatchlogs.model.{GetLogEventsRequest, OutputLogEvent} | |||
import software.amazon.awssdk.services.ecs.EcsClient | |||
import software.amazon.awssdk.services.ecs.model.DescribeContainerInstancesRequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be possible to remove ecs from the dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️ 👍
No description provided.