Commit Graph

63 Commits

Author SHA1 Message Date
Matt Moore b6c8f4851e Generate injection client for knative/caching. (#34) 2019-06-05 11:23:38 -07:00
chaodaiG 57c5ec9f25 Update test-infra: get rid of Unbound variable running update-deps warning (#31) 2019-05-26 16:51:29 -07:00
chaodaiG 7fb2e7fb3e Update test-infra to the latest version (#30) 2019-05-16 08:09:22 -07:00
chaodaiG d4b89dbc0b Update test-infra: some fixes (#29)
* Update test-infra: some fixes

* install istio from addon
2019-05-06 12:07:36 -07:00
Nikhil Barthwal afa9ee174c Update dep for test-infra (#26) 2019-04-05 07:19:57 -07:00
Matt Moore 3fc06fd3c9 This adds context.Context to the interfaces used by the pkg webhook. (#23)
See also: https://github.com/knative/pkg/pull/332
2019-03-21 10:52:47 -07:00
Adriano Cunha 97110f4e0c Update test-infra (#21)
* Bring in the latest features and fixes.
* Use the default build/unit test runners.
* Remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-17 17:08:31 -08:00
Vincent Demeester 5e0d1e671f Bump "safe" dependencies (#19)
* github.com/gogo/protobuf: v1.1.1 -> v1.2.0

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

* github.com/spf13/pflag: v1.0.2 -> v1.0.3

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

* gopkg.in/yaml.v2: v2.2.1 -> v2.2.2

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-27 09:48:37 -08:00
chaodaiG 1b7ae00b15 Remove images deletion step from e2e test / Update test-infra (#15)
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.

Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
2018-11-29 13:44:23 -08:00
Adriano Cunha 8aeeb3d0b9 Update knative/test-infra (#13)
Major changes:
* fixes and updates to E2E test framework
* better parsing of E2E test results
2018-10-01 12:17:23 -07:00
Matt Moore bba06b0586
Update knative/pkg to get kmeta.OwnerRefable. (#10) 2018-09-14 10:43:02 -07:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00
Matt Moore 932173e3e2 Bootstrap knative/caching.
This adds all of the elements needed to bootstrap the knative/caching repo.

I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00