releng/builder.git
3 years agoMerge "Use the right disable-job parameter"
Thanh Ha (zxiiro) [Wed, 16 Sep 2020 16:08:44 +0000 (16:08 +0000)]
Merge "Use the right disable-job parameter"

3 years agoMerge "Install Docker in regular builder"
Thanh Ha (zxiiro) [Wed, 16 Sep 2020 15:43:02 +0000 (15:43 +0000)]
Merge "Install Docker in regular builder"

3 years agoUse the right disable-job parameter 59/92459/1
Thanh Ha [Wed, 16 Sep 2020 15:36:59 +0000 (11:36 -0400)]
Use the right disable-job parameter

Change I3154632d476dfe351d680dd16f8fd8936652b42f set the wrong
parameter to set the jobs to disable. This uses the correct parameter
which should disable the job.

Change-Id: I5196a20b1ae213222303bf4f1f8a0f54891529b3
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoIncrease params of netconf max device job 53/92453/2
Jamo Luhrsen [Tue, 15 Sep 2020 23:03:10 +0000 (16:03 -0700)]
Increase params of netconf max device job

the netconf scale numbers have increased and the job
sometimes takes longer than 6 hours now, so increasing
it to 12 hours. Also, the job is maxing out at 950
and we don't know the failure point any more so increasing
those params to start at 400 devices, increment by 200
and stop at 3k max.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: If4e3d61a120b56d359660d09c31d8af690f9027b

3 years agoMerge "Fix prefix check script"
Andrew Grimberg [Thu, 10 Sep 2020 23:07:39 +0000 (23:07 +0000)]
Merge "Fix prefix check script"

3 years agoFix prefix check script 33/92433/8
Anil Belur [Thu, 10 Sep 2020 08:04:23 +0000 (18:04 +1000)]
Fix prefix check script

Fix the prefix check that matches any line with "prefix:"
that fails tox.

The prefix check fails on the following line
which is valid.

failure-notification-prefix: "[releng]"

require a space before prefix: now it cannot match
failure-notification-prefix:

Change-Id: I2d5ee1eb7c858bd5eac03af02f44db2f4a9e46a8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoMerge "Fix Openstack (rocky/stein) stacking issues"
Jamo Luhrsen [Thu, 10 Sep 2020 16:33:37 +0000 (16:33 +0000)]
Merge "Fix Openstack (rocky/stein) stacking issues"

3 years agoFix Openstack (rocky/stein) stacking issues 26/92426/3
Venkatrangan Govindarajan [Tue, 8 Sep 2020 06:37:06 +0000 (12:07 +0530)]
Fix Openstack (rocky/stein) stacking issues

- pip update is done.
- Also more cpu resources needed as more instances are created
- Rocky seems to work fine.
- Stein has some compute issues that needs debugging.

Signed-off-by: Venkatrangan Govindarajan <gvrangan@gmail.com>
Change-Id: I3154632d476dfe351d680dd16f8fd8936652b42f

3 years agoUpdate global-jjb to the latest v0.57.3 32/92432/3
Anil Belur [Thu, 10 Sep 2020 04:11:20 +0000 (14:11 +1000)]
Update global-jjb to the latest v0.57.3

Update defaults with the required inputs for the openstack-cron
job email notifications.

Change-Id: If940875fda0a5a71c32ba592753c7fba68f89ceb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoMerge "Update global-jjb to the latest v0.57.2"
Anil Belur [Mon, 7 Sep 2020 02:06:04 +0000 (02:06 +0000)]
Merge "Update global-jjb to the latest v0.57.2"

3 years agoAdd more resources to odlsaf build 14/92414/1
Luis Gomez [Fri, 4 Sep 2020 18:45:55 +0000 (11:45 -0700)]
Add more resources to odlsaf build

Change-Id: Ie9bb528a82db50a0714991c703e4532836d8156f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
3 years agoReduce build Xmx 13/92413/1
Luis Gomez [Fri, 4 Sep 2020 17:32:09 +0000 (10:32 -0700)]
Reduce build Xmx

2G image cannot use Xmx of 2G.

