summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/csit/csit.yaml2
-rw-r--r--jjb/dmm/dmm.yaml2
-rw-r--r--jjb/hc2vpp/hc2vpp.yaml8
-rw-r--r--jjb/honeycomb/honeycomb.yaml3
4 files changed, 9 insertions, 6 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 9fc98c8be..3ef50769e 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -988,7 +988,7 @@
build-timeout: '{build-timeout}'
triggers:
- - timed: '0 20 */2 * *'
+ - timed: '0 2,16 * * *'
builders:
- shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml
index 75dae6fc0..ff404b03e 100644
--- a/jjb/dmm/dmm.yaml
+++ b/jjb/dmm/dmm.yaml
@@ -23,7 +23,7 @@
project: 'dmm'
os:
- - ubuntu1404
+ - ubuntu1604
stream:
- master:
branch: 'master'
diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml
index 25c797b38..0b6836463 100644
--- a/jjb/hc2vpp/hc2vpp.yaml
+++ b/jjb/hc2vpp/hc2vpp.yaml
@@ -10,9 +10,11 @@
- ubuntu1604:
repo-os-part: 'ubuntu.xenial.main'
skip-site: 'false'
+ skip-jar-deploy: 'false'
- centos7:
repo-os-part: 'centos7'
skip-site: 'true'
+ skip-jar-deploy: 'true'
stream:
- master:
branch: 'master'
@@ -229,9 +231,12 @@
maven: 'mvn33-new'
- maven-exec:
maven-version: 'mvn33-new'
-
- repo-name-parameter:
repo-name: '{repo-stream-part}.{repo-os-part}'
+ - string:
+ name: SKIP_JAR_DEPLOY
+ default: '{skip-jar-deploy}'
+ description: "Skips deployment of hc2vpp jars if variable is set to true"
scm:
- git-scm:
@@ -289,5 +294,6 @@
id: ''
unique-version: true
deploy-unstable: false
+ release-env-var: SKIP_JAR_DEPLOY
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 402cfadc8..2a50ce4f4 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -12,9 +12,6 @@
- master:
branch: 'master'
repo-stream-part: 'master'
- - '1710':
- branch: 'stable/1710'
- repo-stream-part: 'stable.1710'
- '1801':
branch: 'stable/1801'
repo-stream-part: 'stable.1801'