-
Notifications
You must be signed in to change notification settings - Fork 252
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
test (e2e) : Use pinned version of crc while executing e2e tests (#4629) #4633
Conversation
Skipping CI for Draft Pull Request. |
…-org#4629) Instead of assuming e2e tests would pick up crc binary added by the pipeline, that may or may not work if some user has added a binary in any of the PATH dirs, explicitly specify crc installation dir during test run Signed-off-by: Rohan Kumar <rohaan@redhat.com>
b6462c1
to
617b956
Compare
Is this to do testing locally because on the pipeline side it suppose to build binary and put in the required path? |
@praveenkumar : No, this change is done to enforce the path where the pipeline has copied the binary built during the build phase. At the moment, we just assume that system would pick up crc binary from where pipeline has copied it. However, if some user uses the test instance and adds |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: albfan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We should remove the vtest tags and update the existing vnext tags |
@albfan : Thanks, I've deleted |
@rohanKanojia: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
Description
Fixes: #4629
Instead of assuming e2e tests would pick up crc binary added by the pipeline, that may or may not work if some user has added a binary in any of the PATH dirs, explicitly specify crc installation dir during the test run
Type of change
test, version modification, documentation, etc.)
Proposed changes
run.sh
script introduce a new variablecrcBinaryDir
that would contain path to directory that contains CRC binary--crc-binary
for explicitly specifying test argumentsTesting
Contribution Checklist