Change-Id: Ic7cfc5f0a2131d7355f085cda70f4ee52d14fbfc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
3 years agoUpdate global-jjb to the latest v0.57.2 05/92405/1
Anil Belur [Thu, 3 Sep 2020 23:23:26 +0000 (09:23 +1000)]
Update global-jjb to the latest v0.57.2

Change-Id: I5948877ab06e2550113d289254b4d5ff8053b2bf
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoFix warning message while running pre-commit 01/92401/1
Anil Belur [Thu, 3 Sep 2020 04:33:46 +0000 (14:33 +1000)]
Fix warning message while running pre-commit

[WARNING] Unexpected key(s) present on
https://github.com/jumanjihouse/pre-commit-hooks: sha

Change-Id: Ibac0e649eec8650e237aab5d8f63769200da1ab7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoSwitch to upstream write-good hook 75/92375/2
Anil Belur [Wed, 2 Sep 2020 11:36:09 +0000 (21:36 +1000)]
Switch to upstream write-good hook

The change has been merged.

Change-Id: I67667b4005ebba1d9ab4fed205d41582e49df264
Ref: https://github.com/btford/write-good/pull/119
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoFix the recent issue with python3 62/92362/2
Venkatrangan Govindarajan [Tue, 1 Sep 2020 11:53:21 +0000 (17:23 +0530)]
Fix the recent issue with python3

Signed-off-by: Venkatrangan Govindarajan <gvrangan@gmail.com>
Change-Id: I7f6169b98dcb0d8e215e41dff6590beff12d3e3c

3 years agoUpdate global-jjb to the latest v0.57.0 10/92310/1
Anil Belur [Fri, 28 Aug 2020 02:56:50 +0000 (12:56 +1000)]
Update global-jjb to the latest v0.57.0

Change-Id: I0574d2d96ccbeec1bcbc4c662cf929e827be38f9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoMerge "Update lf-infra-docs-conf-release-announce"
Anil Belur [Fri, 28 Aug 2020 00:13:55 +0000 (00:13 +0000)]
Merge "Update lf-infra-docs-conf-release-announce"

3 years agoMerge "Updating cryptography to 2.9.0"
Thanh Ha (zxiiro) [Mon, 24 Aug 2020 16:57:39 +0000 (16:57 +0000)]
Merge "Updating cryptography to 2.9.0"

3 years agoUpdating cryptography to 2.9.0 53/92253/2
Srinivas Rachakonda [Mon, 24 Aug 2020 07:47:01 +0000 (13:17 +0530)]
Updating cryptography to 2.9.0

paramiko 2.7.1 has requirement for cryptography>=2.5

Signed-off-by: Srinivas Rachakonda <srinivas.rachakonda@gmail.com>
Change-Id: I23c30a7841289c3869ffd6baacbe19eaa5679ebd

3 years agoSet SIGUL_KEY to odl-release-2020 59/92259/1
Aric Gardner [Mon, 24 Aug 2020 13:18:55 +0000 (09:18 -0400)]
Set SIGUL_KEY to odl-release-2020

Issue-ID: IT-20466
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ice949232d2eaf194729eab0815ea1984b75ef58d

3 years agoUpdate common-packer to latest v0.7.0 97/92197/1
Anil Belur [Thu, 20 Aug 2020 04:01:13 +0000 (14:01 +1000)]
Update common-packer to latest v0.7.0

Change-Id: I6665eb5aaecd96e880d51dfeb809de7f5a1b245f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoUpdate lf-infra-docs-conf-release-announce 90/92190/1
Jessica Wagantall [Tue, 18 Aug 2020 18:14:43 +0000 (11:14 -0700)]
Update lf-infra-docs-conf-release-announce

Add project-slug variable since the project name
for this job does not match the configuration in it.
This change corrects the information that is sent in
the announce email with the right URL.

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Iea3a71a7bae73e5b320db501fcf9165e961d83ec

3 years agoUpdate cloud image list docs 74/92174/1
jenkins-releng [Tue, 18 Aug 2020 00:07:51 +0000 (00:07 +0000)]
Update cloud image list docs

Job: builder-update-image-list/944
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: Ie9a16ff1b760e1a72a127c842e05542524d0d69f

3 years agoUpdate cloud image list docs 70/92170/1
jenkins-releng [Mon, 17 Aug 2020 11:03:31 +0000 (11:03 +0000)]
Update cloud image list docs

