-
Notifications
You must be signed in to change notification settings - Fork 227
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
MGMT-8357: change 'local' deployment method to 'minikube' #4642
MGMT-8357: change 'local' deployment method to 'minikube' #4642
Conversation
Since we're gonna (temporarily) have two deployment methods that have different network configuration, we should rename 'local' to 'minikube'. Then assisted-test-infra can pass its value of ``DEPLOY_TARGET`` to what assisted-service calls ``TARGET`` (seems ``DEPLOY_TARGET`` in assisted-service is already used in some other constellation).
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: osherdp 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 |
/hold |
/lgtm |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4642 +/- ##
==========================================
- Coverage 67.03% 66.96% -0.07%
==========================================
Files 200 200
Lines 28194 28241 +47
==========================================
+ Hits 18899 18912 +13
- Misses 7594 7615 +21
- Partials 1701 1714 +13
|
@osherdp: 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. |
/unhold |
…4642) Since we're gonna (temporarily) have two deployment methods that have different network configuration, we should rename 'local' to 'minikube'. Then assisted-test-infra can pass its value of ``DEPLOY_TARGET`` to what assisted-service calls ``TARGET`` (seems ``DEPLOY_TARGET`` in assisted-service is already used in some other constellation).
Since we're gonna (temporarily) have two deployment methods that have different network configuration, we should rename 'local' to 'minikube'. Then assisted-test-infra can pass its value of
DEPLOY_TARGET
to what assisted-service callsTARGET
(seemsDEPLOY_TARGET
in assisted-service is already used in some other constellation).List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist