diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-06-12 20:23:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-06-12 20:23:51 +0000 |
commit | 8868d2fe6ff43634aaed86b8ec25f6cfeaf5edfa (patch) | |
tree | 36caf7e4ab688f590e4194f2de044405d4ce1a50 /jjb/csit | |
parent | fa39fd10cf5dd7da8235d8a8776ae4592df212e7 (diff) | |
parent | 3b2e66f75a43d7e4f3ee44e6054d16b9c890389b (diff) |
Merge "Remove Ligato daily until it will support nightly VPP"
Diffstat (limited to 'jjb/csit')
-rw-r--r-- | jjb/csit/csit.yaml | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 10792b699..41979aeab 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -43,7 +43,6 @@ - 'csit-dpdk-perf-mrr-weekly-master-2n-skx' - 'csit-dpdk-perf-mrr-weekly-master-3n-skx' - 'csit-ligato-perf-verify-{stream}-{topo}-{arch}' - - 'csit-ligato-perf-mrr-daily-master-3n-hsw' - 'csit-vpp-perf-mrr-daily-master' - 'csit-vpp-perf-mrr-daily-master-2n-skx' - 'csit-vpp-perf-mrr-daily-master-3n-skx' @@ -1100,74 +1099,6 @@ maven-version: 'mvn33-new' - job-template: - name: 'csit-ligato-perf-mrr-daily-master-3n-hsw' - - description: | - <ul> - <li>objective - <ul> - <li>check ligato perf mrr daily - </ul> - <li>perf test-cases selection - <ul> - <li>all CSIT LIGATO MRR perf suites - </ul> - <li>results - <ul> - <li>jjb verify: PASS/FAIL - <li>present: no - <li>analyse: csit project (catch malfunctions/degradations) - </ul> - </ul> - - project-type: freestyle - node: '{perf-executor}' - concurrent: true - - build-discarder: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - wrappers: - - fdio-infra-wrappers-non-activity-timeout: - build-timeout: '{build-timeout}' - - triggers: - - timed: '0 16 * * *' - - builders: - - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop - - shell: - !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.sh - - publishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - - robot: - output-path: 'csit/archive' - other-files: - - '*.*' - - - trigger: - project: 'csit-trending-daily-master' - threshold: 'FAILURE' - - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - -- job-template: name: 'csit-vpp-perf-mrr-daily-master' description: | |