Commit Graph

13 Commits

Author SHA1 Message Date
Scott Nichols cc1d9d2e09
use the new hack repo for scripts (#373) 2020-10-27 16:12:33 -07:00
Scott Nichols d6df27735a
leverage test-infra go_update_deps (#357) 2020-10-09 15:27:21 -07:00
Julian Friedman 60d18009af
Unpin deps following release (#347) 2020-10-01 06:34:30 -07:00
Zhimin Xiang a6b8bbd699
Pin deps to release-0.18 (#341) 2020-09-22 10:35:40 -07:00
Nghia Tran 95a2aaeace
Track floating deps @ master again (#284) 2020-07-07 13:03:44 -07:00
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore e78d17bc25
Pin caching for 0.15 (#278) 2020-05-21 08:57:57 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore 986ef1af37
Add an `--upgrade` flag to `./hack/update-deps.sh` (#216) 2020-03-02 13:40:54 -08:00
chaodaiG 6e4e72a5e3 Use knative.dev/test-infra (#62) 2019-07-31 20:03:43 -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 6be7c335a2 Use `/usr/bin/env bash` instead of `/bin/bash` (#18)
Some systems may not have /bin/bash (NixOS for example)… Using
/usr/bin/env bash has the benefit of looking for whatever the
default version of the program is in your current environment

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-11 09:26:16 -08: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