Revert "Added no_proxy for step (#80679)"#80785
Conversation
This reverts commit d01df70.
WalkthroughIn ChangesProxy Configuration Refactor
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcaamano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/pj-rehearse pull-ci-openshift-ovn-kubernetes-main-e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
@jcaamano: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 287 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
This reverts commit d01df70.
This reason this change was done is to add
...workers.devto no_proxy but it seems that the pre-step defining the proxy configuration should be doing that. For example, #80666Summary by CodeRabbit
This PR reverts the addition of hardcoded
no_proxyenvironment variable configuration from the deploy-konflux-operator CI step.The change modifies the
set_proxyfunction in the deploy-konflux-operator step to source proxy settings from a shared configuration file (${SHARED_DIR}/proxy-conf.sh) when available, rather than exporting proxy bypass lists directly within the step script. This approach delegates proxy configuration to a dedicated pre-step that establishes these settings globally across related CI steps, following the pattern demonstrated in PR#80666.This affects the OpenShift CI infrastructure's handling of proxy configurations for the Konflux operator deployment step, making proxy management more centralized and maintainable.