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: make collectors repository configurable #739

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

davidmogar
Copy link
Collaborator

Describe your changes

This change adds a new parameter to the run-collectors pipeline and task to make the collectors repository configurable.

In addition some fixes are added to the run-collectors task to address the detected issues.

Relevant Jira

https://issues.redhat.com/browse/RELEASE-914

Checklist before requesting a review

  • I have marked as draft or added do not merge label if there's a dependency PR
    • If you want reviews on your draft PR, you can add reviewers or add the release-service-maintainers handle if you are unsure who to tag
  • My commit message includes Signed-off-by: My name <email>
  • I have bumped the task/pipeline version string and updated changelog in the relevant README
  • I read CONTRIBUTING.MD and commit formatting

This change adds a new parameter to the run-collectors pipeline
and task to make the collectors repository configurable.

In addition some fixes are added to the run-collectors task to
address the detected issues.

Signed-off-by: David Moreno García <[email protected]>
Copy link

openshift-ci bot commented Dec 12, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@@ -80,7 +85,7 @@ spec:
else
NUM_COLLECTORS="$(jq '.spec.collectors | length' "${COLLECTORS_FILE}")"
Copy link
Collaborator

Choose a reason for hiding this comment

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

aren't you missing items here?

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