diff options
author | 2018-08-09 09:46:49 -0500 | |
---|---|---|
committer | 2018-08-09 09:46:49 -0500 | |
commit | 969b8665152252d77f5b61c9c7ae92143500366e (patch) | |
tree | ac66865a26ff1cb68e7a794f7fdab627b3fecaa4 /jjb/dmm | |
parent | b30833bc6f66fcda8e64c0bb339b66ee1e836b32 (diff) |
Modify ubuntu1604 OS
This change is to fix the ubuntu1604 OS to resolve the issue of DMM
nodes not spinning up.
Change-Id: I2adeca5acc1f2f2fba1e94ded29c0255702aedcf
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/dmm')
-rw-r--r-- | jjb/dmm/dmm.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index 3dec19e32..b54badef6 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -24,7 +24,9 @@ project: 'dmm' os: - - ubuntu1604 + - ubuntu1604: + repo-os-part: 'ubuntu.xenial.main' + stream: - master: branch: 'master' |