X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fstorperf%2Fstorperf-verify-jobs.yml;h=0b01fd1f375026aa9ba354f3dd51d048586d7dd4;hb=11b4765aa2219b4b1ec2019612c0bf113813af2f;hp=129c4d1cc5bd43e605581bcb9771304ae048c14a;hpb=894f9955f6ab07127d9c35210b962e8779616053;p=releng.git diff --git a/jjb/storperf/storperf-verify-jobs.yml b/jjb/storperf/storperf-verify-jobs.yml index 129c4d1cc..0b01fd1f3 100644 --- a/jjb/storperf/storperf-verify-jobs.yml +++ b/jjb/storperf/storperf-verify-jobs.yml @@ -12,6 +12,11 @@ gs-pathname: '' disabled: false docker-tag: 'latest' + - euphrates: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + docker-tag: 'stable' #-------------------------------- # patch verification phases #-------------------------------- @@ -36,6 +41,8 @@ disabled: '{obj:disabled}' + project-type: 'multijob' + parameters: - project-parameter: project: '{project}' @@ -73,8 +80,8 @@ # in phase jobs echo "Triggering phase jobs!" - multijob: - name: 'unit-test' - condition: SUCCESSFUL + name: 'storperf-build-and-unittest' + execution-type: PARALLEL projects: - name: 'storperf-verify-unit-test-{stream}' current-parameters: false @@ -87,9 +94,6 @@ node-parameters: false kill-phase-on: FAILURE abort-all-job: false - name: 'build-x86_64' - condition: SUCCESSFUL - projects: - name: 'storperf-verify-build-x86_64-{stream}' current-parameters: false predefined-parameters: | @@ -102,9 +106,6 @@ node-parameters: false kill-phase-on: FAILURE abort-all-job: false - name: 'build-aarch64' - condition: SUCCESSFUL - projects: - name: 'storperf-verify-build-aarch64-{stream}' current-parameters: false predefined-parameters: | @@ -126,9 +127,12 @@ wrappers: - ssh-agent-wrapper - build-timeout: - timeout: 30 + timeout: 60 parameters: + - project-parameter: + project: '{project}' + branch: '{branch}' - '{slave-label}-defaults' scm: @@ -173,13 +177,13 @@ zoom-coverage-chart: "true" targets: - files: - healthy: 10 - unhealthy: 20 - failing: 30 + healthy: 60 + unhealthy: 50 + failing: 40 - method: - healthy: 50 - unhealthy: 40 - failing: 30 + healthy: 60 + unhealthy: 50 + failing: 40 - email-jenkins-admins-on-failure - publisher: name: 'storperf-verify-build-x86_64-publishers-macro'