-
Notifications
You must be signed in to change notification settings - Fork 22
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
TestResolveAddress should allow overriding test image #304
Comments
@mgencur The |
Scratch that. Those images are provided from docs repo. Some time ago, there were updated to use multi-arch: knative/docs#5273 Unfortunately, only Worth adding that we should use |
See: knative/docs#5718 |
This issue is stale because it has been open for 90 days with no |
The test is located here and it consumes test cases defined in pkg/k8s/test/addressresolver_cases.go.
The test case hardcodes the gcr.io/knative-samples/helloworld-go image which is not multiarch.
We would like to be able to define TEST_IMAGES_HELLOWORLD_GO env variable to override the image. The image resolver should be able to replace the hardcoded one with the one define via env variable. This way we could pass a multiarch version of that image, for example.
Similar approach is used for other E2E tests, for example the wathola-forwarder image can be overridden via env variable TEST_IMAGES_WATHOLA_FORWARDER: link
The TestResolveAddress test is the only E2E test which doesn't allow overriding the test image.
The text was updated successfully, but these errors were encountered: