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

Remove dummy workspace config if devfile is present #13403

Merged
merged 1 commit into from
May 24, 2019

Conversation

sleshchenko
Copy link
Member

What does this PR do?

Since PR with the adaptation of UD is merged, dummy workspace config must be removed

What issues does this PR fix or reference?

Release Notes

N/A

Docs PR

N/A

Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
@sleshchenko sleshchenko added the kind/task Internal things, technical debt, and to-do tasks to be performed. label May 23, 2019
@sleshchenko sleshchenko self-assigned this May 23, 2019
@sleshchenko
Copy link
Member Author

ci-test

@che-bot
Copy link
Contributor

che-bot commented May 23, 2019

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:13403
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@SkorikSergey
Copy link
Contributor

Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/1812//Selenium_20tests_20report/) doesn't show any regression against this Pull Request.

// devfile is not null and config should be dropped since it's a stub with name only
update.setConfig(null);
}
update.getConfig() != null ^ update.getDevfile() != null,
Copy link
Contributor

Choose a reason for hiding this comment

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

Found in SOF:
Logical exclusive-or in Java is called !=. You can also use ^ if you want to confuse your friends.

@sleshchenko sleshchenko merged commit a11413d into eclipse-che:master May 24, 2019
@sleshchenko sleshchenko deleted the dropWsConfigStub branch May 24, 2019 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants