summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-script.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-18 21:46:11 +0000
committerlj1412 <lji@research.att.com>2017-02-18 21:46:11 +0000
commitd0704845441a27098d806f61bd190cb8f1499818 (patch)
tree3d992b3fbef4593269230bb9c10d6c4e187a7aa5 /jjb/global-templates-script.yaml
parentd393ad00046d1efa3ecc527af6f8cc3834a5e599 (diff)
yamllint fixes, and updated pgaas.yaml
Change-Id: Iafd28d475d7f70ae2cb61a841984465115e47b75 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'jjb/global-templates-script.yaml')
-rw-r--r--jjb/global-templates-script.yaml89
1 files changed, 39 insertions, 50 deletions
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml
index dbe7850f4..3f1f20047 100644
--- a/jjb/global-templates-script.yaml
+++ b/jjb/global-templates-script.yaml
@@ -3,21 +3,21 @@
- job-template:
- # Job template for verify a submission. triggered on gerrit-trigger-patch-submitted, does
- # scm, mvn with passed in goals, then run script
+ # Job template for verifying a submission. triggered on
+ # gerrit-trigger-patch-submitted, does scm, mvn with passed in goals,
+ # then run script
#
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
# mvn-settings: settings file for this specific job
- # mvn-goals: space separated list of maven build goals (e.g. clean, install
- # etc, --version for noop)
+ # mvn-goals: space separated list of maven build goals (e.g.
+ # clean, install etc, --version for noop)
name: '{project-name}-{stream}-verify-scm-mvn-script'
project-type: freestyle
concurrent: true
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -61,22 +61,20 @@
- shell: '{script}'
-
- job-template:
- # Job template for merging a submission. triggered on gerrit-trigger-patch-merged, does
- # scm, mvn with passed-in goals, then run script
- #
+ # Job template for merging a submission. triggered on
+ # gerrit-trigger-patch-merged, does scm, mvn with passed-in goals, then
+ # run script
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
# mvn-settings: settings file for this specific job
- # mvn-goals: space separated list of maven build goals (--version for noop,
- # clean deploy for deploy [version must be snapshot])
+ # mvn-goals: space separated list of maven build goals (--version
+ # for noop, clean deploy for deploy [snapshot])
name: '{project-name}-{stream}-merge-scm-mvn-script'
project-type: freestyle
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -120,24 +118,23 @@
- shell: '{script}'
-
-
- job-template:
- # Job template for daily-release a submission. triggered on timer, does scm,
- # mvn with passed-in goals, then run script
+ # Job template for daily-release a submission. triggered on timer, does
+ # scm mvn with passed-in goals, then run script
#
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
- # mvn-goals-versioning: space separated list of maven build goals (--version for no op,
- # or versions:set versions:update-child-modules versions:commit or --version)
- # mvn-goals: space separated list of maven build goals (--version for noop, or clean deploy)
+ # mvn-goals-versioning: space separated list of maven build goals
+ # (--version for no op,
+ # or versions:set versions:update-child-modules versions:commit)
+ # mvn-goals: space separated list of maven build goals (--version for
+ # noop, or clean deploy)
name: '{project-name}-{stream}-daily-release-scm-mvn-script'
project-type: freestyle
concurrent: true
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -192,15 +189,13 @@
- shell: '{script}'
-
-
- job-template:
- # Job template for verifying a submission. triggered on gerrit-trigger-patch-submitted,
+ # Job template for verifying a submission. triggered on
+ # gerrit-trigger-patch-submitted,
# does scm 2 repos, mvn with passed-in goals, then run script
#
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
# extra-project: extra gerrit project to checkout
# extra-refspec: refspec for the extra project
@@ -209,14 +204,14 @@
# DO NOT SET THIS TO anything that translates to
# $WORKSPACE as it will destroy the initial
# project checkout
- # mvn-goals: space separated list of maven build goals (e.g. clean, install etc,
- # --version for noop)
+ # mvn-goals: space separated list of maven build goals (e.g.
+ # clean, install etc, --version for noop)
name: '{project-name}-{stream}-verify-2scm-mvn-script'
project-type: freestyle
concurrent: true
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -265,14 +260,13 @@
- shell: '{script}'
-
- job-template:
- # Job template for merged submission. triggered on gerrit-trigger-patch-merged,
- # does scm of 2 repos, mvn with passed in goals, then run script
+ # Job template for merged submission. triggered on
+ # gerrit-trigger-patch-merged,does scm of 2 repos, mvn with passed in
+ # goals, then run script
#
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
# extra-project: extra gerrit project to checkout
# extra-refspec: refspec for the extra project
@@ -281,14 +275,14 @@
# DO NOT SET THIS TO anything that translates to
# $WORKSPACE as it will destroy the initial
# project checkout
- # mvn-goals: space separated list of maven build goals (--version for no op,
- # clean deploy for mvn project)
+ # mvn-goals: space separated list of maven build goals (--version
+ # for noop, clean deploy for mvn project)
name: '{project-name}-{stream}-merge-2scm-mvn-script'
project-type: freestyle
concurrent: true
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -337,14 +331,13 @@
- shell: '{script}'
-
- job-template:
- # Job template for merged submission. triggered on gerrit-trigger-patch-merged,
- # does scm x2, mvn with passed-in goals, then run script
+ # Job template for merged submission. triggered on
+ # gerrit-trigger-patch-merged, does scm x2, mvn with passed-in goals,
+ # then run script
#
# Required Variables:
# branch: git branch
- # build-node: what build node to run on
# script: build script to execute
# extra-project: extra gerrit project to checkout
# extra-refspec: refspec for the extra project
@@ -353,16 +346,15 @@
# DO NOT SET THIS TO anything that translates to
# $WORKSPACE as it will destroy the initial
# project checkout
- # mvn-goals: space separated list of maven build goals (--version for no op,
- # clean deploy for mvn project)
- # mvn-goals-versioning: space separated list of maven build goals (--version for no op,
- # clean deploy for mvn project)
+ # mvn-goals: space separated list of maven build goals (--version
+ # for noop, clean deploy for mvn project)
+ # mvn-goals-versioning: space separated list of maven build goals
+ # (--version for no op, clean deploy for mvn project)
name: '{project-name}-{stream}-daily-release-2scm-mvn-script'
project-type: freestyle
- concurrent: true
- node: '{build-node}'
+ node: 'ubuntu1604-docker-8c-8g'
properties:
- ecomp-infra-properties:
@@ -419,9 +411,6 @@
- shell: '{script}'
-
-
-
- job-template:
# Job template for basic scm and script trigger
#