Skip to content
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

feat: Add CustomResourceDefinition trackability #980

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

britaniar
Copy link
Contributor

Description of your changes

Fixes #

I have: add trackability for CustomResourceDefinitions

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Special notes for your reviewer

Copy link
Contributor

@ryanzhang-oss ryanzhang-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there already test at test/e2e/rollout_test.go:1074 for CRD readiness?

pkg/controllers/work/apply_controller.go Outdated Show resolved Hide resolved
@britaniar
Copy link
Contributor Author

The waitForCRDToBeReady in the rollout e2e was because we needed it to be ready in the hub before we can create the custom resource in the hub that it defines. It made the test flaky because it would sometimes take longer to become established.

@ryanzhang-oss ryanzhang-oss merged commit 08eaa65 into Azure:main Dec 9, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants