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

e2e: added make target to install ginkgo #144

Merged

Conversation

riya-singhal31
Copy link
Contributor

Added make target to install ginkgo and gomega

Signed-off-by: riya-singhal31 riyasinghalji@gmail.com

@riya-singhal31 riya-singhal31 force-pushed the ginkgo-install branch 2 times, most recently from c8ae881 to 144211e Compare April 5, 2022 12:28
@nbalacha
Copy link
Contributor

nbalacha commented Apr 5, 2022

  1. I don't see the e2e-test target in this file
  2. The ginkgo target must be called in the e2e-test target

@riya-singhal31
Copy link
Contributor Author

  1. I don't see the e2e-test target in this file
  2. The ginkgo target must be called in the e2e-test target

Updated

Makefile Outdated
@@ -310,6 +315,6 @@ LVM_OPERATOR_UNINSTALL ?= true
# Build and run lvm tests.
e2e-test:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
e2e-test:
e2e-test: ginkgo

Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove the ginkgo package from your system and try running e2e-test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Nithya for the suggestion,
It is working and is able to install ginkgo if not already installed.
It creates a ginkgo file inside the bin package if we already dont have that.

Added make target to install ginkgo and gomega

Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
@riya-singhal31
Copy link
Contributor Author

/assign @nbalacha

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 6, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 6, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nbalacha, riya-singhal31

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 Apr 6, 2022
@openshift-merge-robot openshift-merge-robot merged commit f752835 into openshift:main Apr 6, 2022
@riya-singhal31 riya-singhal31 deleted the ginkgo-install branch April 22, 2022 13:10
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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants