Skip to content

ci: add workflow to test default targetAllocator image #1721

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

NavaMaklev
Copy link

Summary

Add CI validation for target allocator image in opentelemetry-operator Helm chart.

Motivation

Issue #929 describes a failure in version 0.87.0 where the target allocator image wasn’t deployed.
This change integrates a CI check that:

  • Enables manager.targetAllocator via Helm,
  • Verifies the target allocator pod becomes ready.

This prevents regressions in future releases.

Changes

  • Added GitHub workflow: .github/workflows/operator-test.yaml
  • Workflow runs ct install with --set manager.targetAllocator.enabled=true and waits for target allocator pod readiness.

Testing

  • ✅ Ran ct install locally — chart installs successfully with target allocator pod.
  • ✅ Verified GitHub Actions workflow execution (pending merge).

Related Issue

Closes #929

@NavaMaklev NavaMaklev requested a review from a team as a code owner June 19, 2025 21:59
Copy link

linux-foundation-easycla bot commented Jun 19, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@NavaMaklev
Copy link
Author

Hi there 👋

I'm trying to contribute to this project as an individual, but I encountered a message from EasyCLA stating that the Individual CLA option is not enabled for this repository.

Could you please advise on how I should proceed? I’m not contributing on behalf of any organization, and I want to ensure my contribution complies with the project's requirements.

Thank you very much for your help!

Best regards,
Nava

@TylerHelmuth
Copy link
Member

@NavaMaklev Individual CLA signing is definitely allowed in Otel. Probably the best next step to get unstuck is to ask in the CNCF's slack channel for easycla.

@NavaMaklev
Copy link
Author

I fix it
Thank you @TylerHelmuth

@TylerHelmuth
Copy link
Member

@NavaMaklev I'd like to test that this change does the thing we want. Can you push a commit that changes the operator chart's README, bump the chart's version, and re-generates the examples? This will cause the action you've changed to run. Once the tests pass we'll revert the chart changes.

Copy link
Contributor

github-actions bot commented Jul 8, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[operator] add ci example that installs the target allocator
2 participants