From: luxin Date: Thu, 31 Aug 2017 02:30:05 +0000 (+0800) Subject: Add vfc-nfvo-resmanagement job X-Git-Tag: 1.0.0-Amsterdam~265^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1c49402f405ef0c84cc108b979596a19c2ca8f02;p=ci-management.git Add vfc-nfvo-resmanagement job Add vfc-nfvo-resmanagement csit job and java daily job Change-Id: Iea97f375655f08e8e3d95a60f4c505f984cc4953 Issue-Id:CIMAN-38 Signed-off-by: luxin --- diff --git a/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml b/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml new file mode 100644 index 000000000..c3c89d8ec --- /dev/null +++ b/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: vfc-nfvo-resmanagement-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'vfc-nfvo-resmanagement' + stream: 'master' + functionality: + - 'sanity-check': + trigger_jobs: + - 'vfc-nfvo-resmanagement-master-docker-version-java-daily' + robot-options: '' + branch: 'master' \ No newline at end of file diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml index 1f364da27..2bf363c3c 100644 --- a/jjb/vfc/vfc-nfvo-resmanagement.yaml +++ b/jjb/vfc/vfc-nfvo-resmanagement.yaml @@ -14,3 +14,6 @@ jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-docker-version-java-daily': + docker-pom: 'pom.xml' + mvn-profile: 'docker'