-
Notifications
You must be signed in to change notification settings - Fork 179
fixed sim deployment for e2e tests #1112
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
Conversation
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nirrozenbaum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@nirrozenbaum ping me offline for the emergent fix. /lgtm |
* fixed sim deployment for e2e tests Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * rollback to v0.1.1 sim version Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * typo Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * rollback Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> --------- Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
* fixed sim deployment for e2e tests Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * rollback to v0.1.1 sim version Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * typo Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> * rollback Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com> --------- Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
a new version of llm-d simulator was just released (v0.2.0).
unfortunately, this release had some breaking changes and the e2e tests are now broken.
this PR is rolling back to use a specific sim version and not latest (the one that previously worked), as we don't want our ci tests to break on simulator release in case there are breaking changes. it would be better to update the version in a controlled manner until simulator releases and apis become more stable.
I've made the necessary changes to update the sim deployment to the latest v0.2.0 release and tested it but it wasn't working for me. we would need to further explore (in a different issue) the version update.
This PR is rolling back to the latest version that working before the sim release.