Job: builder-update-image-list/943
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I0ad390828a0fdca2a2af39241f4daac92d8012eb

3 years agoInstall Docker in regular builder 67/92167/1
Thanh Ha [Sat, 15 Aug 2020 01:26:50 +0000 (21:26 -0400)]
Install Docker in regular builder

Considering that many projects are utilizing Docker now and the only
real difference between the "docker" template and the "builder"
template is whether or not they have docker installed. Let's just
consolidate the 2 image types into a single "builder" one and reduce
the number of special images we are managing.

This also configures the vm flavor packer uses to build to v2-highcpu-4
to make our packer builds faster. We used limit to the lowest size
to ensure that the smallest volume is used however considering we are
explicitly passing a vm_volume_size parameter now let's not limit
ourselves to the CPU size of our build system.

Change-Id: I116ab774b27ddedd5bf55746eb2cf067256797e0
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoUpdate NETCONF job image 65/92165/2
Luis Gomez [Fri, 14 Aug 2020 20:02:21 +0000 (13:02 -0700)]
Update NETCONF job image

Change-Id: Ib4a531233ffec5ef51627112726730c90899415b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
3 years agoMerge "Revert "Update builder image for netconf-userfeatures""
Jamo Luhrsen [Fri, 14 Aug 2020 21:13:27 +0000 (21:13 +0000)]
Merge "Revert "Update builder image for netconf-userfeatures""

3 years agoRevert "Update builder image for netconf-userfeatures" 94/92094/1
Jamo Luhrsen [Fri, 14 Aug 2020 20:39:24 +0000 (20:39 +0000)]
Revert "Update builder image for netconf-userfeatures"

This reverts commit 70f9ef370ad847817058f8c3f85a5c3b08faebc9.

Reason for revert: this breaks CSIT

Change-Id: Ibd0bf3ee49b5447db2b43614dc7b6a0ce8138acc
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
3 years agoMerge "Auto Update CSIT Jobs to run for silicon"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 13:22:57 +0000 (13:22 +0000)]
Merge "Auto Update CSIT Jobs to run for silicon"

3 years agoMerge "Auto Update CSIT Jobs to run for aluminium"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 13:13:58 +0000 (13:13 +0000)]
Merge "Auto Update CSIT Jobs to run for aluminium"

3 years agoMerge "Auto Update CSIT Jobs to run for magnesium"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 13:13:49 +0000 (13:13 +0000)]
Merge "Auto Update CSIT Jobs to run for magnesium"

3 years agoMerge "Auto Update CSIT Jobs to run for sodium"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 13:13:42 +0000 (13:13 +0000)]
Merge "Auto Update CSIT Jobs to run for sodium"

3 years agoMerge "Update cloud image list docs"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 13:13:21 +0000 (13:13 +0000)]
Merge "Update cloud image list docs"

3 years agoUpdate cloud image list docs 54/92154/1
jenkins-releng [Fri, 14 Aug 2020 11:03:25 +0000 (11:03 +0000)]
Update cloud image list docs

Job: builder-update-image-list/942
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I1371d02d81c36e9ec4e5f9053684f957da42d36a

3 years agoAuto Update CSIT Jobs to run for sodium 47/92147/2
jenkins-releng [Fri, 14 Aug 2020 04:34:14 +0000 (04:34 +0000)]
Auto Update CSIT Jobs to run for sodium

Job: integration-update-csit-tests-sodium/652
Change-Id: I2b0196346693af112a9adf7c7c43caa620d579cc
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoAuto Update CSIT Jobs to run for silicon 48/92148/2
jenkins-releng [Fri, 14 Aug 2020 04:28:44 +0000 (04:28 +0000)]
Auto Update CSIT Jobs to run for silicon

Job: integration-update-csit-tests-silicon/29
Change-Id: I8f6bdaba68dc0cd566e1018ca3fd3f380df6765d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoAuto Update CSIT Jobs to run for magnesium 46/92146/2
jenkins-releng [Fri, 14 Aug 2020 04:28:30 +0000 (04:28 +0000)]
Auto Update CSIT Jobs to run for magnesium

