Skip to content

Commit

Permalink
fix(deploy): create job for recreating graph build image
Browse files Browse the repository at this point in the history
also parallelize ec2 validation checks
  • Loading branch information
evansiroky committed Jul 24, 2020
1 parent 5fa648a commit f0241a2
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public enum JobType {
CONVERT_EDITOR_MAPDB_TO_SQL,
VALIDATE_ALL_FEEDS,
MONITOR_SERVER_STATUS,
MERGE_FEED_VERSIONS
MERGE_FEED_VERSIONS,
RECREATE_BUILD_IMAGE
}

public MonitorableJob(Auth0UserProfile owner, String name, JobType type) {
Expand Down
Loading

0 comments on commit f0241a2

Please sign in to comment.