releng/builder.git
5 years agoMerge "Update Ubuntu docker image"
Anil Belur [Thu, 31 May 2018 12:47:59 +0000 (12:47 +0000)]
Merge "Update Ubuntu docker image"

5 years agoAdd NUM_TOOLS_SYSTEM variable to pybot 65/72465/1
Sathwik Boggarapu [Wed, 30 May 2018 08:48:07 +0000 (14:18 +0530)]
Add NUM_TOOLS_SYSTEM variable to pybot

The variable gets created, but we were not passing it to
pybot.

Change-Id: I1f6a038a4b9f0956a46b216cae6b903c56a8c386
Signed-off-by: Sathwik Boggarapu <b.sathwik@ericsson.com>
5 years agoMerge "Add odlparent 3.2 branch"
Thanh Ha [Wed, 30 May 2018 02:17:11 +0000 (02:17 +0000)]
Merge "Add odlparent 3.2 branch"

5 years agoMerge "Fix distribution-sanity-fluorine"
Jamo Luhrsen [Tue, 29 May 2018 23:45:29 +0000 (23:45 +0000)]
Merge "Fix distribution-sanity-fluorine"

5 years agoMerge "Expand rendered image name to include secs and ms"
Jamo Luhrsen [Tue, 29 May 2018 23:43:49 +0000 (23:43 +0000)]
Merge "Expand rendered image name to include secs and ms"

5 years agoMerge "Remove python-heatclient package from image list"
Jamo Luhrsen [Tue, 29 May 2018 23:36:12 +0000 (23:36 +0000)]
Merge "Remove python-heatclient package from image list"

5 years agoSplit multipatch into two phases, clone and build 18/71518/6
Stephen Kitt [Fri, 27 Apr 2018 15:42:49 +0000 (17:42 +0200)]
Split multipatch into two phases, clone and build

This loops through all the patches and sets them up before starting a
build. This ensures that we fail fast if the patch specification is
incorrect, or if a patch can’t be checked out. It also paves the way
for better organisation of the build (automatic calculation of the
order...).

To make testing easier, this also adds a shebang and makes the script
executable.

Change-Id: I062741204c66df6f3b5805b24c63059c1df4177d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoFix Recent Failure in Jobs 13/72413/2
gvrangan [Wed, 30 May 2018 02:00:30 +0000 (07:30 +0530)]
Fix Recent Failure in Jobs

Failure: Failed to install Openstack Client
Reason: recent version of cmd2 having problems
Fix: Make cmd2 version as 0.8.5 (last known stable version)

JIRA: RELENG-977
Change-Id: Iea2a3bd8cd6a58fc9b8bbe50f3651108964aa044
Signed-off-by: gvrangan <venkatrangang@hcl.com>
5 years agoAdd odlparent 3.2 branch 90/72390/1
Stephen Kitt [Tue, 29 May 2018 09:41:15 +0000 (11:41 +0200)]
Add odlparent 3.2 branch

Change-Id: Ic0344ba33ffc82088491699b1bc396fa02310ad2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoRemove python-heatclient package from image list 88/72388/1
Anil Belur [Tue, 29 May 2018 09:22:50 +0000 (19:22 +1000)]
Remove python-heatclient package from image list

Remove python-heatclient package from update image
list script. This dependency is not required.

Change-Id: I22d48e7746e3f30b846caf931b4f4cea0cb31290
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoRemove centos platform for kubernetes 48/72348/1
Faseela K [Mon, 28 May 2018 07:59:17 +0000 (13:29 +0530)]
Remove centos platform for kubernetes

centos job is hitting some issues while building VMs. Will get it
working and then add it back.

Change-Id: Ifaaa9c3466c6ce21ab911fb80bad5c620f421481
Signed-off-by: Faseela K <faseela.k@ericsson.com>
5 years agoFix distribution-sanity-fluorine 43/72343/1
Luis Gomez [Mon, 28 May 2018 01:50:54 +0000 (18:50 -0700)]
Fix distribution-sanity-fluorine

It looks like when there is a single element in yaml list, jjb adds
a line feed after the parameter, this was failing the job.

Change-Id: Icecfce01c0b7191ee59f0e4121544e0166d8fd15
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoMerge "Remove lf-ansible jobs"
Anil Belur [Sun, 27 May 2018 09:50:31 +0000 (09:50 +0000)]
Merge "Remove lf-ansible jobs"

