* Update Envoy SHA to latest with deterministic hash (release-1.1).
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
* review: use lld linker for clang-asan and clang-tsan.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
* review: export PATH.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Automatic merge from submit-queue.
use bazel --batch for release script
**What this PR does / why we need it**:
Follow up on #1223, bazel server consumes more memory while it doesn't provide benefits in CI.
This will make postsubmit more stable.
**Release note**:
```release-note
None
```
* change bucket
* do ver in advance
* debug
* del version
* del added line
* del add-on
* retest
* shorten name
* change bucket back
* reapply original change
* add OWNERS to root of proxy
* Add initial set of deb files for proxy
* Updates for the scripts
* Adding blacklist as well, make sure 22 is safe
* Use older tag
* Fix scripts
* Add copyright, fixes
* Update the scripts to use istio-proxy user, to match the 0.1 docker.
* Add the deb to the release-binary script.
* Fine tunning, testing with pilot-agent.
* Add a minimal config file, for standalone testing.
This is the same as the file generated by sidecar - the proxy deb
package can be tested separatedly from the pilot agent.
* Add comments
* Add unit tests for the iptables script
* Making the new script backward compatible with the old one
* Add the scripts to the docker image, make it possible to replace the k8s init image with the new script
* Include the new iptables script in the docker image.
Based on PR feedback, to allow testing in k8s and eventual replacement
of the current script.
* More fixes and adjustments based on testing and PR review
* Add copyright, add in-progress script for install integration testing
* End to end tests finally working
* More documentation for debug, and small fixes based on recent tests
* Cosmetic fixes
* Adds Jenkinsfile and update release-binary
* Update Jenkinsfile and gitignore
* Fixes typo and use normal build Node
* Uses default bazel config
* Using batch mode
* Update bazel memory settings
* Do not use Jenkins bazel env
* Set .bazelrc for postsubmit