Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Produce build artifacts, compile them into docker images and test them with CSIT locally.
  2. Push the changes to gerrit to produce build artifacts and docker images from submitted patch and have them tested by CSIT in Jenkins review verification. 
  3. Merge verified changes to produce build artifacts and docker images from master and have them tested by CSIT againin Jenkins merge verification
  4. Release the artifacts that pass merge verification.
  5. Produce STAGING docker images from the released artifactsSuccessfully verified docker images are tagged with STAGING.  These are applicable for higher level E2E test flows.
  6. Produce RELEASE docker image images by picking one of the candidate STAGING docker images that have passed E2E tests.

Docker image release process:

  • Set up gerrit-maven-docker-stage (docker staging job from global-jjb) to produce the STAGING docker images.
  • Ensure that the docker staging jobs have completed and generated candidate artifacts
  • Perform any necessary testing against the candidate artifacts
  • Create a service request to LF Releng (support.linuxfoundation.org) to request a release of the staging candidate
  • Update the declared version number for your docker image in the docker version manifest: https://git.onap.org/integration/tree/version-manifest/src/main/resources/docker-manifest.csv
  • Update the CHANGELOG to describe the changes that were part of this release
    • TBD: CHANGELOG structure and update process is being developed by the Documentation project
  • Bump your own version numbers for ongoing development
    • Staging/Release version in version.properties

...

  • Docker Release: ONAP released Images
  • Docker Staging: Docker images for staging?currently empty
  • Docker Snapshot: the big pile (all the snapshot candidate images from various phases)

...