-
Notifications
You must be signed in to change notification settings - Fork 104
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
Set MIRRORD_AGENT_IMAGE for vscode e2e and tidy actions #1495
Set MIRRORD_AGENT_IMAGE for vscode e2e and tidy actions #1495
Conversation
1169324
to
1f3fe39
Compare
qq: how did you verify it actually uses the |
i did a simple test: ran : MIRRORD_AGENT_IMAGE="test" KUBE_SERVICE=localhost:30000 POD_TO_SELECT=py-serv-deployment-ff89b5974-dhl2q node out/tests/runTests.js tests are bailed on debugging and agent pod logs: mehularora@Mehuls-Air mirrord % kubectl describe pod mirrord-agent-t4yxqj5yt6-dn29z Normal BackOff 21s (x2 over 23s) kubelet Back-off pulling image "test" |
but in ci we use |
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 job!
the test script in package.json is essentially the same, |
works just the same, merging |
No description provided.