5 years agoMerge "Add Documentation for OVSDB"
Anil Belur [Sun, 27 May 2018 01:47:26 +0000 (01:47 +0000)]
Merge "Add Documentation for OVSDB"

5 years agoAdd Kubernetes image and configurations for coe 14/71814/29
Faseela K [Sat, 5 May 2018 19:48:37 +0000 (01:18 +0530)]
Add Kubernetes image and configurations for coe

Change-Id: Ice36e9bcfd7caee1708376a83b192318ad9eae86
Signed-off-by: Frederick F. Kautz IV <fkautz@redhat.com>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Faseela K <faseela.k@ericsson.com>
5 years agoAdd JENKINS_WORKSPACE and alphabetize 07/72207/1
Jamo Luhrsen [Wed, 23 May 2018 21:05:14 +0000 (14:05 -0700)]
Add JENKINS_WORKSPACE and alphabetize

Change-Id: If26d76db294405a466c1675f1b5517688bc601e1
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
5 years agoAdd JENKINS_WORKSPACE to be ${WORKSPACE} 03/72203/2
Jamo Luhrsen [Wed, 23 May 2018 18:03:18 +0000 (11:03 -0700)]
Add JENKINS_WORKSPACE to be ${WORKSPACE}

One problem this will help with is when we want to use
robot level code to save files in to ${JENKINS_WORKSPACE}/archives
so that our lftools deploy archives script will get those
logs. Otherwise, saving to /tmp/ (the current WORKSPACE value) does
not work.

Change-Id: I4690419a472d9f9bfeb8c57d260dec824649c727
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
5 years agoMerge "Add support for kubernetes ${SYSTEM_TYPE}"
Jamo Luhrsen [Wed, 23 May 2018 16:14:40 +0000 (16:14 +0000)]
Merge "Add support for kubernetes ${SYSTEM_TYPE}"

5 years agoAdd support for kubernetes ${SYSTEM_TYPE} 81/72181/1
Anil Belur [Wed, 23 May 2018 08:54:42 +0000 (18:54 +1000)]
Add support for kubernetes ${SYSTEM_TYPE}

Startup scripts for $system-type is not found for
the new kubernetes host which leads to sudo warnings.

Change-Id: I31960238cb853a0dcb87002d1985601d03cbaf6a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoExpand rendered image name to include secs and ms 01/72101/2
Anil Belur [Sat, 19 May 2018 13:07:42 +0000 (23:07 +1000)]
Expand rendered image name to include secs and ms

The fix would avoid duplicate image names being created
when we run the builder packer jobs on both releng and
sandbox at the same time, and can potentially cause
failures while removing them in builder openstack cron job.

Creating images names timestamped upto ms reduces the probability
of name collision.

Change-Id: Ida0db499d3cdc376ab4c509614a90a8698925e0b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoMerge "Fix incorrect OS_CLOUD parameter description"
Jamo Luhrsen [Tue, 22 May 2018 19:12:49 +0000 (19:12 +0000)]
Merge "Fix incorrect OS_CLOUD parameter description"

5 years agoFix incorrect OS_CLOUD parameter description 42/72142/1
Anil Belur [Tue, 22 May 2018 02:48:10 +0000 (12:48 +1000)]
Fix incorrect OS_CLOUD parameter description

Change-Id: I34304e5d7f2f2cfd23c6925dbff7d5d1507d633f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoFix karaf version in csit verify jobs 41/72141/2
Luis Gomez [Tue, 22 May 2018 02:45:08 +0000 (19:45 -0700)]
Fix karaf version in csit verify jobs

Change-Id: I894d4d5c745a9a2f0de159e37aaeeee8bde11c15
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoFix CLM tab view 31/72131/1
Andrew Grimberg [Mon, 21 May 2018 19:16:42 +0000 (12:16 -0700)]
Fix CLM tab view

The regex for the tab is incorrect and therefore not returning any jobs.
Additionally, we must have the Policy Violations column for it to be of
any use.

Change-Id: Ibe74ee2d0ee5eed7f7fdaadad1598692f9c098eb
JIRA: RELENG-122
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoMerge "Add openci view"
Jamo Luhrsen [Mon, 21 May 2018 18:27:27 +0000 (18:27 +0000)]
Merge "Add openci view"

5 years agoMerge "openci: Add initial versions of prototype jobs"
Andrew Grimberg [Mon, 21 May 2018 18:09:03 +0000 (18:09 +0000)]
Merge "openci: Add initial versions of prototype jobs"

5 years agoAdd openci view 26/72126/1
Andrew Grimberg [Mon, 21 May 2018 18:04:43 +0000 (11:04 -0700)]
Add openci view

Add a view for openci related testing activities

Change-Id: Iaf47b9e8e6594e0f0d577047c4d4e513a82fca2d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
5 years agoopenci: Add initial versions of prototype jobs 96/72096/6
Fatih Degirmenci [Fri, 18 May 2018 17:52:12 +0000 (19:52 +0200)]
openci: Add initial versions of prototype jobs

This change adds jobs and associated script in order to start developing
the OpenCI Prototype between OPNFV, ODL, and ONAP.

The created jobs are
- openci-odl-autorelease-daily-master: This job constructs
ArtifactPublishedEvent with fake metadata and publishes it. Jobs on
OPNFV CI get triggered, composing fake os-odl-nofeature scenario and
testing. In the end, OPNFV CI publishes ConfidenceLevelModifiedEvent
which can then be used by ODL to promote their artifacts further.
- openci-odl-promote-daily-master: This job gets triggered by
ConfidenceLevelModifiedEvent published by OPNFV CI and logs the
triggering event to console.

You can see the working jobs on OPNFV Jenkins.
https://build.opnfv.org/ci/view/OpenCI/

This change adds the jobs listed under ODL section on above page.

Change-Id: Ie5ed59e236b794c9a1e3bbeceb57cf1ace250644
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoFix Openstack SFC job 02/72102/2
gvrangan [Sat, 19 May 2018 12:50:38 +0000 (18:20 +0530)]
Fix Openstack SFC job

Problems:
a. The networking-sfc failing to initialize, because
   it checks for service q-svc(not enabled)
b. The service_plugins getting overridden

Solutions:
a. Use "Master" branch of networking-sfc
b. Update service_plugins t include sfc drivers

Change-Id: I2ef75ab7eb3a26b8f2c023f390fb6fb13228ed22
Signed-off-by: gvrangan <venkatrangang@hcl.com>
5 years agoMerge "Remove all refs to nitrogen in packaging"
Daniel Farrell [Fri, 18 May 2018 12:11:12 +0000 (12:11 +0000)]
Merge "Remove all refs to nitrogen in packaging"

5 years agoRemove nitrogen branches in projects 76/71976/4
Anil Belur [Sat, 12 May 2018 00:56:04 +0000 (10:56 +1000)]
Remove nitrogen branches in projects

Remove nitrogen branches in projects in releng/builder

Ref:
https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-04-26-16.59.html

Change-Id: I1ebc5153dc61c564e3d06d16e7d2f6db5661eec8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
5 years agoMerge "Remove all refs to nitrogen from int/dist"
Jamo Luhrsen [Fri, 18 May 2018 00:24:56 +0000 (00:24 +0000)]
Merge "Remove all refs to nitrogen from int/dist"

5 years agoAdd additional compute for l2gw tests 36/72036/2
Sindhuri [Thu, 17 May 2018 07:51:12 +0000 (13:21 +0530)]
Add additional compute for l2gw tests

Change-Id: I56c5172315be297d7b1ec893d2a37de47269d390
Signed-off-by: Sindhuri <sindhuri.b@ericsson.com>
5 years agoMerge "Remove netvirt nitrogen jobs"
Jamo Luhrsen [Wed, 16 May 2018 16:51:17 +0000 (16:51 +0000)]
Merge "Remove netvirt nitrogen jobs"

5 years agoUpdate submodule releng/common-packer 23/72023/1
Anil Belur [Tue, 15 May 2018 21:56:09 +0000 (07:56 +1000)]
Update submodule releng/common-packer

- Pull in fix for coala errors from
  Icde085c0a1f981ff03818216defcc561b3d91c1b

Change-Id: I6ff44d023af1e842b02345beed7f8a410a8a880a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoUpdate submodule releng/common-packer 03/72003/1
Anil Belur [Tue, 15 May 2018 00:26:04 +0000 (10:26 +1000)]
Update submodule releng/common-packer

Change-Id: Iac8b7f4bb84154c6cffa14b473bb2f0f7232cdac
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoAdd Documentation for OVSDB 29/71829/5
Nobin Mathew [Mon, 14 May 2018 10:09:26 +0000 (15:39 +0530)]
Add Documentation for OVSDB

JIRA: DOCS-69
Change-Id: I4ed36f8e833a39b630f0b21f008b9932514fd703
Signed-off-by: Nobin Mathew <nobin.mathew@ericsson.com>
5 years agoMerge "Add TOOLS_SYSTEM_1_IP variable to pybot"
Luis Gomez [Sun, 13 May 2018 18:14:23 +0000 (18:14 +0000)]
Merge "Add TOOLS_SYSTEM_1_IP variable to pybot"

6 years agoAdd TOOLS_SYSTEM_1_IP variable to pybot 81/71981/1
Jamo Luhrsen [Sat, 12 May 2018 17:05:29 +0000 (10:05 -0700)]
Add TOOLS_SYSTEM_1_IP variable to pybot

The variable gets created, but we were not passing it to
pybot.

Change-Id: I9a875fae6f891cc443176eeb513db43c0bf1d3c9
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoRemove all refs to nitrogen in packaging 79/71979/1
Anil Belur [Sat, 12 May 2018 01:07:20 +0000 (11:07 +1000)]
Remove all refs to nitrogen in packaging

Ref:
https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-04-26-16.59.html

Change-Id: I806b10e5fe861d125c1425468e767817bd10829f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoRemove nitrogen branches in autorelease 78/71978/1
Anil Belur [Sat, 12 May 2018 00:53:51 +0000 (10:53 +1000)]
Remove nitrogen branches in autorelease

Ref:
https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-04-26-16.59.html

Change-Id: Ia8d6200d60d069ad8ec5eb96f876ffbd8c4f7fe2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoRemove all refs to nitrogen from int/dist 77/71977/1
Anil Belur [Sat, 12 May 2018 00:49:13 +0000 (10:49 +1000)]
Remove all refs to nitrogen from int/dist

Ref:
https://meetings.opendaylight.org/opendaylight-meeting/2018/tsc/opendaylight-meeting-tsc.2018-04-26-16.59.html

Change-Id: I08fb0ed080451ddeb7fb1906540e4b4c41f9737e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoRemove netvirt nitrogen jobs 72/71972/1
Jamo Luhrsen [Fri, 11 May 2018 17:46:49 +0000 (10:46 -0700)]
Remove netvirt nitrogen jobs

nitrogen is released and will have no future releases
so our heavy netvirt jobs can be removed to help lighten
the jenkins load. More patches should come to cover
all the other projects, but the sooner the better to
get rid of netvirt jobs

Change-Id: Ie2f115b40416b849520e76bccf80f3d599f3ba3b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "Remove alto carbon jobs"
Anil Belur [Fri, 11 May 2018 01:15:03 +0000 (01:15 +0000)]
Merge "Remove alto carbon jobs"

6 years agoMerge "Update Ubuntu 14.04 image"
Andrew Grimberg [Thu, 10 May 2018 23:10:36 +0000 (23:10 +0000)]
Merge "Update Ubuntu 14.04 image"

6 years agoFix typos after code rebase 18/71918/1
Luis Gomez [Thu, 10 May 2018 18:38:23 +0000 (11:38 -0700)]
Fix typos after code rebase

Change-Id: I30b996e97a3443b327426484f47e6e812d9b42db
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "Update multipatch test to use a gerrit topic"
Jamo Luhrsen [Thu, 10 May 2018 16:51:41 +0000 (16:51 +0000)]
Merge "Update multipatch test to use a gerrit topic"

6 years agoFix for the Pike Jobs Failure 13/71913/1
gvrangan [Fri, 11 May 2018 01:33:27 +0000 (07:03 +0530)]
Fix for the Pike Jobs Failure

problem:The libvirt-python version:3.5 fails to build
solution: Modified the libvirt-python version to 4.2

This Patch also removes all "Ocata" customizations.
The Ocata jobs are removed now.

Change-Id: If83b215713062f0c694d889604f2e8722fee0aa0
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoMerge "Migrate gerrit push change to generic builder"
Jamo Luhrsen [Thu, 10 May 2018 04:06:08 +0000 (04:06 +0000)]
Merge "Migrate gerrit push change to generic builder"

6 years agoMigrate gerrit push change to generic builder 86/70686/6
Anil Belur [Tue, 10 Apr 2018 02:41:23 +0000 (12:41 +1000)]
Migrate gerrit push change to generic builder

Migrate gerrit push change to generic builder in global-jjb.
This is dependent on the change in global-jjb
I4d269a4dad6ddbd509a134306b61b2214194b479 release with
global-jjb v0.19.0.

https://jira.linuxfoundation.org/browse/RELENG-769

Change-Id: I3be1627eafccbbd93f5aa05ce0384f2cc66ea8eb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate multipatch test to use a gerrit topic 57/71857/12
Luis Gomez [Tue, 8 May 2018 18:35:17 +0000 (11:35 -0700)]
Update multipatch test to use a gerrit topic

- New parameter BUILD_ORDER is required when topic is used.
- Documentation is updated.

Change-Id: Ib107967d8887a8ae73816ea0235ca117d33166e3
JIRA: RELENG-119
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd verification for full distribution 38/71138/21
Luis Gomez [Fri, 20 Apr 2018 04:38:45 +0000 (21:38 -0700)]
Add verification for full distribution

- distribution-check job will check projects do not bring
undesired dependencies when they are added to distribution.
- distribution-sanity will run daily to check distribution
can install all user project features.
- Both jobs will build and install full distribution in flourine.
- Support for full distribution in CSIT (karaf_version=odl).
- Remove distribution-offline and distribution-deploy tests.
- Consolidate distribution project jobs and templates in
distribution-jobs.yaml file.
- Clean up code and consolidate variables.

Change-Id: I64668c79d834aa154666005ec2862d7a0f164636
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "Remove centinel carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:51:59 +0000 (09:51 +0000)]
Merge "Remove centinel carbon jobs"

6 years agoMerge "Remove all refs to carbon from AR jobs"
Daniel Farrell [Wed, 9 May 2018 09:43:21 +0000 (09:43 +0000)]
Merge "Remove all refs to carbon from AR jobs"

6 years agoMerge "Remove of-config carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:36 +0000 (09:39 +0000)]
Merge "Remove of-config carbon jobs"

6 years agoMerge "Remove bgpcep carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:31 +0000 (09:39 +0000)]
Merge "Remove bgpcep carbon jobs"

6 years agoMerge "Remove mdsal carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:27 +0000 (09:39 +0000)]
Merge "Remove mdsal carbon jobs"

6 years agoMerge "Remove neutron carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:22 +0000 (09:39 +0000)]
Merge "Remove neutron carbon jobs"

6 years agoMerge "Remove netide carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:17 +0000 (09:39 +0000)]
Merge "Remove netide carbon jobs"

6 years agoMerge "Remove eman carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:13 +0000 (09:39 +0000)]
Merge "Remove eman carbon jobs"

6 years agoMerge "Remove opflex carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:09 +0000 (09:39 +0000)]
Merge "Remove opflex carbon jobs"

6 years agoMerge "Remove openflowjava carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:39:04 +0000 (09:39 +0000)]
Merge "Remove openflowjava carbon jobs"

6 years agoMerge "Remove reservation carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:59 +0000 (09:38 +0000)]
Merge "Remove reservation carbon jobs"

6 years agoMerge "Remove infrautils carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:54 +0000 (09:38 +0000)]
Merge "Remove infrautils carbon jobs"

6 years agoMerge "Remove capwap carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:50 +0000 (09:38 +0000)]
Merge "Remove capwap carbon jobs"

6 years agoMerge "Remove controller carbon jobs."
Daniel Farrell [Wed, 9 May 2018 09:38:45 +0000 (09:38 +0000)]
Merge "Remove controller carbon jobs."

6 years agoMerge "Remove bier carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:41 +0000 (09:38 +0000)]
Merge "Remove bier carbon jobs"

6 years agoMerge "Remove ocpplugin carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:38 +0000 (09:38 +0000)]
Merge "Remove ocpplugin carbon jobs"

6 years agoMerge "Remove circuitsw carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:34 +0000 (09:38 +0000)]
Merge "Remove circuitsw carbon jobs"

6 years agoMerge "Remove dlux carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:27 +0000 (09:38 +0000)]
Merge "Remove dlux carbon jobs"

6 years agoMerge "Remove didm carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:22 +0000 (09:38 +0000)]
Merge "Remove didm carbon jobs"

6 years agoMerge "Remove coretuorials carbon job"
Daniel Farrell [Wed, 9 May 2018 09:38:18 +0000 (09:38 +0000)]
Merge "Remove coretuorials carbon job"

6 years agoMerge "Remove iotdm carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:14 +0000 (09:38 +0000)]
Merge "Remove iotdm carbon jobs"

6 years agoMerge "Remove genius carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:10 +0000 (09:38 +0000)]
Merge "Remove genius carbon jobs"

6 years agoMerge "Remove faas carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:38:04 +0000 (09:38 +0000)]
Merge "Remove faas carbon jobs"

6 years agoMerge "Remove builder docs carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:58 +0000 (09:37 +0000)]
Merge "Remove builder docs carbon jobs"

6 years agoMerge "Remove GBP carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:54 +0000 (09:37 +0000)]
Merge "Remove GBP carbon jobs"

6 years agoMerge "Remove cardinal carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:49 +0000 (09:37 +0000)]
Merge "Remove cardinal carbon jobs"

6 years agoMerge "Remove coe carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:25 +0000 (09:37 +0000)]
Merge "Remove coe carbon jobs"

6 years agoMerge "Remove federation carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:20 +0000 (09:37 +0000)]
Merge "Remove federation carbon jobs"

6 years agoMerge "Remove honeycomb/vbd carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:15 +0000 (09:37 +0000)]
Merge "Remove honeycomb/vbd carbon jobs"

6 years agoMerge "Remove jsonrpc carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:11 +0000 (09:37 +0000)]
Merge "Remove jsonrpc carbon jobs"

6 years agoMerge "Remove nic carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:06 +0000 (09:37 +0000)]
Merge "Remove nic carbon jobs"

6 years agoMerge "Remove atrium carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:37:01 +0000 (09:37 +0000)]
Merge "Remove atrium carbon jobs"

6 years agoMerge "Remove natapp carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:58 +0000 (09:36 +0000)]
Merge "Remove natapp carbon jobs"

6 years agoMerge "Remove l2switch carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:54 +0000 (09:36 +0000)]
Merge "Remove l2switch carbon jobs"

6 years agoMerge "Remove nemo carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:50 +0000 (09:36 +0000)]
Merge "Remove nemo carbon jobs"

6 years agoMerge "Remove next carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:44 +0000 (09:36 +0000)]
Merge "Remove next carbon jobs"

6 years agoMerge "Remove lispflowmapping carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:40 +0000 (09:36 +0000)]
Merge "Remove lispflowmapping carbon jobs"

6 years agoMerge "Remove messaging4transport carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:35 +0000 (09:36 +0000)]
Merge "Remove messaging4transport carbon jobs"

6 years agoMerge "Remove lacp carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:31 +0000 (09:36 +0000)]
Merge "Remove lacp carbon jobs"

6 years agoMerge "Remove packetcable carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:23 +0000 (09:36 +0000)]
Merge "Remove packetcable carbon jobs"

6 years agoMerge "Remove persistance carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:17 +0000 (09:36 +0000)]
Merge "Remove persistance carbon jobs"

6 years agoMerge "Remove snmp4sdn carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:12 +0000 (09:36 +0000)]
Merge "Remove snmp4sdn carbon jobs"

6 years agoMerge "Remove snmp carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:07 +0000 (09:36 +0000)]
Merge "Remove snmp carbon jobs"

6 years agoMerge "Remove snbi carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:36:01 +0000 (09:36 +0000)]
Merge "Remove snbi carbon jobs"

6 years agoMerge "Remove sfc carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:35:55 +0000 (09:35 +0000)]
Merge "Remove sfc carbon jobs"

6 years agoMerge "Remove systemmetrics carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:35:50 +0000 (09:35 +0000)]
Merge "Remove systemmetrics carbon jobs"

6 years agoMerge "Remove sxp carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:35:44 +0000 (09:35 +0000)]
Merge "Remove sxp carbon jobs"

6 years agoMerge "Remove sdninfterfaceapp carbon jobs"
Daniel Farrell [Wed, 9 May 2018 09:35:10 +0000 (09:35 +0000)]
Merge "Remove sdninfterfaceapp carbon jobs"