Job: integration-update-csit-tests-magnesium/453
Change-Id: I81e5db98dab23484ee4e17066c7c4abb8c8b011f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoAuto Update CSIT Jobs to run for aluminium 45/92145/2
jenkins-releng [Fri, 14 Aug 2020 04:27:27 +0000 (04:27 +0000)]
Auto Update CSIT Jobs to run for aluminium

Job: integration-update-csit-tests-aluminium/282
Change-Id: If3aef3562a51e09bb52f7a80440f43c33f9e4c0f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoUpdate builder image for netconf-userfeatures 99/91599/5
Kailash Khalasi [Thu, 23 Jul 2020 20:43:38 +0000 (13:43 -0700)]
Update builder image for netconf-userfeatures

Change-Id: Ie4657db71ad6824797d628f50e4cfa2ecea3e92d
Signed-off-by: Kailash Khalasi <kailash.khalasi@gmail.com>
3 years agoMerge "Add jobs for yangtools-5.0.x"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 04:05:10 +0000 (04:05 +0000)]
Merge "Add jobs for yangtools-5.0.x"

3 years agoMerge "Add jobs for odlparent-7.0.x"
Thanh Ha (zxiiro) [Fri, 14 Aug 2020 04:04:50 +0000 (04:04 +0000)]
Merge "Add jobs for odlparent-7.0.x"

3 years agoMerge "Remove netvirt apex jobs"
Jamo Luhrsen [Thu, 13 Aug 2020 19:00:46 +0000 (19:00 +0000)]
Merge "Remove netvirt apex jobs"

3 years agoMerge "Auto Update CSIT Jobs to run for aluminium"
Jamo Luhrsen [Thu, 13 Aug 2020 18:58:26 +0000 (18:58 +0000)]
Merge "Auto Update CSIT Jobs to run for aluminium"

3 years agoMerge "Auto Update CSIT Jobs to run for magnesium"
Jamo Luhrsen [Thu, 13 Aug 2020 18:58:13 +0000 (18:58 +0000)]
Merge "Auto Update CSIT Jobs to run for magnesium"

3 years agoAuto Update CSIT Jobs to run for silicon 41/92141/1
jenkins-releng [Thu, 13 Aug 2020 18:26:14 +0000 (18:26 +0000)]
Auto Update CSIT Jobs to run for silicon

Job: integration-update-csit-tests-silicon/27
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I826665f69e38bfa9b7918680fa902f1c3ffefd8f

3 years agoAuto Update CSIT Jobs to run for magnesium 40/92140/1
jenkins-releng [Thu, 13 Aug 2020 18:16:12 +0000 (18:16 +0000)]
Auto Update CSIT Jobs to run for magnesium

Job: integration-update-csit-tests-magnesium/451
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I81760978654a74636a2877c2892586791a9868b5

3 years agoAuto Update CSIT Jobs to run for aluminium 38/92138/1
jenkins-releng [Thu, 13 Aug 2020 18:13:35 +0000 (18:13 +0000)]
Auto Update CSIT Jobs to run for aluminium

Job: integration-update-csit-tests-aluminium/280
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I8d4c383fbda2fcef147f4f849fd833c342930778

3 years agoUpdating master branch to silicon 36/92136/1
Srinivas Rachakonda [Thu, 13 Aug 2020 17:46:39 +0000 (23:16 +0530)]
Updating master branch to silicon

Signed-off-by: Srinivas Rachakonda <srinivas.rachakonda@gmail.com>
Change-Id: Icbdbd5b23f48260b971c0f149ef5433f24c04f84

3 years agoMerge "Remove support for Ubuntu 16.04 docker"
Jamo Luhrsen [Thu, 13 Aug 2020 16:17:12 +0000 (16:17 +0000)]
Merge "Remove support for Ubuntu 16.04 docker"

3 years agoAdd jobs for odlparent-7.0.x 23/92023/3
Robert Varga [Tue, 11 Aug 2020 06:06:47 +0000 (08:06 +0200)]
Add jobs for odlparent-7.0.x

odlparent is branching off 7.0.x, add jobs to support that.

Change-Id: I3ebaad4e18dc6c0e458784a5a98c747c90fe63c0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
3 years agoAdd jobs for yangtools-5.0.x 22/92022/3
Robert Varga [Tue, 11 Aug 2020 06:05:10 +0000 (08:05 +0200)]
Add jobs for yangtools-5.0.x

