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/testsuite | |
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/testsuite')
-rw-r--r-- | jjb/testsuite/testsuite-heatbridge.yaml | 1 | ||||
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 1 | ||||
-rw-r--r-- | jjb/testsuite/testsuite.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite-heatbridge.yaml b/jjb/testsuite/testsuite-heatbridge.yaml index 12f33fa6e..2c46a1560 100644 --- a/jjb/testsuite/testsuite-heatbridge.yaml +++ b/jjb/testsuite/testsuite-heatbridge.yaml @@ -41,5 +41,6 @@ project-name: testsuite-heatbridge jobs: - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g project: testsuite/heatbridge branch: master diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index f9b756bee..a8993e130 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -48,5 +48,6 @@ project-name: testsuite-python-testing-utils jobs: - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g project: testsuite/python-testing-utils branch: master diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index e85a0c482..fd32c94a5 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -53,5 +53,6 @@ project-name: testsuite jobs: - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g project: testsuite branch: master |