diff options
author | ahothan <ahothan@cisco.com> | 2019-05-31 15:06:39 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-06-08 08:15:57 -0700 |
commit | 14ef61de6946048e98ce74c911435faf25395b8c (patch) | |
tree | 34cee0672dfc0697a71753a26122f806d083d472 /docs/development/building/build.rst | |
parent | 4453818e3af2143e099a5f578c4a73b25abbfe58 (diff) |
Update VM build3.4.0
build VM to adapt to new ci/cd workflow.
The VM image is built on gerrit verify when the image is not present in google storage.
It is not uploaded yet on google storage.
The build + upload of the new VM image is done after the review is merged.
For details on how this is done, refer to ./jjb/nfvbench/nfvbench.yaml in the opnfv releng repository.
Change-Id: I147d4ee6d101e9f2a7cf55fadd637c7fc89467a0
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/development/building/build.rst')
-rw-r--r-- | docs/development/building/build.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/development/building/build.rst b/docs/development/building/build.rst index 52a8a0e..e195add 100644 --- a/docs/development/building/build.rst +++ b/docs/development/building/build.rst @@ -39,8 +39,10 @@ The version strings to change are located in 2 files: Building and uploading the VM image ----------------------------------- -The VM image is built and uploaded to Google storage from the CI/CD whenever the -commit text of a gerrit review contains the word "buildvm". +The VM image is built on gerrit verify when the image is not present in google storage. +It is not uploaded yet on google storage. + +The build + upload of the new VM image is done after the review is merged. For details on how this is done, refer to ./jjb/nfvbench/nfvbench.yaml in the opnfv releng repository. @@ -61,7 +63,7 @@ NFVbench code has changed: VM code has changed: - update VM version in the 2 locations -- commit VM changes with gerrit and add "buildvm" in your commit message to trigger VM build and publish to google storage +- commit VM changes with gerrit to trigger VM build and publication to google storage - apply a new semver tag to trigger the container image build/publication To increase the TRex version: |