Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Date

Event

Target Repo

Merge master job

Comment

1

Target Project Structure (NCMP-DMI-Plugin)

NCMP-DMI-Plugin

PASSED

Job was working fine at this point.

2

Jun 27 12:06 PM

Converted NCMP-DMI-Plugin to use modular structure

NCMP-DMI-Plugin

See patch here

FAILED

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

NCMP-DMI-Plugin

See patch here

FAILED

4

Aug 06 1:46 PM

Deleted “dmi-plugin-demo-and-csit-stub“module from onap/cps repository

CPS

See patch here

PASSED

5

Nov 21 10:41 AM

Renamed newly introduced module into NCMP-DMI-Plugin

NCMP-DMI-Plugin

See patch here

FAILED

Ramed modules from-> to


  • dmi-plugin-demo-and-csit-stub-> dmi-stub

  • dmi-plugin-demo-and-csit-stub-app-> dmi-stub-app

  • dmi-plugin-demo-and-csit-stub-service-> dmi-stub-service

Origin Project Structure (CPS)

Below shows The following outlines the module names and the structure of the modules (we wanted to move) their structure as they existed in the point of origin (CPS RepoRepository).The

CPS Version at the time was: 3.5.2-SNAPSHOT

Code Block
languagejs
(root: cps-aggregator)
├── …
├── 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

...

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!

https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/cps-ncmp-dmi-plugin-maven-merge-master/1334/console-timestamp.log.gz

...

The DMI version was (and stil is!): 1.6.0-SNAPSHOT

Still merge job is failing

Code Block
languagehtml
(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

...

The DMI version was (and stil is!): 1.6.0-SNAPSHOT

Still merge job is failing

Code Block
languagehtml
(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

...