-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OCPSTRAT-2728: Rebase 1.35 #30866
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
Merged
Merged
OCPSTRAT-2728: Rebase 1.35 #30866
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4f6dd63
bump(k8s): bump k8s dependencies to v1.35.1
jacobsee be80276
Revert "add images required for the 1.35 rebase (temporary)"
jacobsee 97ee65e
bump(k8s): changes for building openshift-images against 1.35
jacobsee 0cc4de5
bump(k8s): update docker&dockerclient to fix compression issue
jacobsee 377a5cd
bump(k8s): move docker types into container package
jacobsee c2bafd4
bump(k8s): add sample-device-plugin image
jacobsee 83a5fe6
bump(k8s): add InsightsDataGathers function to ConfigV1ClientShim
jacobsee 73d00b4
bump(k8s): make update
jacobsee e4eb66f
Migrate golangci-lint config to new version using `golangci-lint migr…
jacobsee 4b10da3
bump(k8s): bump dockerfile version
jacobsee 7e0421c
bump(k8s): bump agnhost image refs from 1.56 to 1.59
jacobsee 62ad5d0
bump(k8s): prepare etcd tests for the next k8s bump (v1.36)
jacobsee f4d1c20
adapt textfile parser to the new validation scheme in prometheus/comm…
jubittajohn c18dd39
Wait for route status informers to sync during stress test
jacobsee 6266542
bump(k8s): pass logger to e2enode.IsNodeReady call
jubittajohn 70df6d3
bump(k8s): go mod vendor
jubittajohn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,23 @@ | ||
| version: "2" | ||
| linters: | ||
| disable-all: true | ||
| default: none | ||
| enable: | ||
| - nosprintfhostport | ||
| presets: [] | ||
| fast: true | ||
| run: | ||
| timeout: 5m | ||
| exclusions: | ||
| generated: lax | ||
| presets: | ||
| - comments | ||
| - common-false-positives | ||
| - legacy | ||
| - std-error-handling | ||
| paths: | ||
| - third_party$ | ||
| - builtin$ | ||
| - examples$ | ||
| formatters: | ||
| exclusions: | ||
| generated: lax | ||
| paths: | ||
| - third_party$ | ||
| - builtin$ | ||
| - examples$ | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/origin
Length of output: 1100
🏁 Script executed:
Repository: openshift/origin
Length of output: 42
🌐 Web query:
golangci-lint v2 run.timeout default configuration💡 Result:
In golangci-lint v2, the default for
run.timeoutis0(disabled / no timeout)—so unless you set it, runs won’t be time-limited. [1], [2]Example (to enable a timeout):
[2]
Sources:
[1] Migration guide (v1 → v2): notes there is no timeout by default in v2. (golangci-lint.run)
[2] v2 configuration reference/docs:
run.timeoutdefault is0 (disabled). (golangci-lint.run)Citations:
🏁 Script executed:
Repository: openshift/origin
Length of output: 630
🏁 Script executed:
Repository: openshift/origin
Length of output: 229
🏁 Script executed:
Repository: openshift/origin
Length of output: 42
🏁 Script executed:
# Show the "Bump golangci-lint timeout" commit git show bc1de38f66Repository: openshift/origin
Length of output: 1430
🏁 Script executed:
# Show the "Add config for golangci-lint no-sprintf-host-port" commit git show 8dd8a5014dRepository: openshift/origin
Length of output: 1145
Re-add
run.timeout: 5mto the config.This config migration removed the
run.timeout: 5msetting that was previously added (commit bc1de38). In golangci-lint v2, the default forrun.timeoutis0(disabled), which means lint jobs have no timeout and can hang indefinitely until the outer CI pipeline kills them. Restore the timeout to prevent stuck lint jobs.🤖 Prompt for AI Agents