Skip to content

Conversation

@palonsoro
Copy link

@palonsoro palonsoro commented Nov 15, 2021

PR to backport #622 to release-4.8. It consists of:

  • Cherry-picking da19127
  • Vendoring golang.org/x/net/http/httpproxy
  • Also cherry-picking da19127 and ee66c8a in order to backport some fixes made to CVO scenarios tests. The failures fixed at those commits seemed to impact the CVO scenarios test once da19127 was backported and httpproxy was vendored.

wking and others added 4 commits November 12, 2021 10:08
Since 4.2's ea5e3bc (Add http transport for cincinnati to enable
proxy, 2019-07-16, openshift#219), the CVO has been consuming httpsProxy, but
not httpProxy or noProxy [1].  This commit fixes that.  I'm handing
off the logic that mixes those three together to pick the proxy URI to
the httpproxy library, which is also what the Go standard library uses
for this purpose.

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1978749

Cherry-pick of: e43080d
Generated with:

  $ go mod vendor
  $ go mod tidy

using:

  $ go version
  go version go1.16.8 linux/arm64
@openshift-ci openshift-ci bot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Nov 15, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 15, 2021

@palonsoro: This pull request references Bugzilla bug 1982683, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.8.z) matches configured target release for branch (4.8.z)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1978749 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 1978749 targets the "4.9.0" release, which is one of the valid target releases: 4.9.0, 4.9.z
  • bug has dependents

Requesting review from QA contact:
/cc @jianlinliu

Details

In response to this:

Bug 1982683: Respect noProxy [4.8.z backport]

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.

@openshift-ci openshift-ci bot requested a review from jianlinliu November 15, 2021 13:23
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 15, 2021

@palonsoro: This pull request references Bugzilla bug 1982683, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.8.z) matches configured target release for branch (4.8.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1978749 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 1978749 targets the "4.9.0" release, which is one of the valid target releases: 4.9.0, 4.9.z
  • bug has dependents

Requesting review from QA contact:
/cc @jianlinliu

Details

In response to this:

Bug 1982683: Respect noProxy [4.8.z backport]

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.

1 similar comment
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 15, 2021

@palonsoro: This pull request references Bugzilla bug 1982683, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.8.z) matches configured target release for branch (4.8.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 1978749 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 1978749 targets the "4.9.0" release, which is one of the valid target releases: 4.9.0, 4.9.z
  • bug has dependents

Requesting review from QA contact:
/cc @jianlinliu

Details

In response to this:

Bug 1982683: Respect noProxy [4.8.z backport]

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.

@openshift-ci openshift-ci bot requested review from jottofar and vrutkovs November 15, 2021 13:24
@palonsoro
Copy link
Author

/retest

@vrutkovs
Copy link

/retitle Bug 1982683: [release-4.8] Respect noProxy
/approve

@openshift-ci openshift-ci bot changed the title Bug 1982683: Respect noProxy [4.8.z backport] Bug 1982683: [release-4.8] Respect noProxy Nov 15, 2021
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 15, 2021
@LalatenduMohanty
Copy link
Member

/label backport-risk-assessed

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Nov 15, 2021
@LalatenduMohanty
Copy link
Member

/test e2e-agnostic

@LalatenduMohanty
Copy link
Member

/test e2e-agnostic-upgrade

1 similar comment
@palonsoro
Copy link
Author

/test e2e-agnostic-upgrade

@palonsoro
Copy link
Author

/retest

4 similar comments
@palonsoro
Copy link
Author

/retest

@palonsoro
Copy link
Author

/retest

@palonsoro
Copy link
Author

/retest

@palonsoro
Copy link
Author

/retest

Copy link

@vrutkovs vrutkovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 22, 2021
@jiajliu
Copy link
Contributor

jiajliu commented Nov 23, 2021

/lgtm
/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Nov 23, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 23, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jiajliu, palonsoro, vrutkovs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jianlinliu
Copy link

/label cherry-pick-approved

@openshift-ci openshift-ci bot added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Nov 25, 2021
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 887cf90 into openshift:release-4.8 Nov 25, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 25, 2021

@palonsoro: All pull requests linked via external trackers have merged:

Bugzilla bug 1982683 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1982683: [release-4.8] Respect noProxy

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants