From: Cedric Ollivier Date: Sat, 27 Jul 2019 08:37:22 +0000 (+0000) Subject: Merge "Update to python 3.7 and alpine 3.10" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0a2dfdffb822f822e041085a8e32fe4f87d55f87;hp=b873cb6388723cb291ecb3071465a09e0de7b3d1;p=releng.git Merge "Update to python 3.7 and alpine 3.10" --- diff --git a/jjb/clover/clover-views.yaml b/jjb/clover/clover-views.yaml new file mode 100644 index 000000000..15a05e60a --- /dev/null +++ b/jjb/clover/clover-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: clover-view + views: + - project-view + project-name: clover diff --git a/jjb/container4nfv/container4nfv-views.yaml b/jjb/container4nfv/container4nfv-views.yaml new file mode 100644 index 000000000..f57e7f0da --- /dev/null +++ b/jjb/container4nfv/container4nfv-views.yaml @@ -0,0 +1,7 @@ +--- +- project: + name: container4nfv-view + views: + - common-view + view-name: container4nfv + view-regex: (^container.*|^yardstick-arm64.*) diff --git a/jjb/cperf/cperf-views.yaml b/jjb/cperf/cperf-views.yaml new file mode 100644 index 000000000..ef982e84e --- /dev/null +++ b/jjb/cperf/cperf-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: cperf-view + views: + - project-view + project-name: cperf diff --git a/jjb/edgecloud/edgecloud-views.yaml b/jjb/edgecloud/edgecloud-views.yaml new file mode 100644 index 000000000..2e865ddd0 --- /dev/null +++ b/jjb/edgecloud/edgecloud-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: edgecloud-rtd-view + views: + - project-view + project-name: edgecloud diff --git a/jjb/fds/fds-views.yaml b/jjb/fds/fds-views.yaml new file mode 100644 index 000000000..d06b1af0b --- /dev/null +++ b/jjb/fds/fds-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: fds-view + views: + - project-view + project-name: fds diff --git a/jjb/functest/functest-kubernetes-project-jobs.yaml b/jjb/functest/functest-kubernetes-project-jobs.yaml index 178df6a9e..9ceabb19c 100644 --- a/jjb/functest/functest-kubernetes-project-jobs.yaml +++ b/jjb/functest/functest-kubernetes-project-jobs.yaml @@ -28,7 +28,7 @@ phase: - 'unit-tests-and-docs': - slave-label: 'opnfv-build-ubuntu' + slave-label: 'lf-virtual1' - job-template: name: 'functest-kubernetes-verify-{stream}' diff --git a/jjb/functest/functest-project-jobs.yaml b/jjb/functest/functest-project-jobs.yaml index 69df265dc..269ecee7a 100644 --- a/jjb/functest/functest-project-jobs.yaml +++ b/jjb/functest/functest-project-jobs.yaml @@ -28,7 +28,7 @@ phase: - 'unit-tests-and-docs': - slave-label: 'opnfv-build-ubuntu' + slave-label: 'lf-virtual1' - job-template: name: 'functest-verify-{stream}' diff --git a/jjb/functest/xtesting-project-jobs.yaml b/jjb/functest/xtesting-project-jobs.yaml index 39e73b719..6e6f4453b 100644 --- a/jjb/functest/xtesting-project-jobs.yaml +++ b/jjb/functest/xtesting-project-jobs.yaml @@ -28,7 +28,7 @@ phase: - 'unit-tests-and-docs': - slave-label: 'opnfv-build-ubuntu' + slave-label: 'lf-virtual1' - job-template: name: 'xtesting-verify-{stream}' diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index a415546be..1a8ce417f 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -610,6 +610,24 @@ default: $WORKSPACE/build_output description: "Directory where the build artifact will be located upon the completion of the build." +- parameter: + name: 'lf-virtual1-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'lf-virtual1' + description: 'Slave label on Jenkins' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: BUILD_DIRECTORY + default: $WORKSPACE/build_output + description: "Directory where the build artifact will be located upon the completion of the build." + - parameter: name: 'pharos-dashboard-defaults' parameters: diff --git a/jjb/ipv6/ipv6-views.yaml b/jjb/ipv6/ipv6-views.yaml new file mode 100644 index 000000000..936ca42d3 --- /dev/null +++ b/jjb/ipv6/ipv6-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: ipv6-view + views: + - project-view + project-name: ipv6 diff --git a/jjb/kvmfornfv/kvmfornfv-views.yaml b/jjb/kvmfornfv/kvmfornfv-views.yaml new file mode 100644 index 000000000..a02927667 --- /dev/null +++ b/jjb/kvmfornfv/kvmfornfv-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: kvmfornfv-view + views: + - project-view + project-name: kvmfornfv diff --git a/jjb/nfvbench/nfvbench-views.yaml b/jjb/nfvbench/nfvbench-views.yaml new file mode 100644 index 000000000..6175a4427 --- /dev/null +++ b/jjb/nfvbench/nfvbench-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: nfvbench-view + views: + - project-view + project-name: nfvbench diff --git a/jjb/octopus/octopus-views.yaml b/jjb/octopus/octopus-views.yaml new file mode 100644 index 000000000..00bc090ad --- /dev/null +++ b/jjb/octopus/octopus-views.yaml @@ -0,0 +1,7 @@ +--- +- project: + name: octopus-view + views: + - common-view + view-name: octopus + view-regex: ^octopus.* diff --git a/jjb/onosfw/onosfw-views.yaml b/jjb/onosfw/onosfw-views.yaml new file mode 100644 index 000000000..5e8920fa0 --- /dev/null +++ b/jjb/onosfw/onosfw-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: onosfw-view + views: + - project-view + project-name: onosfw diff --git a/jjb/openci/openci-views.yaml b/jjb/openci/openci-views.yaml new file mode 100644 index 000000000..08cff7c28 --- /dev/null +++ b/jjb/openci/openci-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: openci-view + views: + - project-view + project-name: openci diff --git a/jjb/opnfvdocs/opnfvdocs-views.yaml b/jjb/opnfvdocs/opnfvdocs-views.yaml new file mode 100644 index 000000000..27645f9ec --- /dev/null +++ b/jjb/opnfvdocs/opnfvdocs-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: opnfvdocs-view + views: + - project-view + project-name: opnfvdocs diff --git a/jjb/opnfvtsc/opnfvtsc-views.yaml b/jjb/opnfvtsc/opnfvtsc-views.yaml new file mode 100644 index 000000000..7c2929557 --- /dev/null +++ b/jjb/opnfvtsc/opnfvtsc-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: opnfvtsc-view + views: + - project-view + project-name: opnfvtsc diff --git a/jjb/ovno/ovno-views.yaml b/jjb/ovno/ovno-views.yaml new file mode 100644 index 000000000..54633cc0c --- /dev/null +++ b/jjb/ovno/ovno-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: ovno-view + views: + - project-view + project-name: ovno diff --git a/jjb/pharos/pharos-views.yaml b/jjb/pharos/pharos-views.yaml new file mode 100644 index 000000000..e413632a8 --- /dev/null +++ b/jjb/pharos/pharos-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: pharos-view + views: + - project-view + project-name: pharos diff --git a/jjb/promise/promise-views.yaml b/jjb/promise/promise-views.yaml new file mode 100644 index 000000000..6f67d6437 --- /dev/null +++ b/jjb/promise/promise-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: promise-view + views: + - project-view + project-name: promise diff --git a/jjb/releng/releng-views.yaml b/jjb/releng/releng-views.yaml new file mode 100644 index 000000000..12dfbfe35 --- /dev/null +++ b/jjb/releng/releng-views.yaml @@ -0,0 +1,7 @@ +--- +- project: + name: releng-view + views: + - common-view + view-name: releng + view-regex: ^releng.* diff --git a/jjb/samplevnf/samplevnf-views.yaml b/jjb/samplevnf/samplevnf-views.yaml new file mode 100644 index 000000000..26ea8068c --- /dev/null +++ b/jjb/samplevnf/samplevnf-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: samplevnf-view + views: + - project-view + project-name: samplevnf diff --git a/jjb/sdnvpn/sdnvpn-views.yaml b/jjb/sdnvpn/sdnvpn-views.yaml new file mode 100644 index 000000000..dfa6dfa22 --- /dev/null +++ b/jjb/sdnvpn/sdnvpn-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: sdnvpn-view + views: + - project-view + project-name: sdnvpn diff --git a/jjb/sfc/sfc-views.yaml b/jjb/sfc/sfc-views.yaml new file mode 100644 index 000000000..b2884baa5 --- /dev/null +++ b/jjb/sfc/sfc-views.yaml @@ -0,0 +1,7 @@ +--- +- project: + name: sfc-view + views: + - common-view + view-name: sfc + view-regex: ^sfc.* diff --git a/jjb/snaps/snaps-views.yaml b/jjb/snaps/snaps-views.yaml new file mode 100644 index 000000000..a4fc90ed2 --- /dev/null +++ b/jjb/snaps/snaps-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: snaps-view + views: + - project-view + project-name: snaps diff --git a/jjb/stor4nfv/stor4nfv-views.yaml b/jjb/stor4nfv/stor4nfv-views.yaml new file mode 100644 index 000000000..74ddd2eea --- /dev/null +++ b/jjb/stor4nfv/stor4nfv-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: stor4nfv-view + views: + - project-view + project-name: stor4nfv diff --git a/jjb/storperf/storperf-views.yaml b/jjb/storperf/storperf-views.yaml new file mode 100644 index 000000000..cc687195b --- /dev/null +++ b/jjb/storperf/storperf-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: storperf + - common-view + view-name: storperf-view + view-regex: ^storperf.* diff --git a/jjb/ves/ves-views.yaml b/jjb/ves/ves-views.yaml new file mode 100644 index 000000000..6331a6dc8 --- /dev/null +++ b/jjb/ves/ves-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: ves-view + views: + - project-view + project-name: ves diff --git a/jjb/vswitchperf/vswitchperf-views.yaml b/jjb/vswitchperf/vswitchperf-views.yaml new file mode 100644 index 000000000..5b8564579 --- /dev/null +++ b/jjb/vswitchperf/vswitchperf-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: vswitchperf-view + views: + - project-view + project-name: vswitchperf diff --git a/jjb/xci/xci-views.yaml b/jjb/xci/xci-views.yaml new file mode 100644 index 000000000..ee1e53a59 --- /dev/null +++ b/jjb/xci/xci-views.yaml @@ -0,0 +1,6 @@ +--- +- project: + name: xci-view + views: + - project-view + project-name: xci