diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-15 16:08:27 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-15 16:08:27 +0200 |
commit | 347d9994f8a88a25da1fe488ed188ef5f45ef2cd (patch) | |
tree | 24bc5964d1d47eb69db3a0dac1bc24be4ff78036 | |
parent | 5509a0efa0b8c8ebb832ae2bef73dc53ee14e582 (diff) |
functest, yardstick: Create Fuel non CI pod jobs
Fuel has 2 non-CI PODs: zte-pod1 and itri-pod1.
Since these PODs do not use slave labels but explicit node name
targeting, we need to define testing project jobs for them.
Change-Id: Ibb6e9c072c64fe2c41b60bd65d079c32f6b0c074
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | jjb/functest/functest-daily-jobs.yaml | 9 | ||||
-rw-r--r-- | jjb/yardstick/yardstick-daily-jobs.yaml | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/jjb/functest/functest-daily-jobs.yaml b/jjb/functest/functest-daily-jobs.yaml index 45f1e0553..aefc214cc 100644 --- a/jjb/functest/functest-daily-jobs.yaml +++ b/jjb/functest/functest-daily-jobs.yaml @@ -91,6 +91,15 @@ slave-label: armband-baremetal installer: fuel <<: *hunter + # fuel NONE CI PODs + - zte-pod1: + slave-label: fuel-baremetal + installer: fuel + <<: *master + - itri-pod1: + slave-label: fuel-baremetal + installer: fuel + <<: *master testsuite: - 'suite': diff --git a/jjb/yardstick/yardstick-daily-jobs.yaml b/jjb/yardstick/yardstick-daily-jobs.yaml index bab3ce9c5..8c3ba85eb 100644 --- a/jjb/yardstick/yardstick-daily-jobs.yaml +++ b/jjb/yardstick/yardstick-daily-jobs.yaml @@ -158,6 +158,11 @@ installer: joid auto-trigger-name: 'daily-trigger-disabled' <<: *master + - itri-pod1: + slave-label: '{pod}' + installer: fuel + auto-trigger-name: 'daily-trigger-disabled' + <<: *master - zte-pod1: slave-label: '{pod}' installer: fuel @@ -446,6 +451,14 @@ description: 'Arguments to use in order to choose the backend DB' - parameter: + name: 'yardstick-params-itri-pod1' + parameters: + - string: + name: YARDSTICK_DB_BACKEND + default: '-i 104.197.68.199:8086' + description: 'Arguments to use in order to choose the backend DB' + +- parameter: name: 'yardstick-params-zte-pod1' parameters: - string: |