yangtools is branching off 5.0.x, add jobs to support that.

Change-Id: I34eadd695bcf99c36abdcdc6c7c934a6b0b1aa5d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
3 years agoMerge "Update cloud image CentOS7 devstack rocky"
Thanh Ha (zxiiro) [Thu, 13 Aug 2020 13:35:47 +0000 (13:35 +0000)]
Merge "Update cloud image CentOS7 devstack rocky"

3 years agoUpdate cloud image list docs 32/92132/1
jenkins-releng [Thu, 13 Aug 2020 11:03:34 +0000 (11:03 +0000)]
Update cloud image list docs

Job: builder-update-image-list/941
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I9c0585f1b964ce66b3952fe68d31cae916d4e84a

3 years agoUpdate cloud image CentOS7 devstack rocky 25/92125/2
jenkins-releng [Thu, 13 Aug 2020 05:25:21 +0000 (05:25 +0000)]
Update cloud image CentOS7 devstack rocky

Job: builder-openstack-update-cloud-image/166
Change-Id: Ifcac39b4a9c2e02a7a09cc501a9dceead29e75a0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoMerge "Use double quotes instead of single quotes"
Jamo Luhrsen [Thu, 13 Aug 2020 03:49:14 +0000 (03:49 +0000)]
Merge "Use double quotes instead of single quotes"

3 years agoMerge "Remove gbp csit jobs and packer images"
Jamo Luhrsen [Thu, 13 Aug 2020 03:37:34 +0000 (03:37 +0000)]
Merge "Remove gbp csit jobs and packer images"

3 years agoUse double quotes instead of single quotes 22/92122/1
Thanh Ha [Thu, 13 Aug 2020 02:16:32 +0000 (22:16 -0400)]
Use double quotes instead of single quotes

Due to prettier being used to auto-format patches. The patches
generated by these scripts are failing on prettier linting due
to prettier switching the single quotes to double quotes.

Fix that here so that the patches produced by the job will pass
linting.

Change-Id: Ide45768d2a1838827e55faf6c7f6af617743a65d
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoMerge "Add Ubuntu 18.04 docker 4c-4g system"
Thanh Ha (zxiiro) [Thu, 13 Aug 2020 00:05:07 +0000 (00:05 +0000)]
Merge "Add Ubuntu 18.04 docker 4c-4g system"

3 years agoAdd Ubuntu 18.04 docker 4c-4g system 17/92117/1
Thanh Ha [Wed, 12 Aug 2020 23:54:47 +0000 (19:54 -0400)]
Add Ubuntu 18.04 docker 4c-4g system

This system will be used for Ansible Docker role testing.

Change-Id: Ib7f5495f2c5f053d6c3a28124897ff62c0e9bb2c
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoRemove netvirt apex jobs 17/90317/5
Thanh Ha [Sat, 6 Jun 2020 01:02:51 +0000 (11:02 +1000)]
Remove netvirt apex jobs

These jobs and templates are not in use so should be cleaned up and
removed to save resources.

Change-Id: Ie0e8d3ab31df97615aa2107e8f643a95043b157f
Co-authored-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoFix openstack-cron job 16/92116/1
Thanh Ha [Wed, 12 Aug 2020 23:18:41 +0000 (19:18 -0400)]
Fix openstack-cron job

This patch pulls in the latest master branch of global-jjb which
contains a patch to fix the openstack-cron job which is currently
broken on our Jenkins.

Change-Id: If18b8bf794b2323a648d2f0503594e7d20c5674f
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoRemove support for Ubuntu 16.04 docker 15/92115/2
Thanh Ha [Wed, 12 Aug 2020 23:15:18 +0000 (19:15 -0400)]
Remove support for Ubuntu 16.04 docker

There's an Ubuntu 18.04 today and considering no projects are using
this image as their builder node let's remove this to discourage it's
use.

Issue: RELENG-154
Change-Id: I227dcf9b617265e51efb90780491d19a0f35a895
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoRemove gbp csit jobs and packer images 12/92112/1
Thanh Ha [Wed, 12 Aug 2020 20:27:15 +0000 (16:27 -0400)]
Remove gbp csit jobs and packer images

These jobs are all disabled and the project has been inactive since end
of 2019. Let's remove the CSIT jobs which in turn allows us to remove
the package images that are unmaintained.

Issue: RELENG-154
Change-Id: Ic17d656755670f7b21eb2ac7353aa85e64690743
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoUpdate cloud image 08/91808/3
jenkins-releng [Wed, 12 Aug 2020 16:57:36 +0000 (16:57 +0000)]
Update cloud image

Job: builder-openstack-update-cloud-image/163
Change-Id: I66653b196a1101e08bfa8babeed36cec0a1530c1
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoMerge "Update cloud image Ubuntu16.04 mininet ovs"
Thanh Ha (zxiiro) [Wed, 12 Aug 2020 16:51:01 +0000 (16:51 +0000)]
Merge "Update cloud image Ubuntu16.04 mininet ovs"

3 years agoMerge "Update cloud image CentOS7 builder x86_64"
Thanh Ha (zxiiro) [Wed, 12 Aug 2020 16:50:51 +0000 (16:50 +0000)]
Merge "Update cloud image CentOS7 builder x86_64"

3 years agoMerge "Update cloud image Ubuntu18.04 mininet ovs"
Thanh Ha (zxiiro) [Wed, 12 Aug 2020 16:50:21 +0000 (16:50 +0000)]
Merge "Update cloud image Ubuntu18.04 mininet ovs"

3 years agoMerge "Update cloud image CentOS7 robot x86_64"
Thanh Ha (zxiiro) [Wed, 12 Aug 2020 16:50:01 +0000 (16:50 +0000)]
Merge "Update cloud image CentOS7 robot x86_64"

3 years agoMerge "Update python3 pip packages"
Jamo Luhrsen [Wed, 12 Aug 2020 15:54:44 +0000 (15:54 +0000)]
Merge "Update python3 pip packages"

3 years agoUpdate python3 pip packages 87/91987/2
Srinivas Rachakonda [Mon, 10 Aug 2020 05:13:43 +0000 (10:43 +0530)]
Update python3 pip packages

Signed-off-by: Srinivas Rachakonda <srinivas.rachakonda@gmail.com>
Change-Id: Ic8a85901b6bef5d4e207aa9501c58200716ecc51

3 years agoUpdate cloud image CentOS7 robot x86_64 71/92071/1
jenkins-releng [Wed, 12 Aug 2020 01:09:50 +0000 (01:09 +0000)]
Update cloud image CentOS7 robot x86_64

Job: builder-openstack-update-cloud-image/162
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I303703e127f495ebee8797a7e196587866cc39a5

3 years agoMerge "Update cloud image CentOS7 robot x86_64"
Anil Belur [Wed, 12 Aug 2020 00:16:11 +0000 (00:16 +0000)]
Merge "Update cloud image CentOS7 robot x86_64"

3 years agoMerge "Update cloud image CentOS8 builder x86_64"
Anil Belur [Wed, 12 Aug 2020 00:15:06 +0000 (00:15 +0000)]
Merge "Update cloud image CentOS8 builder x86_64"

3 years agoBump version of conf.yaml file 55/92055/1
Thanh Ha [Tue, 11 Aug 2020 19:13:59 +0000 (15:13 -0400)]
Bump version of conf.yaml file

When branch cutting we not only need to bump pom.xml file versions but
we also need to bump conf.yaml file versions for all projects.

Issue: DOCS-129
Change-Id: I0aa6838d1fd4e2df536a4e30fb8751b7d3a466bf
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoFix commit msg to version correctly on bump 54/92054/1
Thanh Ha [Tue, 11 Aug 2020 18:28:32 +0000 (14:28 -0400)]
Fix commit msg to version correctly on bump

When version bump when branch cutting we want to bump by x.(y+1).z
and when performing a release bump we want to bump by x.y.(z+1)
however the current code always sets the message to "Bump version by
x.y.(z+1)" regardless of what kind of bump it was.

Change-Id: Ic88946b61f9381792c5c61190530d5d8b35e03ee
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoUpdate cloud image Ubuntu18.04 mininet ovs 38/92038/1
jenkins-releng [Tue, 11 Aug 2020 13:44:50 +0000 (13:44 +0000)]
Update cloud image Ubuntu18.04 mininet ovs

Job: builder-openstack-update-cloud-image/161
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I77c9ac3bab957df615f3a9f7ea33235a32528d78

3 years agoStream silicon should be silicon csit list 36/92036/1
Thanh Ha [Tue, 11 Aug 2020 13:29:47 +0000 (09:29 -0400)]
Stream silicon should be silicon csit list

When we branch cut the jobs looks like we missed this one spot where
silicon csit list was not updated to silicon and still pointed to
aluminium.

Change-Id: If4c138e73d6ab281a82419e7520a714825b64bcc
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoUpdate cloud image CentOS7 devstack stein 32/90832/4
jenkins-releng [Tue, 11 Aug 2020 08:12:54 +0000 (08:12 +0000)]
Update cloud image CentOS7 devstack stein

Job: builder-openstack-update-cloud-image/160
Change-Id: Idce2953cf17e7069acfe6ba2a9aee1df8863991d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoUpdate cloud image Ubuntu16.04 mininet ovs 25/92025/2
jenkins-releng [Tue, 11 Aug 2020 07:38:48 +0000 (07:38 +0000)]
Update cloud image Ubuntu16.04 mininet ovs

Job: builder-openstack-update-cloud-image/159
Change-Id: I2567c0e63bb889e68646ea8a0f73c2666eb95a54
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoUpdate cloud image CentOS7 builder x86_64 21/92021/2
jenkins-releng [Tue, 11 Aug 2020 07:23:14 +0000 (07:23 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/157
Change-Id: Iac9f8f69a8e518482a1e3849627ea0851bb67200
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoUpdate cloud image CentOS7 devstack rocky 20/92020/1
jenkins-releng [Tue, 11 Aug 2020 05:00:08 +0000 (05:00 +0000)]
Update cloud image CentOS7 devstack rocky

Job: builder-openstack-update-cloud-image/155
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I128556900ac347d3df650ac062c148446b9428d8

3 years agoMerge "Update cloud image list docs"
Anil Belur [Tue, 11 Aug 2020 04:55:40 +0000 (04:55 +0000)]
Merge "Update cloud image list docs"

3 years agoMerge "Update global-jjb to the latest v0.56.0"
Thanh Ha (zxiiro) [Tue, 11 Aug 2020 04:17:24 +0000 (04:17 +0000)]
Merge "Update global-jjb to the latest v0.56.0"

3 years agoUpdate global-jjb to the latest v0.56.0 17/92017/1
Anil Belur [Tue, 11 Aug 2020 00:21:15 +0000 (10:21 +1000)]
Update global-jjb to the latest v0.56.0

Change-Id: Ib30dedb84712d2a171fd15ee7133d175282941f8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 years agoAdd prettier for auto formatting 58/91958/7
Thanh Ha [Fri, 7 Aug 2020 15:21:48 +0000 (11:21 -0400)]
Add prettier for auto formatting

It appears that we inconsistently use 2 and 4 space indents for YAML
however 2 space indents appear to be the dominant one in practice so
set config to that so that the least amount of changes happen when
prettier is applied.

This patch is also a preparation patch for RELENG-152 as the automation
we want to add for managing JJB updates when branch cutting requires
a consistent formatting of the YAML files so that auto-generated output
can match appropriately with minimal formatting changes.

Issue: RELENG-152
Change-Id: Ie35521de0378b7892f06ff7f36d470847c78989f
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoAuto-generated patches to resolve prettier / yamllint 57/91957/6
Thanh Ha [Fri, 7 Aug 2020 19:35:41 +0000 (15:35 -0400)]
Auto-generated patches to resolve prettier / yamllint

This is an auto-generated patch to handle prettier and yamllint rules.
Please refer to the next patch that handles adding the prettier linter
for the code behind this. Also update the .yamllint rules in
preparation for prettier inclusion.

Both patches should be merged together.

Issue: RELENG-152
Change-Id: Icbc11e7ee634c3e07941afe2b0d754f167e5c80c
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoSetup pre-commit hooks for Python code 09/92009/2
Thanh Ha [Mon, 10 Aug 2020 13:33:07 +0000 (09:33 -0400)]
Setup pre-commit hooks for Python code

This sets up pre-commit hooks for the Python projects that are in this
repo. This also resolves any lint issues in existing files.

Change-Id: If5f8fba811759f6cbe44f04a1fbf1ce400a2ead7
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoUpdate cloud image list docs 06/92006/1
jenkins-releng [Mon, 10 Aug 2020 11:03:29 +0000 (11:03 +0000)]
Update cloud image list docs

Job: builder-update-image-list/937
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: Ief09a556340f669328b398a9cd65c9d6e78ec323

3 years agoAuto Update CSIT Jobs to run for silicon 18/91918/11
jenkins-releng [Mon, 10 Aug 2020 10:07:31 +0000 (10:07 +0000)]
Auto Update CSIT Jobs to run for silicon

Job: integration-update-csit-tests-silicon/11
Change-Id: I57234b20a0772fa8688e8d562538d30e1b9bf510
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoMerge "Split out release-merge job to separate project"
Anil Belur [Mon, 10 Aug 2020 09:58:56 +0000 (09:58 +0000)]
Merge "Split out release-merge job to separate project"

3 years agoMerge "Fix cloud-images.rst generation script"
Anil Belur [Mon, 10 Aug 2020 09:43:42 +0000 (09:43 +0000)]
Merge "Fix cloud-images.rst generation script"

3 years agoMerge "Add a 4c-4g docker system for ansible roles"
Anil Belur [Mon, 10 Aug 2020 09:41:52 +0000 (09:41 +0000)]
Merge "Add a 4c-4g docker system for ansible roles"

3 years agoUpdate cloud image CentOS8 builder x86_64 77/90777/3
jenkins-releng [Mon, 10 Aug 2020 03:18:41 +0000 (03:18 +0000)]
Update cloud image CentOS8 builder x86_64

Job: builder-openstack-update-cloud-image/153
Change-Id: I073bf3e691249dac1d2f14b50827f4374817ffe9
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoUpdate cloud image CentOS7 robot x86_64 54/90854/2
jenkins-releng [Mon, 10 Aug 2020 03:04:28 +0000 (03:04 +0000)]
Update cloud image CentOS7 robot x86_64

Job: builder-openstack-update-cloud-image/151
Change-Id: I6af7aece23188fd7e03258232fe5404ad168c567
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 years agoAdd a 4c-4g docker system for ansible roles 86/91986/1
Thanh Ha [Sun, 9 Aug 2020 13:29:23 +0000 (09:29 -0400)]
Add a 4c-4g docker system for ansible roles

The LF ansible role jobs are running real Docker builds as tests now
and the systems need to test more image types in parallel which means
they can use more CPU and RAM to improve their build times.

Change-Id: I75796cb2faadc136e4fde31223fb223c64b53882
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoAuto-format INFO.yaml with prettier 59/91959/3
Thanh Ha [Fri, 7 Aug 2020 20:39:35 +0000 (16:39 -0400)]
Auto-format INFO.yaml with prettier

This is a preparation patch for enabling prettier to auto-format YAML
files in the releng/builder project.

Issue: INFRA-152
Change-Id: I4bb890038159c0e1639af93b81e0e965c6eee60c
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoMerge "Migrate write-good hook to pre-commit"
Anil Belur [Sun, 9 Aug 2020 03:52:12 +0000 (03:52 +0000)]
Merge "Migrate write-good hook to pre-commit"

3 years agoMigrate write-good hook to pre-commit 63/91963/2
Thanh Ha [Fri, 7 Aug 2020 20:57:20 +0000 (16:57 -0400)]
Migrate write-good hook to pre-commit

This migrates write-good hook over to pre-commit which is the final
hook needed to remove our coala dependency.

Also resolve write-good suggestions on files except jenkins.rst (it is
currently too large a task for my time so place an exception there until
we have cycles to take care of it).

Ref: https://jira.linuxfoundation.org/browse/RELENG-2642
Change-Id: I26b5a416d93ea69cbf319e14c138e971bcb4e6af
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
3 years agoMerge "Add CentOS8 images to the jenkins-config"
Thanh Ha (zxiiro) [Sat, 8 Aug 2020 12:28:46 +0000 (12:28 +0000)]
Merge "Add CentOS8 images to the jenkins-config"