-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added step "Publish Results" Goal install is now ran instead of package so that product is available in next goals Extracted RCPTT tests into its own step Added RCPTT aggregator Updated 3 tests with new label / expected results Fixed Kitalpha Product : Java 17 and removed invalid parameters Update target platform to use sirius 7.4.1 Update to RCPTT 2.5.5-MO & Jacoco 0.8.10 Change-Id: I2d39826cb906a9c41312e8a65176e4c73f5cea11 Signed-off-by: Erwann Traisnel <[email protected]> # Conflicts: # releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform
- Loading branch information
1 parent
bc1fe30
commit 6dcd82a
Showing
11 changed files
with
231 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
releng/plugins/org.polarsys.kitalpha.releng.aggregator.tests.rcptt/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.polarsys.kitalpha.releng.aggregator.tests.rcptt</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
52 changes: 52 additions & 0 deletions
52
releng/plugins/org.polarsys.kitalpha.releng.aggregator.tests.rcptt/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright (c) 2006, 2021 THALES GLOBAL SERVICES. All rights reserved. | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License v1.0 which accompanies this distribution, | ||
and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: | ||
Thales - initial API and implementation --> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>org.polarsys</groupId> | ||
<artifactId>org.polarsys.kitalpha.releng.aggregator.tests.rcptt</artifactId> | ||
<version>7.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Kitalpha Aggregator Module : RCPTT Tests</name> | ||
|
||
<parent> | ||
<groupId>org.polarsys</groupId> | ||
<artifactId>org.polarsys.kitalpha</artifactId> | ||
<version>7.0.0-SNAPSHOT</version> | ||
<relativePath>../org.polarsys.kitalpha.releng.parent</relativePath> | ||
</parent> | ||
|
||
<licenses> | ||
<license> | ||
<name>Eclipse Public License v2.0</name> | ||
<comments> | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License 2.0 which is available at | ||
http://www.eclipse.org/legal/epl-2.0 | ||
|
||
SPDX-License-Identifier: EPL-2.0 | ||
</comments> | ||
</license> | ||
</licenses> | ||
|
||
|
||
<modules> | ||
<module>../../../tests/architecture_description/core/org.polarsys.kitalpha.ad.core.rcptt</module> | ||
<module>../../../tests/resource_reuse/org.polarsys.kitalpha.resourcereuse.emfscheme.test.rcptt</module> | ||
<module>../../../Docgen/business/tests/rcptt/org.polarsys.kitalpha.doc.gen.test.rcptt</module> | ||
<module>../../../Docgen/business/tests/rcptt/org.polarsys.kitalpha.doc.gen.business.ecore.test.rcptt</module> | ||
<module>../../../detachment/tests/rcptt/org.polarsys.kitalpha.detachment.tests.rcptt</module> | ||
<module>../../../tests/architecture_description/dsl/org.polarsys.kitalpha.ad.viewpoint.test.rcptt</module> | ||
<module>../../../tests/architecture_description/core/org.polarsys.kitalpha.ad.rcptt</module> | ||
<module>../../../common/tests/org.polarsys.kitalpha.common.rcptt</module> | ||
<module>../../../emde/tests/org.polarsys.kitalpha.emde.rcptt</module> | ||
<module>../../../transposer/tests/plugins/rcptt/org.polarsys.kitalpha.transposer.rcptt.tests</module> | ||
</modules> | ||
</project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.