Commit Graph

17 Commits

Author SHA1 Message Date
David Simansky 48ff336ce4
Cleanup sugar controller setup (#1669) 2022-05-10 14:25:33 +00:00
David Simansky b702b42859
Fix latest release CI setup (#1647) 2022-04-11 19:46:06 +00:00
David Simansky d75836c4f4
Infer versions for E2E tests from current branch (#1627)
* Infer versions for E2E tests from current branch

* Fix var export

* Reflect review feedback
2022-03-14 06:29:18 -07:00
Kenjiro Nakayama 530841f1f5
Use istio stable intead of latest (#1549)
* upgrade to latest dependencies

bumping knative.dev/eventing 5601111...b3bccaf:
  > b3bccaf Refactor filter receiver tests (# 5991)
bumping knative.dev/serving ea2fcde...7499ae2:
  > 7499ae2 Update net-gateway-api nightly (# 12423)
  > 5a93929 Update net-kourier nightly (# 12427)
  > e9afd16 Update net-istio nightly (# 12426)
  > 69ea206 Update net-contour nightly (# 12425)
  > 12360b6 Update net-certmanager nightly (# 12424)
  > 7ac9d5d upgrade to latest dependencies (# 12420)
  > 7e6a1d1 Update net-istio nightly (# 12418)
  > a711eef Update net-contour nightly (# 12417)
  > 5ee5ae7 Update net-gateway-api nightly (# 12416)
  > 442ef77 Update net-certmanager nightly (# 12412)

Signed-off-by: Knative Automation <automation@knative.team>

* Use istio stable intead of latest

Co-authored-by: Knative Automation <automation@knative.team>
2021-12-14 04:31:50 -08:00
David Simansky 4fb6bdb95a
Fix fetching of Istion latest release (#1509) 2021-11-04 03:14:01 -07:00
David Simansky 7de73389c1
Fix fetching of Istio latest release (#1505)
* Fix fetching of Istio latest release

* Pin Istio tag name
2021-11-02 07:29:41 -07:00
David Simansky dfc8665d12
Remove standalone DomainMapping setup (#1370) 2021-07-08 08:00:23 -07:00
Hyounggyu Choi 217df5ccf5
Make e2e test run over other networks (#1339) 2021-06-08 12:52:41 -07:00
David Simansky 10ea0df157
Add DomainMapping CRUD commands (#1267)
* Add DomainMapping CRUD commands

* fix: Reflect review feedback

* fix: Fix prealloc lint error

* fix: Add specific reference resolution

* fix: Remove Kubernetes support in ref

* chore: Add context param to client functions
2021-04-01 08:53:23 -07:00
David Simansky 95ccaeb648
Use common Eventing setup from hack library (#1258)
* Use common Eventing setup from hack library

* fix: Keep eventing core though
2021-03-10 02:24:25 -08:00
David Simansky ca5299334e
Use net-istio provided version in E2E setup (#1256)
* WIP: Use net-istio provided version in E2E setup

* fix: Fix version string

* fix: Fix header

* chore: Cleanup istio setup script
2021-03-10 00:51:25 -08:00
Scott Nichols d1552ee0a3
updating to use the hack repo (#1084)
* updating to use the hack repo

* eof

* you need to run update deps after codegen to pick up any new deps.

* do not reinvent update-deps.

* must be winter
2020-10-30 11:41:35 -07:00
Murugappan Chetty 4ea31c444a
build test images for e2e (#974)
* build test images before e2e

* build test images before e2e

* build test images for e2e

* build test images for e2e

* build test images for e2e

* build test images for e2e

* use built test image in smoke test

* use built test image in smoke test

* change tests to use built test image

* change tests to use built test image

* change tests to use built test image

* change tests to use built test image

* add common base image for all purpose

* build images for e2e

* rebase with master

* add non root base image

* add non root base image
2020-08-20 04:42:13 -07:00
Navid Shaikh f91fb57f9a
kn v0.16.0 release prep (#922)
* Update unit test for invalid concurrency target value

* Vendor v0.16.0 eventing and serving

* Commit the LICENSES generated by hack/update-deps.sh

* Spare third_party dir from license check in hack/build.sh

* Update eventing and serving version for 'kn version'

* Use DeprecatedInjectionAnnotation key for backward compatibility

  Fixes #918
  Use DeprecatedInjectionAnnotation, i.e. "knative-eventing-injection"
  for reconciling broker via namespace labeling and trigger annotations.

  From eventing v0.16.0 release, this key is changed to "eventing.knative.dev/injection"
  however, older eventing installation wont recognize it. So we continue
  using the deprecated key until the sugar-controller would support reconciling
  on either keys.

* Fix(kn version): Display eventing.knative.dev at v1beta1 version

 We've been showing 'v1alpha1' in kn version while we actually
 vendor and refer v1beta1 for eventing.knative.dev

* chore(e2e): Run tests against serving/eventing v0.16.0 release

* Update test for concurrency-target to expect new error message

 the new error message for incorrect concurrency-target value contains "should be at least 0.01"

* Setup sugar-controller for released eventing version setup

 - reuse knative_setup util from common lib for latest-release CI setup

* Fix typo in YAML URL and add subheader for sugar-controller install
2020-07-10 10:41:19 -07:00
Navid Shaikh 1a8cf96997
Setup eventing extension sugar controller (#920)
We'll need sugar controller for reconciling broker for tests
 which labels namespace and annotates the triggers.

 Currently, sugar controller is not part of the eventing nightly release setup
 by test-infra libs. This changeset adds install of same for nightly
 CI setup.
2020-07-07 12:37:44 -07:00
coryrc 2df459577e
Use test-infra direct insertion method (#840)
Now available from knative/test-infra repo directly.
2020-05-25 06:57:47 -07:00
Roland Huß 46d5e60e42
refactor(source): Update to Knative eventing 0.13.0 (#705)
* chore(e2e): Optimized tests

Smoke Tests now run before the E2E tests, but in the same cluster

* chore: Removed unneeded test

* fix

* fix

* fix

* fix

* chore: Update to serving & eventing v0.13.0

* refactor(source): Update to Knative eventing 0.13.0

* Moved to "sources.knative.dev" API group
* Replaced CronJobSource with PingSource (and removed unsupported options for service account, requests limits)
* Move to versions:
  - SinkBinding v1alpha2
  - PingSource v1alpha2
  - ApiServerSource v1alpha1

* update to eventing 0.13.1

* go.sum fix

* fixed test

* test updates

* try to enhance error output

* fix test.

* update tests infra to 0.13.1
2020-03-06 13:47:27 -08:00