summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:38:21 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:38:21 +0200
commite4ae1438108e7ef7db5fce8c1275f3bcc2d09609 (patch)
treefdc4998e94989cecd878c850fcbc04b6ff97d25d /jjb/hc2vpp
parente44fe8ff1dceb0b4afeaacf69c0f3cbda794d93f (diff)
remove unused job hc2vpp-verify-image
Change-Id: If6fe1caa6cdb0ceb76d985e5acbc22ec1cd0af1b Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'jjb/hc2vpp')
-rw-r--r--jjb/hc2vpp/hc2vpp.yaml67
1 files changed, 0 insertions, 67 deletions
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml
index e1ce8ffc7..e24f0ad1c 100644
--- a/jjb/hc2vpp/hc2vpp.yaml
+++ b/jjb/hc2vpp/hc2vpp.yaml
@@ -5,7 +5,6 @@
- 'hc2vpp-verify-{stream}-{os}'
- 'hc2vpp-merge-{stream}-{os}'
- 'hc2vpp-integration-{stream}-{os}'
- - 'hc2vpp-verify-image-{stream}-{os}'
project: 'hc2vpp'
os:
- ubuntu1804:
@@ -97,72 +96,6 @@
maven-version: 'mvn36'
- job-template:
- name: 'hc2vpp-verify-image-{stream}-{os}'
- project-type: maven
- node: '{os}-builder-4c-4g'
- concurrent: true
- jdk: openjdk8-{os}
-
- 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}'
- - os-parameter:
- os: '{os}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit:
- server-name: 'Primary'
- trigger-on:
- - comment-added-contains-event:
- comment-contains-value: 'verify-images'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{project}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
- skip-vote:
- successful: true
- failed: true
- unstable: true
- notbuilt: true
-
- maven:
- maven-name: 'mvn36'
- root-pom: 'pom.xml'
- # yamllint disable-line rule:line-length
- goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge'
- maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
- settings: 'hc2vpp-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
-
- publishers:
- - email-notification:
- email-prefix: '[hc2vpp]'
- - fdio-infra-shiplogs:
- maven-version: 'mvn36'
-
-- job-template:
name: 'hc2vpp-merge-{stream}-{os}'
project-type: maven
node: '{os}-builder-4c-4g'