Table of Contents |
---|
References
...
Date | Change | Merge master job status | Comment | |
---|---|---|---|---|
1 | Job was working fine at this point. | |||
2 | Jun 27 12:06 PM | merge master job started to fail from this point. | ||
3 | Jul 12 1:59 PM | Moved “dmi-plugin-demo-and-csit-stub“module from onap/cps repository to onap/cps/ncmp-dmi-plugin | ||
4 | Aug 06 1:46 PM | Deleted “dmi-plugin-demo-and-csit-stub“module from onap/cps repository | ||
5 | Nov 21 10:41 AM | Ramed modules from-> to
|
...
Code Block |
---|
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml └── pom.xml |
NOW the merge job started to fail!
...
Moved the module from CPS into NCM-DMI-Plugin repo
This patch added a copy of the138400: Relocation of DMI Stub to DMI Plugin | https://gerrit.onap.org/r/c/is to copy “dmi-plugin-demo-and-csit-stub
“ from onap/cps to onap/cps/ncmp-dmi-plugin/+/138400
Still merge job is failing
Code Block | ||
---|---|---|
| ||
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml ├── dmi-plugin-demo-and-csit-stub/ │ ├── dmi-plugin-demo-and-csit-stub-app/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-plugin-demo-and-csit-stub-service/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml |
...
Renamed newly introduced module into NCMP-DMI-Plugin
139151: [DMI] Renamed module/sub-module names | This patch is to rename “dmi-plugin-demo-and-csit-stub
“ and its sub-modules. For more information https://gerritlf-onap.onap.org/r/c/cps/ncmp-dmi-plugin/+/139151atlassian.net/wiki/spaces/DW/pages/66879502/CPS-2499+-+Uploading+job+for+DMI+artifact+to+Nexus+is+failing#Change-of-events%2C-timelines-and-other-information #5 “comment” column
Still merge job is failing
Code Block | ||
---|---|---|
| ||
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/org/onap/cps/ncmp/dmi/ │ │ └── ... │ └── pom.xml ├── dmi-stub/ │ ├── dmi-stub-app/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-stub-service/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml |
...