summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit-perf.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-11-11 08:08:56 +0000
committerPeter Mikus <pmikus@cisco.com>2019-11-11 13:27:39 +0000
commit2a13a80682691b2cabaaa3728ddd4bdaa30d1574 (patch)
treedf45968f9c4e6eac7a49c79b5ce9e641bb015093 /jjb/csit/csit-perf.yaml
parentef218803adcfa4d19ce09b9f77a74961936e10b1 (diff)
CSIT: Reduce obolete jobs
Change-Id: Icb94fbef28dfa54fe72234e5f0a988ab852bfd05 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit/csit-perf.yaml')
-rw-r--r--jjb/csit/csit-perf.yaml119
1 files changed, 0 insertions, 119 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml
index dc30b1405..b424ab05b 100644
--- a/jjb/csit/csit-perf.yaml
+++ b/jjb/csit/csit-perf.yaml
@@ -47,7 +47,6 @@
- -2n-clx
- -2n-skx
- -3n-skx
- - 'csit-ligato-perf-verify-{stream}-{node-arch}'
project: 'csit'
executor: 'ubuntu1804-us'
@@ -60,10 +59,6 @@
branch: 'master'
branch-id: 'oper'
executor: 'ubuntu1804-us'
- - '1901':
- branch: 'rls1901'
- branch-id: 'oper-rls1901'
- executor: 'ubuntu1604-basebuild-8c-32g'
- '1904':
branch: 'rls1904'
branch-id: 'oper-rls1904'
@@ -560,117 +555,3 @@
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
-
-- job-template:
- name: 'csit-ligato-perf-verify-{stream}-{node-arch}'
-
- # yamllint disable rule:line-length
- description: |
- <ul>
- <li>objective
- <ul>
- <li>perf verify - per csit gerrit patch
- </ul>
- <li>job
- <ul>
- <li>name: <b>csit-ligato-perf-verify-{stream}-{node-arch}</b>
- <li>trigger: keyword in comment to csit patch:
- <b>csit--ligato-{node-arch}-perftest tag_list</b>
- </ul>
- <li>perf test-cases selection
- <ul>
- <li>test-cases selected using trigger keyword followed by tags
- <li>all test-cases are labelled with CSIT RF topic tags
- defined in <i>csit/docs/tag_documentation.rst</i>
- </ul>
- <li>proposed keywords
- <ul>
- <li>focus on testing specified Kubernetes orchestrated topologies
- <li>format: csit-ligato-{node-arch}-perftest tag_list
- </ul>
- <li>default tags for vpp startup config and perf test type
- <ul>
- <li>IP4BASE, IP6BASE, L2BDBASE
- <li>64B/78B: 64B/78B packet size
- <li>1C: one core
- <li>X710: x710 Fortville NIC
- <li>MRR: MRR throughput
- </ul>
- <li>results
- <ul>
- <li>jjb verify: PASS/FAIL
- <li>present: no
- <li>analyse: no
- </ul>
- </ul>
- # yamllint enable rule:line-length
-
- project-type: freestyle
- # As the nomad executors are running docker containers we cannot run
- # ligato-perf job due to dependency on using docker inside.
- # TODO: Find the mechanics how to offload job logic from compiling docker
- # image so we can move this executor to ubuntu1804-us
- node: '{ligato-executor}'
- concurrent: true
- archive-artifacts: 'archive/*.*'
- latest-only: false
-
- 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}'
- - gerrit-refspec-parameter
- - gerrit-event-type-parameter
- - gerrit-event-comment-text-parameter
- - string:
- name: ARCHIVE_ARTIFACTS
- default: '{archive-artifacts}'
- description: Artifacts to archive to the logs server.
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers-non-activity-timeout:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit:
- server-name: 'Primary'
- trigger-on:
- - comment-added-contains-event:
- comment-contains-value: 'csit-ligato-{node-arch}-perftest'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{project}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
- skip-vote:
- successful: false
- failed: false
- unstable: false
- notbuilt: false
-
- builders:
- - shell:
- !include-raw-escape: jjb/csit/include-raw-csit-perf-verify.sh
-
- publishers:
- - robot:
- output-path: archive
- other-files:
- - '*.*'
-
- - fdio-infra-shiplogs:
- maven-version: 'mvn33-new'