-
Notifications
You must be signed in to change notification settings - Fork 73
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
DOP-4177: Replacing job.useWithBenchmark with job.payload.isNextGen #953
Conversation
Your feature branch infrastructure has been deployed! Your webhook URL is: https://r7fxj3uvff.execute-api.us-east-2.amazonaws.com/prod/webhook/githubEndpoint/trigger/build For more information on how to use this endpoint, follow these instructions. |
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.
If we're fully doing away with this, should we delete useWithBenchmark
from our Job definitions and types?
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.
LGTM!
DOP-4177
Removing use of
job.useWithBenchmark
and usingjob.payload.isNextGen
instead to avoid relying on hardcoded array to determine if something is new gen or old gen. Also removing failing tests that were reliant on implementation and failed without use ofuseWithBenchmark
.