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

NO-JIRA: Must-Gather, Running gather scripts in background #534

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

OdedViner
Copy link
Contributor

The collection scripts can be executed in parallel to save time when running the MG.

Process:
1.Running gather scripts in parallel
2.Waiting for the subprocesses to finish execution.

@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 7, 2024
Copy link
Contributor

openshift-ci bot commented Jan 7, 2024

Welcome @OdedViner! It looks like this is your first PR to openshift/lvm-operator 🎉

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 7, 2024
Copy link
Contributor

openshift-ci bot commented Jan 7, 2024

Hi @OdedViner. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jakobmoellerdev
Copy link
Contributor

Hi @OdedViner, QQ: what happens if we have an exit code in any of these runs? will the other parts abort? Also I am wondering how long the run takes for your case and how much savings you were able to achieve. Of course we are happy for the improvement, but if the benefit is negligible or introduces side effects we may have to think about it twice.

@OdedViner
Copy link
Contributor Author

Hi @OdedViner, QQ: what happens if we have an exit code in any of these runs? will the other parts abort? Also I am wondering how long the run takes for your case and how much savings you were able to achieve. Of course we are happy for the improvement, but if the benefit is negligible or introduces side effects we may have to think about it twice.

Hi @jakobmoellerdev , I built a private image with my code quay.io/oviner/ocs-must-gather:lvm_mg
Can you try to compare mg like here?
openshift/must-gather#399

time oc adm must-gather --image=quay.io/lvms_dev/lvms-must-gather:latest


time oc adm must-gather --image=quay.io/oviner/ocs-must-gather:lvm_mg

Copy link
Contributor

@jakobmoellerdev jakobmoellerdev left a comment

Choose a reason for hiding this comment

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

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 8, 2024
@jakobmoellerdev
Copy link
Contributor

/override ci/prow/snyk-deps

@suleymanakbas91 https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_lvm-operator/534/pull-ci-openshift-lvm-operator-main-snyk-deps/1744310919162236928 failed due to a Vuln issue, proposing a fix there later.

Copy link
Contributor

openshift-ci bot commented Jan 8, 2024

@jakobmoellerdev: Overrode contexts on behalf of jakobmoellerdev: ci/prow/snyk-deps

In response to this:

/override ci/prow/snyk-deps

@suleymanakbas91 https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_lvm-operator/534/pull-ci-openshift-lvm-operator-main-snyk-deps/1744310919162236928 failed due to a Vuln issue, proposing a fix there later.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Contributor

openshift-ci bot commented Jan 8, 2024

@OdedViner: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@jakobmoellerdev jakobmoellerdev changed the title Must-Gather, Running gather scripts in background NO-JIRA: Must-Gather, Running gather scripts in background Jan 9, 2024
@openshift-ci-robot
Copy link

@OdedViner: This pull request explicitly references no jira issue.

In response to this:

The collection scripts can be executed in parallel to save time when running the MG.

Process:
1.Running gather scripts in parallel
2.Waiting for the subprocesses to finish execution.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 9, 2024
Copy link
Contributor

@jakobmoellerdev jakobmoellerdev left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 9, 2024
Copy link
Contributor

openshift-ci bot commented Jan 9, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jakobmoellerdev, OdedViner

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 9, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 55dd2e9 into openshift:main Jan 9, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants