-
Notifications
You must be signed in to change notification settings - Fork 8.1k
unify e2e script #694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unify e2e script #694
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
ln -sf ${GOPATH}/src/github.com/istio ${GOPATH}/src/istio.io | ||
cd ${GOPATH}/src/istio.io/istio | ||
if [[ ! $PWD = ${GOPATH}/src/istio.io/istio ]]; then | ||
# Test harness will checkout code to directory $GOPATH/src/github.com/istio/istio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't that be configurable ? it's pretty standard to have foo.io instead of github.com - it could read the CNAME for instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do something smarter later maybe and use this for now :)
@yutongz: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* Introduce redis backend for config store. Note: this implements the exact SPI currently we have. With some redis features, some things (like listening updates) can be done more efficiently, but that needs to change the SPI. I'll address that after landing this. * review fixes. * Fix the key length cache. * lint fixes * more lint checks. * fix usage of log module. Former-commit-id: 123a1f3932bb222f2347c0ae04a4b4d134c59c32
* Introduce redis backend for config store. Note: this implements the exact SPI currently we have. With some redis features, some things (like listening updates) can be done more efficiently, but that needs to change the SPI. I'll address that after landing this. * review fixes. * Fix the key length cache. * lint fixes * more lint checks. * fix usage of log module. Former-commit-id: 72388028a804f52967e8cc88b575cb137fb0155e
Former-commit-id: 664f659
in the latest envoyproxy.io (1.9) api-v1 was removed
* OSSM-742 Improve Maistra container images build (for maistra-2.3) (istio#606) * OSSM-742 Improve Maistra container images build (istio#534) * OSSM-742 Improve Maistra container images build * Simplify make rules and Dockerfiles * Fix dockerfiles lint issues * Reorganize files and apply image naming convention * Update MAISTRA_VERSION and ISTIO_VERSION * Adapt images builds relying on upstream build tool * Add copyright and license into scripts * chore: updates image labels to reflect actual targeted versions * chore: removes vendor left-overs Co-authored-by: bmangoen <bmangoen@gmail.com>
* OSSM-742 Improve Maistra container images build (for maistra-2.3) (istio#606) * OSSM-742 Improve Maistra container images build (istio#534) * OSSM-742 Improve Maistra container images build * Simplify make rules and Dockerfiles * Fix dockerfiles lint issues * Reorganize files and apply image naming convention * Update MAISTRA_VERSION and ISTIO_VERSION * Adapt images builds relying on upstream build tool * Add copyright and license into scripts * chore: updates image labels to reflect actual targeted versions * chore: removes vendor left-overs Co-authored-by: bmangoen <bmangoen@gmail.com>
Release note: