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

Sanitize the dependencies between K8s fake app pulumi components and the agent #1261

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

L3n41c
Copy link
Member

@L3n41c L3n41c commented Nov 22, 2024

What does this PR do?

Fix the use of utils.PulumiDependsOn(k8sAgentComponent) for all fake app components.

Which scenarios this will impact?

All the kubernetes-based ones.

Motivation

Current situation is… random.
And it causes flakiness in the tests.

Additional Notes

  • All nginx.K8sAppDefinition(…) and redis.K8sAppDefinition(…) must have dependsOnDDAgent /* for DDM */.
  • All dogstatsd.K8sAppDefinition(…) and mutatedbyadmissioncontroller.K8sAppDefinition(…) must have dependsOnDDAgent /* for admission */.
  • All others *.K8sAppDefinition(…) must have no dependsOnDDAgent.

@L3n41c L3n41c requested a review from a team as a code owner November 22, 2024 16:51
@L3n41c
Copy link
Member Author

L3n41c commented Nov 22, 2024

/merge

@dd-devflow
Copy link

dd-devflow bot commented Nov 22, 2024

Devflow running: /merge

View all feedbacks in Devflow UI.


2024-11-22 20:34:12 UTC ℹ️ MergeQueue: pull request added to the queue

The median merge time in main is 20m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants