From: Andrej Kozemcak Date: Wed, 5 Jun 2019 07:46:01 +0000 (+0200) Subject: Sweetcomb - run test only for ubuntu 1604 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F19968%2F1;p=ci-management.git 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 --- 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}'