Build: Honor GOBUILDFLAGS variable also in test mode#22163
Merged
istio-testing merged 1 commit intoistio:masterfrom Mar 13, 2020
Merged
Build: Honor GOBUILDFLAGS variable also in test mode#22163istio-testing merged 1 commit intoistio:masterfrom
istio-testing merged 1 commit intoistio:masterfrom
Conversation
We already honor it in `go build`, we should do the same in `go test`.
howardjohn
approved these changes
Mar 13, 2020
jwendell
added a commit
to jwendell/istio
that referenced
this pull request
Mar 13, 2020
We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio#22163
jwendell
added a commit
to jwendell/istio
that referenced
this pull request
Mar 13, 2020
We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio#22163
jwendell
added a commit
to jwendell/istio-maistra
that referenced
this pull request
Mar 16, 2020
…22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio/istio#22163
mergify bot
pushed a commit
to maistra/istio
that referenced
this pull request
Mar 17, 2020
…22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio/istio#22163
mergify bot
pushed a commit
to maistra/istio
that referenced
this pull request
May 26, 2020
* authz: fix the validation for request.headers (#21284) * manual backport of 21513 (#21514) Signed-off-by: Rama Chavali <[email protected]> * Fix PSP sample file to allow NET_RAW. (#21533) * [release-1.4] remove use_downstream_protocol for gateway (#21727) * remove use_downstream_protocol for gateway * comment * writing Co-authored-by: Yan Xue <[email protected]> * Update dependencies (#21765) * Make iptables script and output consistent with golang (#21871) Co-authored-by: knrc <[email protected]> * [release-1.4] resign certificate (#22131) * resign certificate * test Co-authored-by: xuzhonghu <[email protected]> * Stop linting links of 1.4 branch (#22132) This is going to continue to break as istio.io changes. We already disabled this on 1.5/master. * [release-1.4] Build: Honor GOBUILDFLAGS variable also in test mode (#22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio/istio#22163 * Update base image for release 1.4 (#22165) * Fix GOBUILDFLAGS usage in codecov scripts (#22182) This variable needs to be set before used (set -u) and must not be quoted, otherwise it will become an empty arg for go test if it's empty. Co-authored-by: Jonh Wendell <[email protected]> * Update proxy to pickup fixes for ISTIO-SECURITY-2020-003. (#22257) * Fix extra .Value in deployment file for stackdriver tracing vars (#22506) Co-authored-by: gargnupur <[email protected]> * Update operator SHA (#22523) * clone LbEndpoint to prevent data race (#22023) (#22528) (cherry picked from commit fdc6dd4) Co-authored-by: Zhonghu Xu <[email protected]> * cni: update SHA (#22569) Signed-off-by: Yuchen Dai <[email protected]> * Make sure to use CNI 1.4 image when running tests under CNI (#23035) * Make sure to use CNI 1.4 image when running tests under CNI * Fix lint * [release-1.4] Update dependencies with update_deps.sh (#23010) * Update deps with update_deps.sh * Dep updates again * [release-1.4] Run update_deps.sh (#23051) * Run update_deps.sh Had to do go get istio.io/operator@5f8ecc70a0f4059bfd4d0f7867d4dc76407f2f08 since update_deps.sh was not updating it. * Run go mod tidy * Update with another cni change (#23061) * [release-1.4] Fix Gateway helm chart for helm 3 (#23077) * Fix Gateway helm chart for helm 3 Helm 3 threw an error that `$spec.sds` is not a function. Removing the parentheses led to the next problem: the and evaluates eager so `spec.sds.enabled` resulted in a `nil` exception. By nesting the if, the problem is resolved * Also fix the role Co-authored-by: Alex Nederlof <[email protected]> Co-authored-by: Yangmin Zhu <[email protected]> Co-authored-by: Rama Chavali <[email protected]> Co-authored-by: Oliver Liu <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: Yan Xue <[email protected]> Co-authored-by: Jonh Wendell <[email protected]> Co-authored-by: knrc <[email protected]> Co-authored-by: xuzhonghu <[email protected]> Co-authored-by: John Howard <[email protected]> Co-authored-by: Eric Van Norman <[email protected]> Co-authored-by: Joshua Blatt <[email protected]> Co-authored-by: gargnupur <[email protected]> Co-authored-by: Yuchen Dai <[email protected]> Co-authored-by: jacob-delgado <[email protected]> Co-authored-by: Alex Nederlof <[email protected]>
mergify bot
added a commit
to maistra/istio
that referenced
this pull request
Sep 4, 2020
* authz: fix the validation for request.headers (#21284) * manual backport of 21513 (#21514) Signed-off-by: Rama Chavali <[email protected]> * Fix PSP sample file to allow NET_RAW. (#21533) * [release-1.4] remove use_downstream_protocol for gateway (#21727) * remove use_downstream_protocol for gateway * comment * writing Co-authored-by: Yan Xue <[email protected]> * Update dependencies (#21765) * Make iptables script and output consistent with golang (#21871) Co-authored-by: knrc <[email protected]> * [release-1.4] resign certificate (#22131) * resign certificate * test Co-authored-by: xuzhonghu <[email protected]> * Stop linting links of 1.4 branch (#22132) This is going to continue to break as istio.io changes. We already disabled this on 1.5/master. * [release-1.4] Build: Honor GOBUILDFLAGS variable also in test mode (#22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio/istio#22163 * Update base image for release 1.4 (#22165) * Fix GOBUILDFLAGS usage in codecov scripts (#22182) This variable needs to be set before used (set -u) and must not be quoted, otherwise it will become an empty arg for go test if it's empty. Co-authored-by: Jonh Wendell <[email protected]> * Update proxy to pickup fixes for ISTIO-SECURITY-2020-003. (#22257) * Fix extra .Value in deployment file for stackdriver tracing vars (#22506) Co-authored-by: gargnupur <[email protected]> * Update operator SHA (#22523) * clone LbEndpoint to prevent data race (#22023) (#22528) (cherry picked from commit fdc6dd4) Co-authored-by: Zhonghu Xu <[email protected]> * cni: update SHA (#22569) Signed-off-by: Yuchen Dai <[email protected]> * Make sure to use CNI 1.4 image when running tests under CNI (#23035) * Make sure to use CNI 1.4 image when running tests under CNI * Fix lint * [release-1.4] Update dependencies with update_deps.sh (#23010) * Update deps with update_deps.sh * Dep updates again * [release-1.4] Run update_deps.sh (#23051) * Run update_deps.sh Had to do go get istio.io/operator@5f8ecc70a0f4059bfd4d0f7867d4dc76407f2f08 since update_deps.sh was not updating it. * Run go mod tidy * Update with another cni change (#23061) * [release-1.4] Fix Gateway helm chart for helm 3 (#23077) * Fix Gateway helm chart for helm 3 Helm 3 threw an error that `$spec.sds` is not a function. Removing the parentheses led to the next problem: the and evaluates eager so `spec.sds.enabled` resulted in a `nil` exception. By nesting the if, the problem is resolved * Also fix the role Co-authored-by: Alex Nederlof <[email protected]> * Citadel completely ignores namespaces opted out. (#23223) * Add Kiali fix to Helm (#23445) * Update operator for istio/operator#777 (#23540) * bump base (#23655) * Update cni sha for release-1.4 branch (#24216) * [release-1.4] Update jquery and nodejs (#24407) * Add files from cherrypick * Update yaml files to pull 1.15.1 images Co-authored-by: Brian Avery <[email protected]> * Update proxy sha (#24721) * Bump bookinfo images * Update vendor Co-authored-by: Yangmin Zhu <[email protected]> Co-authored-by: Rama Chavali <[email protected]> Co-authored-by: Oliver Liu <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: Yan Xue <[email protected]> Co-authored-by: knrc <[email protected]> Co-authored-by: xuzhonghu <[email protected]> Co-authored-by: John Howard <[email protected]> Co-authored-by: Eric Van Norman <[email protected]> Co-authored-by: Joshua Blatt <[email protected]> Co-authored-by: gargnupur <[email protected]> Co-authored-by: Yuchen Dai <[email protected]> Co-authored-by: jacob-delgado <[email protected]> Co-authored-by: Alex Nederlof <[email protected]> Co-authored-by: Brian Avery <[email protected]> Co-authored-by: Martin Ostrowski <[email protected]> Co-authored-by: stewartbutler <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We already honor it in
go build, we should do the samein
go test.