[
https://issues.jboss.org/browse/JBIDE-24569?page=com.atlassian.jira.plugi...
]
Ondrej Dockal commented on JBIDE-24569:
---------------------------------------
I decided to divide quite time-consuming CDK server adapter integration tests into smaller
test cases due to time that is needed to run all of these test cases in one test class.
The one class with all server adapter test cases will be divide into 4 independent
classes.
org.jboss.tools.cdk.ui.bot.test.server.adapter.CDK3IntegrationTest will be split into
* CDK3IntegrationStartTest
* CDK3IntegrationRestartTest
* CDK3IntegrationDockerTest
* CDK3IntegrationOpenshiftTest
It will be possible to run cdk pr-check job much faster, if it would contain only one
complex test case, instead of 4 test cases that each requires to start cdk 3 server
adapter.
Create CDK PR-check job in jenkins
----------------------------------
Key: JBIDE-24569
URL:
https://issues.jboss.org/browse/JBIDE-24569
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests
Affects Versions: 4.5.0.AM1
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Labels: cdk, jenkins
Fix For: 4.5.0.AM2
Configure PR-check jenkins job running CDK integration tests in openshift repo. Since we
cannot trigger the job on changes in component in repo, job will be triggered to every PR
in openshift repo.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)