* [WIP] Updates to Thumbnailer sample
* More edits
* More edits
* Update README.md
* Removing jq and 'service'
* Removing another 'service'
* Add language about external dependencies
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.
* Clean up go build and make it work.
* Add a comment for where to update image.
* Clean up prereqs & steps 1-2 based on test runthrough.
* 'Merge'
* Name function 'read-k8s-events' like in the example.
* Fix the image path to work with ko.
* More name fixes for ko
* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/
* Update paths for dep + docker build.
* Add initial startup line to indicate container is running.
* Update Kibana logging details
* Apply PR feedback.
* Adding bloat and sleep commands to the sample.
* Run all three in parallel.
* Load test tool.
* Concurreny and qps settings for load test.
* Formating tweaks.
* Change health check address.
* Move load test into subdirectory.
* Delete hey Dockerfile now that we have our own load tester.
* Output resource usage summary from autoscale.go and total requests from load.go.
* Rename sample.yaml as service.yaml to match other samples.
* Update README to run new load test.
* A few README fixes.
* Stop test after duration.
* Add files via upload
* Add files via upload
* Add dashboard screenshots.
* Further experiments.
* Add metrics prerequisite.
* Replace Configuration and Revision with Service.
* Remove docs from image path.
* Revert edits to helloworld-go.
* Update Knative Serving GCS bucket
Knative Serving release was moved to its own directory in knative/serving#1654.
* Address feedback
* Remove spurious `
* Remove extra line
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.
presubmit-tests.sh helper is implemented by knative/test-infra#12
* Use helpers from prow-tests image for tests
We're consolidating the test infrastructure into a single place, so all repos get the same fixes, updates and new features.
`presubmit-tests.sh` helper is implemented by knative/test-infra#12
`e2e-tests.sh` helper is implemented by knative/test-infra#17
* Explicitly fail test if setup fails