summaryrefslogtreecommitdiffstats
path: root/jjb/cicn
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-07-26 15:54:03 +0200
committerMauro Sardara <msardara@cisco.com>2019-07-29 15:53:31 +0000
commit445b82eeac3e9f9404a2dc742f49256809da8882 (patch)
tree5c041c8e17773173c70e40bc135add4ea79bc730 /jjb/cicn
parent5f68bc23940647a8afe08fed3f49800edbf3d0be (diff)
Add arm64 jobs for libparc
Change-Id: I2b473ee37d336a8950e21d534005aea114c52144 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/cicn')
-rw-r--r--jjb/cicn/cicn.yaml162
1 files changed, 162 insertions, 0 deletions
diff --git a/jjb/cicn/cicn.yaml b/jjb/cicn/cicn.yaml
index 54ab5a7ed..a98d18aac 100644
--- a/jjb/cicn/cicn.yaml
+++ b/jjb/cicn/cicn.yaml
@@ -52,6 +52,25 @@
- long
- project:
+ name: cicn-libparc-arm64
+ jobs:
+ - 'cicn-arm64-libparc-verify-{stream}-{os}'
+ - 'cicn-arm64-libparc-merge-{stream}-{os}'
+
+ project: 'cicn'
+ stream:
+ - master:
+ branch: 'cframework/master'
+ repo-stream-part: 'master'
+ os:
+ - ubuntu1804:
+ repo-os-part: 'ubuntu-arm.bionic.main'
+
+ type:
+ - short
+ - long
+
+- project:
name: cicn-libccnx-common
jobs:
- 'cicn-libccnx-common-verify-{stream}-{os}'
@@ -889,6 +908,149 @@
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
+- job-template:
+ name: 'cicn-arm64-libparc-merge-{stream}-{os}'
+
+ project-type: freestyle
+ node: '{os}arm-us'
+ archive-artifacts: >
+ **/libparc/build/*.rpm
+ **/libparc/build/*.deb
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: 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}'
+ - os-parameter:
+ os: '{os}'
+ - maven-project-parameter:
+ maven: 'mvn33-new'
+ - maven-exec:
+ maven-version: 'mvn33-new'
+ - repo-name-parameter:
+ repo-name: '{repo-stream-part}.{repo-os-part}'
+ - stream-parameter:
+ stream: 'release'
+ - 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: ''
+ choosing-strategy: 'default'
+
+ wrappers:
+ - fdio-infra-wrappers:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - gerrit-trigger-patch-merged:
+ name: '{project}'
+ branch: '{branch}'
+
+ builders:
+ - config-file-provider:
+ files:
+ - file-id: '.packagecloud'
+ target: '/home/jenkins/.packagecloud'
+ - config-file-provider:
+ files:
+ - file-id: 'packagecloud_api'
+ target: '/home/jenkins/packagecloud_api'
+ - maven-target:
+ maven-version: 'mvn33-new'
+ goals: '--version'
+ settings: 'cicn-settings'
+ settings-type: cfp
+ global-settings: 'global-settings'
+ global-settings-type: cfp
+ - shell:
+ !include-raw-escape:
+ - include-raw-cicn-libparc-build.sh
+ - provide-maven-settings:
+ settings-file: 'cicn-settings'
+ global-settings-file: 'global-settings'
+ - shell:
+ !include-raw-escape:
+ - ../scripts/maven_push_functions.sh
+ - include-raw-cicn-maven-push.sh
+ - shell:
+ !include-raw-escape:
+ - ../scripts/packagecloud_push.sh
+
+ publishers:
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+
+- job-template:
+ name: 'cicn-arm64-libparc-verify-{stream}-{os}'
+
+ project-type: freestyle
+ node: '{os}arm-us'
+ concurrent: true
+ archive-artifacts: >
+ **/libparc/build/*.rpm
+ **/libparc/build/*.deb
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: 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}'
+ - os-parameter:
+ os: '{os}'
+ - 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:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - gerrit-trigger-patch-submitted:
+ name: '{project}'
+ branch: '{branch}'
+
+ builders:
+ - shell:
+ !include-raw-escape:
+ - include-raw-cicn-libparc-build.sh
+
+ publishers:
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
- job-template:
name: 'cicn-libccnx-common-merge-{stream}-{os}'