Skip to content

refactor: Three variables from file.go have been moved to their individual files. #11591

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 2 commits into from
Jul 9, 2025

Conversation

devc007
Copy link
Contributor

@devc007 devc007 commented Jul 4, 2025

Description

Inside file.go, there were three variables — AIValuesManifestPath, InfExtValuesManifestPath, and AgentGatewayIntegrationValuesPath — which were only used in one test file, so I have moved them to their individual files, as suggested in Fixes #11375.

Change Type

/kind cleanup

Changelog

NONE

@github-actions github-actions bot added do-not-merge/kind-invalid Indicates a PR lacks a `kind/foo` label and requires one. do-not-merge/release-note-invalid Indicates that a PR should not merge because it's missing one of the release note labels. labels Jul 4, 2025
@devc007 devc007 changed the title Three variables from file.go have been moved to their individual files. refactor: Three variables from file.go have been moved to their individual files. Jul 4, 2025
@github-actions github-actions bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note and removed do-not-merge/kind-invalid Indicates a PR lacks a `kind/foo` label and requires one. do-not-merge/release-note-invalid Indicates that a PR should not merge because it's missing one of the release note labels. labels Jul 4, 2025
@shashankram
Copy link
Contributor

@devc007 please follow the PR description template accurately. Multiple PRs of yours are combining the Change Type and Changelog section incorrectly.

@devc007
Copy link
Contributor Author

devc007 commented Jul 9, 2025

@shashankram Thanks for pointing that out! I was a bit confused about the correct change type and changelog earlier, but it’s clear to me now. I’ll make sure to be careful going forward and will update the descriptions in my open PRs. I believe I’ve used the correct labels in this PR—do let me know if anything still needs to be changed.

@timflannagan timflannagan added this pull request to the merge queue Jul 9, 2025
Merged via the queue into kgateway-dev:main with commit fb10140 Jul 9, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

e2e: Move Individual Test Variables Out of Shared Packages
3 participants