-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "CI: Deprecate etsicatalog as it is no longer supported"
This reverts commit dab897d. Issue-ID: CIMAN-33 Change-Id: I18ec790faf96cb61b5d41cc8ff75cce4eae80148 Signed-off-by: Jessica Wagantall <[email protected]>
- Loading branch information
1 parent
bbb9d12
commit c9ed78c
Showing
2 changed files
with
75 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- project: | ||
name: modeling-etsicatalog-csit | ||
jobs: | ||
- "{project-name}-{stream}-verify-csit-{functionality}" | ||
- "{project-name}-{stream}-csit-{functionality}" | ||
project-name: "modeling-etsicatalog" | ||
recipients: "[email protected]" | ||
stream: "master" | ||
functionality: | ||
- "sanity-check": | ||
trigger_jobs: "modeling-etsicatalog-master-docker-java-version-shell-daily" | ||
robot-options: "" | ||
branch: "master" |
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,61 @@ | ||
--- | ||
- project: | ||
name: modeling-etsicatalog | ||
project-name: "modeling-etsicatalog" | ||
project: "modeling/etsicatalog" | ||
stream: | ||
- "master": | ||
branch: "master" | ||
mvn-settings: "modeling-etsicatalog-settings" | ||
subproject: | ||
- "etsicatalog": | ||
path: "." | ||
pattern: "**" | ||
jobs: | ||
- "{project-name}-{stream}-{subproject}-verify-python" | ||
- "{project-name}-{stream}-verify-java" | ||
- "{project-name}-{stream}-merge-java" | ||
- gerrit-maven-stage: | ||
sign-artifacts: true | ||
build-node: centos8-docker-8c-8g | ||
maven-versions-plugin: true | ||
sbom-generator: true | ||
|
||
- "{project-name}-{stream}-docker-java-version-shell-daily": | ||
docker-pom: "pom.xml" | ||
mvn-goals: "install" | ||
script: !include-raw-escape: "build-modeling-etsicatalog-docker-image.sh" | ||
build-node: ubuntu1804-docker-8c-8g | ||
- "{project-name}-gerrit-release-jobs": | ||
build-node: centos7-docker-2c-1g | ||
files: "**" | ||
archive-artifacts: "" | ||
build-node: ubuntu1804-builder-4c-4g | ||
|
||
- project: | ||
name: modeling-etsicatalog-sonar | ||
jobs: | ||
- gerrit-maven-sonar | ||
sonarcloud: true | ||
sonarcloud-project-organization: "{sonarcloud_project_organization}" | ||
sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" | ||
sonar-mvn-goal: "{sonar_mvn_goal}" | ||
cron: "@daily" | ||
build-node: ubuntu1804-builder-4c-4g | ||
project: "modeling/etsicatalog" | ||
project-name: "modeling-etsicatalog" | ||
branch: "master" | ||
mvn-settings: "modeling-etsicatalog-settings" | ||
mvn-goals: "clean install" | ||
mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" | ||
|
||
- project: | ||
name: modeling-etsicatalog-clm | ||
jobs: | ||
- gerrit-maven-clm | ||
nexus-iq-namespace: "onap-" | ||
project: modeling/etsicatalog | ||
project-name: "modeling-etsicatalog" | ||
build-node: centos8-redis-4c-4g | ||
branch: "master" | ||
mvn-settings: "modeling-etsicatalog-settings" |