Skip to content

fix: remove content-sources iqePlugin dep from bonfire tests#1259

Closed
decko wants to merge 1 commit into
pulp:mainfrom
decko:fix/remove-content-sources-iqe-dep
Closed

fix: remove content-sources iqePlugin dep from bonfire tests#1259
decko wants to merge 1 commit into
pulp:mainfrom
decko:fix/remove-content-sources-iqe-dep

Conversation

@decko

@decko decko commented Jun 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Remove testing.iqePlugin: content-sources from the ClowdApp spec
  • This field causes bonfire to deploy content-sources-backend as a dependency in ephemeral environments
  • We don't run IQE tests — our bonfire pipeline runs pytest functional tests directly
  • content-sources-backend frequently fails due to ephemeral cluster resource exhaustion (FailedScheduling: 0/48 nodes available: 43 Insufficient cpu), causing flaky bonfire-tekton CI

Evidence

From PR #1258 bonfire logs (pulp-bonfire-tekton-ntcv4):

deployment/content-sources-backend-service not ready: Progressing: False (ReplicaSet has timed out progressing)
deployment/content-sources-backend-task-worker not ready: Init container db-migrate-init CrashLoopBackOff
FailedScheduling: 0/48 nodes are available: 43 Insufficient cpu

Same failure pattern on unrelated PR #1256.

Test plan

  • Bonfire pipeline should no longer deploy content-sources-backend
  • Functional tests should still pass (they don't depend on content-sources)
  • Reduced ephemeral resource footprint should lower flake rate

🤖 Generated with Claude Code

Summary by Sourcery

Bug Fixes:

  • Stop unnecessary deployment of the content-sources-backend service in bonfire tests by removing the IQE plugin configuration from the ClowdApp spec.

The `testing.iqePlugin: content-sources` field in the ClowdApp spec
causes bonfire to deploy content-sources-backend as a dependency in
ephemeral environments. We don't run IQE tests — our bonfire pipeline
runs pytest functional tests directly. This dead config pulls in an
unnecessary service that frequently fails due to ephemeral cluster
resource exhaustion, causing flaky bonfire-tekton CI failures.

Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sourcery-ai

sourcery-ai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Removes the IQE plugin test configuration from the ClowdApp spec so bonfire no longer deploys the content-sources-backend dependency in ephemeral environments, reducing CI flakiness without affecting functional tests.

File-Level Changes

Change Details Files
Stop bonfire from deploying the content-sources-backend test dependency by removing the IQE testing plugin configuration from the ClowdApp spec.
  • Removed the testing.iqePlugin configuration block from the ClowdApp spec to decouple IQE plugin-based deployment behavior
  • Left all other ClowdApp deployment and environment configuration unchanged to preserve existing runtime behavior
deploy/clowdapp.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@decko

decko commented Jun 11, 2026

Copy link
Copy Markdown
Member Author

Closing — removing iqePlugin doesn't fix the issue. content-sources-backend is pulled in by bonfire via app-interface optional dependencies, not the ClowdApp iqePlugin field. Fix will be in konflux-release-data IntegrationTestScenario instead (--remove-dependency).

@decko decko closed this Jun 11, 2026
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.

1 participant