Commit Graph

6 Commits

Author SHA1 Message Date
chaodaiG 003aca0f76 Use knative.dev/test-infra (#1627) 2019-07-31 09:59:44 -07:00
Adriano Cunha 49126fcc43 Add real build/unit presubmit tests (#734)
Addresses #66.
Addresses #67.

* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.

Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-10 14:23:42 -08:00
Scott Nichols 2af23a637c Remove cmd dir from eventing. (#490)
* Remove cmd dir from eventing.

* add new line at end of file.
2018-10-31 10:08:33 -07:00
Adriano Cunha 0310b0c07b Update test-infra dependency (#371)
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;

Bonus: adds the missing eXecution bit to `update-deps.sh`.
2018-09-07 19:07:14 -07:00
Adriano Cunha b53ba6de29 Fail fast in update-deps.sh when sourcing library.sh (#357) 2018-08-26 08:42:03 -07:00
Adriano Cunha 9f5fed536d Vendor the test-infra scripts (#353)
* shared scripts from test-infra live in //vendor/github.com/knative/test-infra/scripts;
* created `//hack/update-deps.sh` to properly update deps, including test-infra;
* all bash scripts were updated to use the vendored scripts;

Part of knative/test-infra#30.
2018-08-23 21:27:59 -07:00