diff options
author | ahothan <ahothan@cisco.com> | 2019-06-23 09:24:54 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-06-23 09:32:08 -0700 |
commit | 108a9f65ed0792ccb427e081ef3068002443983e (patch) | |
tree | 2d5caffcdfb6e43f48278b316c2bded2eac8f5b1 /docs/development/building | |
parent | a502eb730cb7f5d898769d6958a03c28878332bb (diff) |
NFVBENCH-95 Add HdrHistogram encodes returned by TRex to JSON results
Change-Id: Id80da949f7b1f3736558facd0128a0bd82b35010
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/development/building')
-rw-r--r-- | docs/development/building/build.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/building/build.rst b/docs/development/building/build.rst index e195add..1b6bc0a 100644 --- a/docs/development/building/build.rst +++ b/docs/development/building/build.rst @@ -64,6 +64,8 @@ VM code has changed: - update VM version in the 2 locations - commit VM changes with gerrit to trigger VM build and publication to google storage +- IMPORTANT! wait for the VM image to be pushed to google storage before going to the next step + (otherwise the container build will fail as it will not find the VM image) - apply a new semver tag to trigger the container image build/publication To increase the TRex version: |