From d021d95c1d0df0d53371ba37a2024c8ebc2277f5 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Wed, 5 Jun 2019 09:46:01 +0200 Subject: [PATCH] Sweetcomb - run test only for ubuntu 1604 - remove run test for centos, test for centos is not supported, yet Change-Id: I2f2e1f4760ddc3048d7483dca605b1fe9a6719e0 Signed-off-by: Andrej Kozemcak --- jjb/sweetcomb/sweetcomb.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 8fecf7508..c7df3a186 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -20,14 +20,12 @@ jobs: - 'sweetcomb-verify-{stream}-{os}' - 'sweetcomb-merge-{stream}-{os}' - - 'sweetcomb-test-{stream}-{os}' + - 'sweetcomb-test-{stream}-ubuntu1604' project: 'sweetcomb' os: - ubuntu1604: repo-os-part: 'ubuntu.xenial.main' - - ubuntu1804: - repo-os-part: 'ubuntu.bionic.main' - centos7: repo-os-part: 'centos7' stream: @@ -197,10 +195,10 @@ fixed-delay: 90 - job-template: - name: 'sweetcomb-test-{stream}-{os}' + name: 'sweetcomb-test-{stream}-ubuntu1604' project-type: freestyle - node: '{os}-us' + node: 'ubuntu1604-us' concurrent: true build-discarder: @@ -215,9 +213,9 @@ - gerrit-parameter: branch: '{branch}' - os-parameter: - os: '{os}' + os: 'ubuntu1604' - repo-name-parameter: - repo-name: '{repo-stream-part}.{repo-os-part}' + repo-name: '{repo-stream-part}.ubuntu.xenial.main' - stream-parameter: stream: '{stream}' -- 2.16.6