Commit Graph

12 Commits

Author SHA1 Message Date
Kenjiro Nakayama 2021308442
Drop net-istio dependencies (#3465)
* Use istioctl install instead of net-istio's script

* Run hack/update-deps.sh
2021-04-19 10:44:00 -07:00
Scott Nichols 0ff9a4b968
Use knative.dev/hack repo (#2977)
* use the new hack repo for scripts

* use the new hack repo for scripts

* also skip third_party
2020-10-28 13:14:34 -07:00
Kenjiro Nakayama 58c473597c
Fix Istio installation for CI (#2889)
* Import net-istio

* Run hack/update-deps.sh

* Update test/e2e-test.sh

* Fix mistake

* Update go.mod and re-run hack/update-deps.sh
2020-10-06 12:10:01 -05:00
Dave Protasowski 4f1c203ff5
fix istio install (#2826) 2020-09-17 11:43:42 -07:00
Kenjiro Nakayama e39d247be5
Fix URL to net-istio for istio manifest (#2748) 2020-08-13 06:41:06 -07:00
Zhimin Xiang 54508a76d7
Fix the broken E2E tests (#2716)
* DO NOT REVIEW: debug integration test

* Retain the cluster for debugging

* Skip installing Istio addon

* check if the CRD exists

* Fix the test script

* Switch to use Istio 1.5

* fix the format

* revert the golang change
2020-07-30 16:43:00 -07:00
chaodaiG 003aca0f76 Use knative.dev/test-infra (#1627) 2019-07-31 09:59:44 -07:00
chaodaiG 789ca781fd Add generic e2e test base for sample apps (#1057)
* table driven test

* fix build error

* add e2e build tag to these files to make them not fail unit test

* update based on PR comment

* switch to yaml based config

* make configFile a const

* Temporarily start knative serving for testing purpose

* This reverts commit 75b8fc434b.
2019-03-25 13:50:50 -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
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
Adriano Cunha 72cb87519a Use helpers from prow-tests image for tests (#232)
* 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
2018-07-21 10:17:34 -07:00
Adriano Cunha 5c7ec25226 Create presubmit and end-to-end test infrastructure (#68)
* Create presubmit and end-to-end test infrastructure

Partially addresses #65.

Note that build, unit and integration tests are currently placeholders for the real stuff (see #67, #66 and #30).

* Fixes:
* Correctly wait for knative/serving to be up
* Add proper E2E header, stating that no tests are run
2018-07-03 13:07:28 -07:00