-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Implementation] (Proposal 2) Add Benchmark Pipeline #127
Conversation
b0a97ab
to
6b08f69
Compare
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.
@dipankardas011 Looks good just a few minor comments. We should also update proposal 2 since this changes the design.
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.
@dipankardas011 Some more renaming is needed due to the param name change.
Please check if any more renaming is required and then I think this is good to go.
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
I created a fix for CI issue in #130
It will give us a alternative route to use kubernetes manifests for the benchmark jobs instead of reusing github workflow. With this we are trying to use the manifest location in github or any public facing endpoint from where we can get them Signed-off-by: Dipankar Das <[email protected]>
Signed-off-by: Dipankar Das <[email protected]>
Signed-off-by: Dipankar Das <[email protected]>
Signed-off-by: Dipankar Das <[email protected]>
it will help us to exactly point which commit this file belongs to and avoids updates to the file in the specific branch and we accidentally use wrong or maliciously crafted manifest Signed-off-by: Dipankar Das <[email protected]>
b7b97ba
to
35d0d7d
Compare
@dipankardas011 could you rebase with EDIT: sorry, just saw that you did that already and it's green! 👍 I hadn't refreshed my page 🙈 |
What type of PR is this?
kind/feature
What this PR does / why we need it:
It will give us a alternative route to use kubernetes manifests for the benchmark jobs instead of reusing github workflow.
With this we are trying to use the manifest location in github or any public facing endpoint from where we can get them
Which issue(s) this PR fixes:
Addresses part of #121
Special notes for your reviewer (optional):
Created this for finding alternative route for the current proposal 2 impl
Refer: #124, #121 (comment)