diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-01-14 00:57:36 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-01-14 00:59:13 -0800 |
commit | db675aa5f58e09dd22aecad59b88e60c0e320218 (patch) | |
tree | d49ef347565cb582e11731a146d31dacb07795b3 /jjb/demo | |
parent | 71cbf33a9fad9da6aac4627050200d03742d1533 (diff) |
Ensure INFO runs in centos
Move INFO.yaml verify jobs to centos node
to ensure there are no issues with Python
packages.
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
Diffstat (limited to 'jjb/demo')
-rw-r--r-- | jjb/demo/demo.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 3d1bf460f..5c4028ee7 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -51,5 +51,6 @@ project-name: demo jobs: - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g project: demo branch: master |