Switch the csit-1node to use job prefix 45/67545/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 24 Jan 2018 19:11:12 +0000 (14:11 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 24 Jan 2018 19:12:27 +0000 (14:12 -0500)
Idea to add a new variable "{prefix}" to job templates. This
variable is defined already in defaults.yaml.
The prefix should always be blank in production thus producing the
same existing job names we are all used to. The prefix can be used
locally to add a prefix to job names when pushing jobs to the
sandbox. For example a prefix of "abc-" will be added to the front
of the job name allowing sandbox testers to be able to push a job
to the sandbox with a unique prefix to not overwrite other testers.

Additionally add an id inttest-csit-1node to make the job
template more easy to maintain. Allows us to refactor the job
template name without having to update every single user of the
template every time as the id will always be the same.

Change-Id: I058dd8604cc1d29cc0feaab587298dc2b563a7cf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
67 files changed:
jjb/aaa/aaa-csit-authn.yaml
jjb/aaa/aaa-csit-keystone.yaml
jjb/aaa/aaa-csit-tls.yaml
jjb/alto/alto-csit-setup.yaml
jjb/bgpcep/bgpcep-csit-bgp-gate-ingest-mixed.yaml
jjb/bgpcep/bgpcep-csit-gate-throughpcep.yaml
jjb/bgpcep/bgpcep-csit-userfeatures.yaml
jjb/bier/bier-csit-basic.yaml
jjb/capwap/capwap-csit-ac.yaml
jjb/centinel/centinel-csit-basic.yaml
jjb/controller/controller-csit-akka1.yaml
jjb/controller/controller-csit-dnb-noloss.yaml
jjb/controller/controller-csit-rest-cars-perf.yaml
jjb/daexim/daexim-csit-basic.yaml
jjb/didm/didm-csit-discovery.yaml
jjb/dluxapps/dluxapps-csit-yangman.yaml
jjb/genius/genius-csit-genius.yaml
jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml
jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml
jjb/groupbasedpolicy/groupbasedpolicy-csit-sxp.yaml
jjb/integration/distribution/distribution-csit-userfeatures.yaml
jjb/integration/integration-templates.yaml
jjb/iotdm/iotdm-csit-basic.yaml
jjb/jsonrpc/jsonrpc-csit-basic.yaml
jjb/l2switch/l2switch-csit-scalability.yaml
jjb/l2switch/l2switch-csit-switch.yaml
jjb/lacp/lacp-csit-lacp.yaml
jjb/lispflowmapping/lispflowmapping-csit-msmr.yaml
jjb/lispflowmapping/lispflowmapping-csit-performance.yaml
jjb/messaging4transport/messaging4transport-csit-basic.yaml
jjb/natapp/natapp-csit-basic.yaml
jjb/nemo/nemo-csit-engine.yaml
jjb/netconf/netconf-csit-callhome.yaml
jjb/netconf/netconf-userfeatures.yaml
jjb/netide/netide-csit-basic.yaml
jjb/nic/nic-csit-basic.yaml
jjb/ocpplugin/ocpplugin-csit-basic.yaml
jjb/ocpplugin/ocpplugin-csit-scalability.yaml
jjb/of-config/of-config-csit-basic.yaml
jjb/openflowplugin/openflowplugin-csit-cbench.yaml
jjb/openflowplugin/openflowplugin-csit-flow-services.yaml
jjb/openflowplugin/openflowplugin-csit-longevity.yaml
jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml
jjb/openflowplugin/openflowplugin-csit-perf-stats-collection.yaml
jjb/openflowplugin/openflowplugin-csit-sanity.yaml
jjb/openflowplugin/openflowplugin-csit-scale-link.yaml
jjb/openflowplugin/openflowplugin-csit-scale-switch.yaml
jjb/openflowplugin/openflowplugin-csit-scale.yaml
jjb/ovsdb/ovsdb-csit-southbound.yaml
jjb/p4plugin/p4plugin-csit-basic.yaml
jjb/packetcable/packetcable-csit-pcmm.yaml
jjb/sdninterfaceapp/sdninterfaceapp-csit-basic.yaml
jjb/sxp/sxp-csit-basic.yaml
jjb/sxp/sxp-csit-filtering.yaml
jjb/sxp/sxp-csit-topology.yaml
jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml
jjb/tsdr/tsdr-csit-cassandra.yaml
jjb/tsdr/tsdr-csit-elasticsearch.yaml
jjb/tsdr/tsdr-csit-hbase.yaml
jjb/tsdr/tsdr-csit-hsqldb.yaml
jjb/unimgr/unimgr-csit-basic.yaml
jjb/unimgr/unimgr-csit-legato.yaml
jjb/usc/usc-csit-channel.yaml
jjb/usc/usc-csit-tcp.yaml
jjb/usecplugin/usecplugin-csit-basic.yaml
jjb/vtn/vtn-csit-coordinator.yaml
jjb/vtn/vtn-csit-manager.yaml

index b76745f61af7e4be22fd262e88782f07b71905a2..f4a0125c572f9dba0192af9aaeb0daf6be41cbe0 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: aaa-csit-authn
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 1e89f7efcbd2fb7d0784f816f25ef3b0e61dbde3..5f898174fb622677be960b459b7967cae9384882 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: aaa-csit-keystone
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index c9f009f143ca9dd6adf8a3856e285e6a8127f44c..7898be6599cdc85ac21db78a0ca0e24287b4aec3 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: aaa-csit-tls
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'aaa'
index 03d08d4404ac37ed191dd09b73ce064f6fc4c5ff..172f7506b37af3e19340f8b80094ba3f09d00698 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: alto-csit-setup
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'alto'
index 6c186784e8147541e61e612821421707cb034ce3..2f5cbf60ba85c630e4d9defe136d668aa9bbfe4e 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: bgpcep-csit-gate-bgp-ingest-mixed
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'bgpcep'
index 8df34f773616ea175eda8446b65c8f8fb2cf723e..c8566b3bfe4a5d7d1aa5d29f3aaafc813aa5cc90 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: bgpcep-csit-gate-throughpcep
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'bgpcep'
index 2263196d428f4c80b449ebf63468450d62cfcd30..384845689b88996a8c17ea80b261e19bc9091dc2 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: bgpcep-csit-userfeatures
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index f4b88271cc25ad09ce1143a7eb95a0f8718dc635..94459efaf77f70085b961d59f0b706921af3f30c 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: bier-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index f2a5fa11b481f66762126d1fa1fe6b2338b49c27..6a5975d5da77bda50aefd0dda80c66baa4b8668a 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: capwap-csit-ac
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index f4873fb05380c80d6b65bc44944679880e0b5f0c..9e5489b6f0b7b7d0ef400c389bdfb0fd922626c0 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: centinel-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index f6f3e2af740074ca9c024bade8515a35744eaa16..32595905dce3b75971044d7ec8eff05e40f40c50 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: controller-csit-akka1
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'controller'
index c251b410c220bfaa7637ad8ca6e195cfb01b179e..62e5e42b6e9713c6e95027120772b25d407d6450 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: mdsal-csit-dom-notification-broker-no-loss-longevity
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'controller'
index a30f5562cfc981d986b7f5f2497a0843255375c3..9b68e7d05f3977663c8eb29de0928bc766caeae6 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: controller-csit-rest-cars-perf
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'controller'
index 6da14a22a9738220a4ffb1243dceb4d0e391dd9e..9bcd46fdcda9cb18b28528d4d414f219a2cbf293 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: daexim-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'daexim'
index ca5f62fa5bfaf053ddd084b63e8e07ba2cc8a7ff..93c30b9236ed04909e3cf005e9e2f043d3202541 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: didm-csit-discovery
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index bbcfccdf8047342b9568e38f129f214fb21d5f17..c1c82c6fea421b4f94bf8dd0dc871f6bda8f0e7f 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: dluxapps-csit-yangman
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 30d368368018227972a002cae5528059fd0b87ca..acf89cb58adc08cb830f0aa0a63cdc2a2de190a3 100644 (file)
@@ -3,7 +3,7 @@
     name: genius-csit-genius
     jobs:
       - '{project}-csit-3node-{functionality}-{install}-{stream}'
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
       - '{project}-csit-verify-3node-{functionality}'
 
index 70a637e85c6c9d7f83b599136697bdfb127f954a..73e46e8af9890e7c03f24964c350938d09ba71db 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: groupbasedpolicy-csit-3node
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'groupbasedpolicy'
index 891ff9a3ab731244c4af5dac1dd18e50ef4054aa..8e5af5eac909f5b537123851bc7266a0e6660da5 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: groupbasedpolicy-csit-6node
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
 
     # The project name
index e722b1a5951e81d1f4ce91ea5fa3b532185c6384..9116b0307e2ecba04d5b5f948d0acb4702c299e2 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: groupbasedpolicy-csit-sxp
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
     # The project name
     project: 'groupbasedpolicy'
 
index f9dded57b8ac8fe09bcc175668a30440f7f43db1..54d9b5ccba9a50a2dc51b5b609c20b98e358bf36 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: distribution-csit-userfeatures
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'distribution'
index f96a41b93c1a9bf6e66840b912e271265bd009bd..1910b02f425449539d886ca547ae7a9a9869c290 100644 (file)
       - lf-infra-publish
 
 - job-template:
-    name: '{project}-csit-1node-{functionality}-{install}-{stream}'
+    name: '{prefix}{project}-csit-1node-{functionality}-{install}-{stream}'
+    id: inttest-csit-1node
     # Keep synchronized with *-csit4-*-carbon please.
     disabled: false
 
index fff52056b910cd2ca2780350a6517ea8aaa564e0..6c53fd8029fd1c894b813f62d13aa9d79e7d8f6b 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: iotdm-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 28e7f4faea8f6bfd0e8794c9c6d15cbf863adcd6..5612eab04da57355a85b8f5e5637c380eae1fc5f 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: jsonrpc-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'jsonrpc'
index f05ac233d92029d4e5122d5a6c136dfb656edf58..3c1929909e6f224adbc2eeeeee6b147fae143c82 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: l2switch-csit-scalability
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'l2switch'
index 6472498259d9724ea00ecd3932d275dab82bc452..8a07d07f7d1bb3973050d6eb33f0206530a2028d 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: l2switch-csit-switch
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 399f3bfb52c3f93b2231c4e0c7c9664e0c7467a8..de7b79f6e6377163b6e032f33f3174bd3d874783 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: lacp-csit-lacp
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index ddf6bad635f61786871f43759173a889241dd905..4328c4918de399d52ba6571451adadd18e38246e 100644 (file)
@@ -3,7 +3,7 @@
     name: lispflowmapping-csit-msmr
     jobs:
       - '{project}-csit-3node-{functionality}-{install}-{stream}'
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index bcacff0e53dba4e84bf1b32d7a06281ed3d59b91..1bc80b3ebfe9c3f1666a6d2dc21f4ef1e61fe0cf 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: lispflowmapping-csit-performance
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'lispflowmapping'
index c10c37054fd891ce295595a3d52f88f0435cbf64..d59e37040ee448d79372662fafc7fa5c93d35884 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: messaging4transport-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 9acd8ba8413202023ec3153b125d3811ba7a00e2..da7bfc6bc92b0b088f47e2b246c7f442465e438a 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: natapp-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 397c0fc5d806f17f1e5b00b1916035494bd6f7a9..f2c8cbd75aba1a0de322ecb591bda5339843c662 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: nemo-csit-engine
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 546f21d02c611abac496bf83f5a28367a891f30a..8f407370d1fc6f11f4882b0f0eb2968bdbb35e08 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: netconf-csit-callhome
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'netconf'
index 99cf9394f68db7aabff873896dd3bbfb790ad34c..1fe61a7531b64a9ee0cd134100a165de8f983040 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: netconf-csit-userfeatures
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 53629f8d2076900e7b8101d0087de225c4e720fa..9e1756f66d89f7a2afc381dc86105cc37c5993ce 100644 (file)
@@ -3,7 +3,7 @@
     name: netide-csit-basic
     jobs:
       - inttest-csit-verify-1node
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'netide'
index 61d28ced6df5872027e1e3fc44d2a42472ff1328..828a0caf7b84325eddf79d413e1336ed3cf074cf 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: nic-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index afcdd3d273912779726b3469970ade98fddb5eb0..8cc76c6e8e0df05ae603f55de9abdedb013503eb 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: ocpplugin-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 427899f210fa170370a67cef67967004a5775ec5..2287da9f48710300faf5e3dc7691a788a8973a60 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: ocpplugin-csit-scalability
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index f126e27b6c6def3b1573f89e1a5fd0fa80909ee2..1f2b7dce761d799150b7e26f249c48c1d119c4e0 100644 (file)
@@ -3,7 +3,7 @@
     name: of-config-csit-basic
     jobs:
       - inttest-csit-verify-1node
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'of-config'
index e098a9845e2788c6961d5cfc74c672bc30731ee3..be9eb62d82da3e3b0c9508fbb2b6a4ace45e2c0a 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-cbench
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index ffbfa0fc0864500aa9ca55e91668d9e4a51efbf3..8130af298d2aca46e36f6ae51a5c483cc817f933 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-flow-services
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index 4179e504454712cb6daf939953fcb0e6f33902b6..e94a8efcc7e5eec1e2fbdcafa93912f4dd7e5510 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-longevity
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index 1c913d8444ff1c91cceade3a6c881d8c05ace5c2..416592a8d75d6ef2050e3bd6440d459d3d267d16 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-perf-bulkomatic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index b1eb7dada72f187b249af15357fb5df2bf945c77..006c4406cddfd294df2ad82e491542c7901aec80 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-perf-stats-collection
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index 6cd924d0f32fac1bd8d162f49f8a1271a424bbc4..898c7476b9bbb6829ad9c819de68833b080cbc24 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-sanity
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 8f2ed52f4819729c72cf7f421c72e931c8152ea2..2e49e9d08d8492a9bfc9ea1d056bb5c76ac63bc4 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-scale-link
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index e25dde647bb5f92d1e0183fd9a58335236baf456..f1162b8ccddd896d21aa07a60deb097e1bf83b25 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-scale-switch
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index dc36c678b3e70c4ef806b901b2a939c1a8ef0927..0e5a7e20fbb0cddeb9e2a156427685153bea4206 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: openflowplugin-csit-scale
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'openflowplugin'
index 1bf4715cfca011b13e04ca98bc472288a02b4035..29eea50d3e89eecf8a27babedac6f9aa205883a7 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: ovsdb-csit-southbound
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
     # The project name
     project: 'ovsdb'
index a9215e6b2e9e67b3685355af9299c549e1c3295a..e9f6d10c328e61053894c4d2a7a6489671214c7b 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: p4plugin-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'p4plugin'
index bddf9420bfc137fd11cf8d720be8eee0a070f80e..5d642d1ee371f1fa717255dbc9bffdb402224100 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: packetcable-csit-pcmm
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index dfb2393afa73eebe2166ac5bda7d9a79258a02db..834ff2b8120b56380a73853a12db7466f10bd252 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: sdninterfaceapp-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 48fefa83528437050ed949a6a7a539ac7a6dfd5d..5c91055cb92fea93b632ac069958545e52958eee 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: sxp-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'sxp'
index 930c1073fbd07c74194494b05508783de1144f51..410c409b6dd78b861a5cae85c989abfaab2686ae 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: sxp-csit-filtering
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'sxp'
index cd76ffac8efd5152c1006aeacf1879f222c2fbdc..16e672552d4680af8a265c2bf739e56b6b2d7a37 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: sxp-csit-topology
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
 
     # The project name
     project: 'sxp'
index dc0d9b36afc7b4c00fc1cb51b62694835c1b86b0..5ebd9e0d8bbf4c9a030a63dbf9269f4f3e7ca393 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: topoprocessing-csit-topology-operations
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 03b7f82671504324a3a98b24cd5f82f9a611b990..5a712c6656c46deba8cbb36cab8e78acbfe103f5 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: tsdr-csit-cassandra
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 7e8adb1206d7f72167e3ca02c634e3da0379aea0..c67e3101ac02dc54b38483d31ed6bcc85833b816 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: tsdr-csit-elasticsearch
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 52af004b0baa40f77cc1bff99e9679e90dfe206f..37840bb3b78b9d337e3126ac9b00d0f3ade356e8 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: tsdr-csit-hbase
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 77132b846392bba990e70573a8bdc376b8d7d41f..6d4e1cbcd93795863720ae77e180e00b8357b5bd 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: tsdr-csit-hsqldb
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 94ae2f04d6e1ac27a06e734bc0b3111efb6708b1..91835fbbbd51050c0e69dae86f184aae4b868d72 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: unimgr-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index a44fc030de282802f47f725a802c9df9a7a323b7..b575e274f7f5561a172eb1614e28c2ccd19ac03f 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: unimgr-csit-legato
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 7fcd1f89838938cb4f2b641e6a1e5ec0e0bcaa05..1e85d7bd504009b60f8d3e4c9be691048540a2f7 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: usc-csit-channel
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 275ae8b71d2fab7541658dd0d3e569584e400be5..0c409bc8021411747eedaee699a1a9d5319459f4 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: usc-csit-tcp
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 5acb844e8e2c0a89e2f898c27b5dd82384559c1e..38041492553a6d6ee0229b5a5a1cc1917035db6b 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: usecplugin-csit-basic
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index b5ec468ef80dddae8b8848ce3c5e4cf27bb98292..92bdeab82d39a58ff8e1812a8d542a65227bc3ef 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: vtn-csit-vtn-coordinator
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name
index 9bd1277e18d36364208bccaa7542acd06841c500..e9efdf10f64478c7a694a2dfa1022200c7fba86f 100644 (file)
@@ -2,7 +2,7 @@
 - project:
     name: vtn-csit-manager
     jobs:
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-1node
       - inttest-csit-verify-1node
 
     # The project name