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

Make Devfile the default deployment mechanism #3705

Merged
merged 7 commits into from
Sep 10, 2020

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Aug 5, 2020

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 #3550 #3842

How to test changes / Special notes to the reviewer:

Run:

odo preference set experimental false
odo create --starter nodejs
odo push

@cdrage cdrage force-pushed the alpha-testing branch 2 times, most recently from 6196ab0 to b1d920b Compare August 5, 2020 18:31
@cdrage cdrage changed the title Alpha testing WIP - Alpha testing Aug 5, 2020
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. Required by Prow. label Aug 5, 2020
@cdrage cdrage force-pushed the alpha-testing branch 3 times, most recently from acb7bb2 to cfd7eef Compare August 7, 2020 13:23
@cdrage
Copy link
Member Author

cdrage commented Aug 7, 2020

/retest

@cdrage cdrage force-pushed the alpha-testing branch 3 times, most recently from d40bcce to 24726e0 Compare September 10, 2020 14:34
@kadel
Copy link
Member

kadel commented Sep 10, 2020

/approve

@openshift-ci-robot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Sep 10, 2020
@girishramnani
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 10, 2020
@cdrage
Copy link
Member Author

cdrage commented Sep 10, 2020

/retest

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 10, 2020
johnmcollier and others added 7 commits September 10, 2020 14:25
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
```
@cdrage
Copy link
Member Author

cdrage commented Sep 10, 2020

Re-adding /lgtm since I had to rebase and disable OperatorHub tests.

@cdrage
Copy link
Member Author

cdrage commented Sep 10, 2020

/lgtm

@openshift-ci-robot
Copy link
Collaborator

@cdrage: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

@girishramnani
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 10, 2020
@openshift-merge-robot openshift-merge-robot merged commit 3fcd367 into redhat-developer:master Sep 10, 2020
@cdrage cdrage deleted the alpha-testing branch January 14, 2022 14:51
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. Required by Prow. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move the devfile feature set out of the experimental mode