-
Notifications
You must be signed in to change notification settings - Fork 2.4k
debug: mco disconnected proxy noproxy job #83973
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,4 +51,10 @@ else | |
| EOF | ||
| fi | ||
|
|
||
| if [[ -n "${PROXY_NO_PROXY:-}" ]]; then | ||
| cat >> "${CONFIG_PATCH}" << EOF | ||
| noProxy: ${PROXY_NO_PROXY} | ||
| EOF | ||
| fi | ||
|
Comment on lines
+54
to
+58
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -euo pipefail
target='ci-operator/step-registry/ipi/conf/proxy/ipi-conf-proxy-commands.sh'
printf '%s\n' '--- target outline ---'
ast-grep outline "$target" || true
printf '%s\n' '--- target script ---'
cat -n "$target"
printf '%s\n' '--- directly related symbols and files ---'
rg -n --glob '!vendor' --glob '!node_modules' \
'PROXY_NO_PROXY|CONFIG_PATCH|noProxy|install-config\.yaml|ipi-conf-proxy' \
ci-operator/step-registry/ipi ci-operator/step-registry 2>/dev/null | head -240Repository: openshift/release Length of output: 42205 🏁 Script executed: #!/bin/bash
set -euo pipefail
printf '%s\n' '--- proxy step metadata ---'
for f in ci-operator/step-registry/ipi/conf/proxy/*; do
[ -f "$f" ] && { echo "### $f"; cat -n "$f"; }
done
printf '%s\n' '--- yq-go definitions and image references ---'
rg -n --glob '*.yaml' --glob '*.yml' --glob '*.json' --glob '*.sh' --glob '*.Dockerfile' --glob 'Dockerfile*' \
'yq-go|yq[_-]go|quay\.io/.+tools|step image|image:' \
ci-operator config images 2>/dev/null | head -260Repository: openshift/release Length of output: 50373 🌐 Web query:
💡 Result: The Citations:
Serialize The value is parsed by 🤖 Prompt for AI Agents |
||
|
|
||
| yq-go m -x -i "${CONFIG}" "${CONFIG_PATCH}" | ||
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.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: openshift/release
Length of output: 50373
🏁 Script executed:
Repository: openshift/release
Length of output: 27209
Use a durable release image for the yearly schedule.
The AWS installer resolves
CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDEwhen the job runs. This job runs yearly and uses the mutablelatesttag fromci-ln-sf5bgyt. If the tag is removed or retagged, the job may fail or install a different release. Use an immutable retained image, or document the retention guarantee.🤖 Prompt for AI Agents
Source: MCP tools