diff options
author | DR695H <dr695h@att.com> | 2019-09-13 11:22:41 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-09-13 14:00:52 -0400 |
commit | 399408d7ce847d0651fa79202c0cd53391153603 (patch) | |
tree | a42005927eaba9dce7db8ce1c3064e5832dc7af1 | |
parent | 9c1917b08352b96060a4ae1fe4dcf5509210b56b (diff) |
make the base image be based on centos
Issue-ID: TEST-211
Change-Id: I5020abe6d1c93728cfd3211c42392c40db999919
Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 9a40df1db..0c8760e5e 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -19,7 +19,7 @@ mvn-settings: 'testsuite-python-testing-utils-settings' files: '**' archive-artifacts: '' - build-node: 'ubuntu1604-builder-4c-4g' + build-node: 'centos7-builder-4c-4g' - project: name: testsuite-python-testing-utils-verify |