commit | f4ba98c51dc20d6618ac595496c161ccb2170812 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Thu Oct 03 11:24:43 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Thu Oct 03 11:24:43 2019 -0700 |
tree | d5465dfae3b81195d7ca95fe0561ea8ed215813f | |
parent | 5f4b2fa412eb16a6e59395997ed45520209c6712 [diff] |
Add buildImages: true to voltha-go sanity test Change-Id: I1165c04df0fcf5425de9237eacbd1087f9f8dd64
diff --git a/jjb/verify/voltha-go.yaml b/jjb/verify/voltha-go.yaml index 41f2cc1..1cfea15 100644 --- a/jjb/verify/voltha-go.yaml +++ b/jjb/verify/voltha-go.yaml
@@ -30,7 +30,8 @@ unit-test-targets: 'test' unit-test-keep-going: 'true' - 'voltha-patch-test': - pipeline: 'voltha-bbsim-tests.groovy' + buildImages: true + pipeline: 'voltha-bbsim-tests.groovy' - job-group: name: 'publish-voltha-go-jobs'