fix: update CI and integration tests post-migration (wrapper->dispatcher)#20
Merged
Conversation
Non-canonical copy deleted. seam-core is the authority and the type has been removed from seam-core in this migration phase.
…rapper Phase 2 step 2.3: delete all infrastructure.ontai.dev CRD YAML files copied into wrapper/config/crd/ -- these were stale copies that would conflict with the new seam.ontai.dev definitions after the move. Phase 3 steps 3.3-3.7: define PackDelivery, PackExecution, PackInstalled, PackReceipt, and PackLog as first-class types under seam.ontai.dev/v1alpha1 in wrapper/api/seam/v1alpha1/. Generate CRD YAML into config/crd/bases/ and wire embed.go to expose them via compileLaunchBundle. WrapperRunnerRBAC gate renamed to DispatcherRunnerRBAC throughout the PackExecution reconciler. clusterPackRef field references updated to packDeliveryRef in all tests and production code.
Update go.mod module declaration from github.com/ontai-dev/wrapper to github.com/ontai-dev/dispatcher. Update all internal import paths to use github.com/ontai-dev/dispatcher. Update seam-core -> seam replace directive and require entry. Add seam-sdk replace + require. No type or logic changes.
Replace ../seam-core with ../seam following the seam-core -> seam filesystem rename. Module path github.com/ontai-dev/seam was already updated in Phase 4; this aligns the local path pointer.
…ontai.dev Update all GroupVersionKind Group fields for RBACProfile, RBACPolicy, and PermissionSnapshot from security.ontai.dev to guardian.ontai.dev in the PackExecution reconciler and associated tests.
…ming - Package comments, suite name, test descriptions: wrapper -> dispatcher - Gate condition comments: WrapperRunnerRBAC -> DispatcherRunnerRBAC - Type comments: InfrastructurePackReceipt -> PackReceipt - It() string: "PackExecution is created by wrapper" -> "by dispatcher" wrapper-schema.md / seam-core-schema.md doc refs left unchanged (Phase 8). All 4 dispatcher test packages pass.
Fresh documentation from current codebase. wrapper renamed to dispatcher throughout. seam.ontai.dev replaces infra.ontai.dev. Type names updated: PackDelivery, PackExecution, PackInstalled, PackReceipt, PackLog. New dispatcher-schema.md replaces stale wrapper-schema.md (redirect left in place).
…am-sdk); fix integration test scheme registration and CRD path
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Test plan