Images used for verifying e2e tests should be built from source #1700
Labels
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/bug
Categorizes issue or PR as related to a bug.
/area test-and-release
/kind bug
/kind dev
Expected Behavior
We should be building and pushing the image used by the e2e tests from source. So, whenever someone makes changes, we can upload the new image and test against that.
Actual Behavior
When engineers update one of the e2e tests that need an be build into a docker image like tha hello world or the autoscaler tests, they need to depend on one of the test/OWNERS to push the image to our e2e tests docker repo to start testing their changes. Else, prow will only test using the old image and fail continously.
Sample for source to url -> https://github.com/knative/docs/tree/master/serving/samples/source-to-url-go
The text was updated successfully, but these errors were encountered: