-
Notifications
You must be signed in to change notification settings - Fork 90
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
Adds scaleUpHealing cron #6390
Closed
Closed
Adds scaleUpHealing cron #6390
Changes from 14 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
85aed2f
more changes
ZainRizvi a908ce4
temp changes
ZainRizvi c3e3b7a
rename columns
ZainRizvi aabb321
add metrics and don't use sqs queue
Camyll 18fe3a0
set timeout
Camyll f549fe0
add tests
Camyll fd8b270
fix tests
Camyll e0632a4
stash testing changes
Camyll 621c708
working tests for scaleupchron
Camyll 71285d9
Fixing linting errors
jeanschmidt a4c5895
fix build errorsclear
Camyll 0419e58
complete scaleupchron and lambda tests and add scale-up-chron.json
Camyll 4214cf8
add handling for no response data and move hud query to variable
Camyll 5245d02
Typescript and other small improvements
jeanschmidt d1a7ce3
Copying permissions I believe are relevant from scaleUp to scaleUpCro…
jeanschmidt b43e52f
Fixes on terraform plan, permissions from scaleUp, not apply scaleUpC…
jeanschmidt e6e7e71
Works in production!
jeanschmidt 03b220f
Removed test code
jeanschmidt 79b89ae
[Mobile Benchmark Test] Add os, job_arn, and job_conclusion to artifa…
yangw-dev 4635c2d
add regex filter for cost page (#6393)
wdvr e2e9454
monsterized failures in grouped view (#6394)
wdvr c75bc11
[ez][HUD] Fix build artifacts grouping in workflow box (#6395)
clee2000 c8a0ca7
[Benchmark] Prepare for execuTorch failure handling (#6391)
yangw-dev 4e5c126
Update test matrix for release validations for 2.7 (#6401)
atalman 0935d68
Adds additional tests to getRunnerTypes, simplifies code a bit, adds …
jeanschmidt 084c572
Add ephemeral variants for all runner types, and updates validate_sca…
jeanschmidt d571353
[Queue Time Historgam] add schema for QueueTimeHistorgam (#6355)
yangw-dev b1c7c6e
fix test input and make naming consistent
Camyll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@jeanschmidt do you think we should be consistent in naming with scaleUpChron vs scaleUpCron? If I were trying to understand this code I'd be confused why these are different
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.
Good point, I think we do.