-
Notifications
You must be signed in to change notification settings - Fork 243
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
Make Devfile the default deployment mechanism #3705
Make Devfile the default deployment mechanism #3705
Conversation
6196ab0
to
b1d920b
Compare
acb7bb2
to
cfd7eef
Compare
/retest |
233ef9b
to
d26bc79
Compare
7a0779a
to
66985c5
Compare
d40bcce
to
24726e0
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadel 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 |
24726e0
to
3a9dde6
Compare
/lgtm |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
Signed-off-by: John Collier <John.J.Collier@ibm.com>
**What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug` /kind feature **What does does this PR do / why we need it**: Makes Devfile the default deployment mechanism, removing S2I in favour of Devfile deployment. **Which issue(s) this PR fixes**: Closes redhat-developer#3550 **How to test changes / Special notes to the reviewer**: Run: ```sh odo preference set experimental false odo create --starter nodejs odo push ```
…shift testing suite
282e86a
to
59cc5d2
Compare
Re-adding /lgtm since I had to rebase and disable OperatorHub tests. |
/lgtm |
@cdrage: you cannot LGTM your own PR. In response to this:
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. |
/lgtm |
What type of PR is this?
/kind feature
What does does this PR do / why we need it:
Makes Devfile the default deployment mechanism, removing S2I in favour
of Devfile deployment.
Which issue(s) this PR fixes:
Closes #3550 #3842
How to test changes / Special notes to the reviewer:
Run: