releng/builder.git
15 hours agoUpdate infrautils jobs for 2024.09 Scandium 99/111899/3 master
Robert Varga [Wed, 29 May 2024 17:47:51 +0000 (19:47 +0200)]
Update infrautils jobs for 2024.09 Scandium

infrautils/master is moving to 2024.09 Scandium. This means that:
- 4.0.x and 5.0.x are no longer maintained
- 6.0.x needs to run verify-jdk21 jobs
- master needs to run with Java 21 only

This patch updates jobs definitions accordingly.

Change-Id: I831c1fedef5c92e02dabb578f41924ea1496d24d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
33 hours agoCI: Make GHA workflow name show non-voting status 04/111904/1
Andrew Grimberg [Wed, 29 May 2024 22:19:37 +0000 (15:19 -0700)]
CI: Make GHA workflow name show non-voting status

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I56a83bab9409e40ca90918e94cda4241e913c56b

33 hours agoFix: Rm invalid var not available upstream 03/111903/1
Anil Belur [Wed, 29 May 2024 22:10:37 +0000 (08:10 +1000)]
Fix: Rm invalid var not available upstream

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ia7e887fc9c75521557c730f15fd8969b6cdf4283

2 days agoMerge "Enable Java 21 verification on odlparent-3.1.x"
Sangwook Ha [Tue, 28 May 2024 17:55:03 +0000 (17:55 +0000)]
Merge "Enable Java 21 verification on odlparent-3.1.x"

2 days agoMerge "Adjust linkcheck configuration"
Robert Varga [Tue, 28 May 2024 17:22:51 +0000 (17:22 +0000)]
Merge "Adjust linkcheck configuration"

2 days agoAdjust linkcheck configuration 88/111888/1
Sangwook Ha [Tue, 28 May 2024 17:14:51 +0000 (10:14 -0700)]
Adjust linkcheck configuration

tox-verify run by GitHub actions fails quite often for linkcheck.
Increase the linkcheck_timeout to 60 (default 30) and linkcheck_retries
to 3 (default 1), respectively, to avoid the failures.

Change-Id: I8aa91fe852c5c96fa65c66f9e498a6986f3899a8
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
2 days agoEnable Java 21 verification on odlparent-3.1.x 87/111887/1
Robert Varga [Tue, 28 May 2024 17:03:46 +0000 (19:03 +0200)]
Enable Java 21 verification on odlparent-3.1.x

We want to make sure we run validation against Java 21 as a secondary.
This patch adds the verify jobs and switches the build nodes.

Change-Id: I6eb93d959fb0aeb51e9096ad2fe9faa7734bd5f2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 days agoUpdate odlparent jobs 76/111876/2
Robert Varga [Tue, 28 May 2024 11:28:23 +0000 (13:28 +0200)]
Update odlparent jobs

odlparent has a stability branch for Calcium, this juggles the jobs to
support it using centos8/Java 18/maven-3.8.

The second change is to use exclusively ubuntu-20.04/Java 21/maven-3.9
jobs for master, in preparation for 2024.09 Scandium. We also drop their
size down to 2c/2g.

Change-Id: Ie539f897479973c53f2bf8e84250a901fa9499c1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
3 days agoRename odl-maven-verify-jobs 34/111834/3
Sangwook Ha [Thu, 23 May 2024 16:32:57 +0000 (09:32 -0700)]
Rename odl-maven-verify-jobs

The odl-maven-verify-jobs job-group is for Java 11. Change the name
to add 'jdk11' consistent with other job-group names and make that
clear.

Change-Id: Id209d64e56aca892a444ee6dadc71c5e56c2b10a
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
3 days agoFix: Fix int/dist stable/calcium jobs 61/111861/1
Robert Varga [Mon, 27 May 2024 15:13:20 +0000 (17:13 +0200)]
Fix: Fix int/dist stable/calcium jobs

We have a typo here: there's just no such thing as stable/master.

Change-Id: Iba6ec0541ee52950566ca81ffb8cabffee93607b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 days agoFix: Update Ubuntu 2004 builder for JDK21 jobs 40/111840/1
Anil Belur [Fri, 24 May 2024 05:33:16 +0000 (15:33 +1000)]
Fix: Update Ubuntu 2004 builder for JDK21 jobs

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: If142c7b9331b45c55d496a21234a2c6dbe943e3a

7 days agoCI: Add jobs for openjdk21 and mvn 3.9.x 35/111835/3
Anil Belur [Thu, 23 May 2024 22:40:40 +0000 (08:40 +1000)]
CI: Add jobs for openjdk21 and mvn 3.9.x

OpenJDK21 is installed and built with Ubuntu 20.04 LTS onwards
therefore enable these jobs for testing with odlparent.

Change-Id: I280851d168191dd7e0620a8a9fa7ceb51d2b2630
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 days agoAdd netconf-7.0.x jobs 27/111827/2
Yaroslav Lastivka [Thu, 23 May 2024 11:40:37 +0000 (14:40 +0300)]
Add netconf-7.0.x jobs

Add jobs supporting the Calcium stability branch.

JIRA: RELENG-161
Change-Id: Id3484e44b75613ebb125d274455b941d8076ad7c
Signed-off-by: Yaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
8 days agoCI: Fix checkout-gerrit-change-action params 20/111820/4
Anil Belur [Wed, 22 May 2024 22:44:38 +0000 (08:44 +1000)]
CI: Fix checkout-gerrit-change-action params

- Update JJB 6.3.0

Change-Id: I6f7373c948b148ae3092742f5f6b138d46f69703
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
9 days agoRemove netconf-5.0.x jobs 65/111765/2
Ivan Hrasko [Tue, 21 May 2024 11:44:32 +0000 (13:44 +0200)]
Remove netconf-5.0.x jobs

Argon version of NETCONF is no more being developed.
Remove its jobs.

JIRA: RELENG-162
Change-Id: I030fc592899a0e45ee58f976fc8da83a07ee3cde
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
2 weeks agoUpdate cloud image list docs 83/111683/1
jenkins-releng [Mon, 13 May 2024 13:50:34 +0000 (13:50 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1929
Change-Id: If153d0dbe546806f9df9dceb5079b4a0df16935e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 weeks agoMerge "Update cloud image"
Robert Varga [Fri, 10 May 2024 13:20:41 +0000 (13:20 +0000)]
Merge "Update cloud image"

4 weeks agoUpdate cloud image 81/111581/1
jenkins-releng [Fri, 3 May 2024 06:49:54 +0000 (06:49 +0000)]
Update cloud image

Job: builder-openstack-update-cloud-image/637
Change-Id: I38228cf731a9ac4689da20ea865090b36175663f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
4 weeks agoUpdate cloud image list docs 74/111574/1
jenkins-releng [Thu, 2 May 2024 11:02:49 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1922
Change-Id: Icd22c0c0c2ffeaac1cc83e4290c6373c3b58c1c0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
4 weeks agoMerge "Update cloud image CentOS7 builder x86_64"
Robert Varga [Wed, 1 May 2024 16:43:50 +0000 (16:43 +0000)]
Merge "Update cloud image CentOS7 builder x86_64"

4 weeks agoMerge "Update cloud image Ubuntu18.04 docker x86_64"
Robert Varga [Wed, 1 May 2024 16:43:27 +0000 (16:43 +0000)]
Merge "Update cloud image Ubuntu18.04 docker x86_64"

4 weeks agoUpdate cloud image CentOS7 builder x86_64 64/111564/1
jenkins-releng [Wed, 1 May 2024 06:34:18 +0000 (06:34 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/631
Change-Id: I7cea0121fc504ce6468399d5e54b02eb4c21ed71
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
4 weeks agoUpdate cloud image Ubuntu18.04 docker x86_64 63/111563/1
jenkins-releng [Wed, 1 May 2024 04:38:30 +0000 (04:38 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

Job: builder-openstack-update-cloud-image/630
Change-Id: I497f8b6af1bdf3f530ebe27b1bf916ca02a47e42
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
4 weeks agoUpdate cloud image CentOSStream8 robot x86_64 62/111562/1
jenkins-releng [Wed, 1 May 2024 01:38:39 +0000 (01:38 +0000)]
Update cloud image CentOSStream8 robot x86_64

Job: builder-openstack-update-cloud-image/629
Change-Id: I5ff881bf7d1e233474b2cd4554873ba8253abb82
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
4 weeks agoChore: Remove stable/argon jobs 39/111539/2
Anil Belur [Fri, 26 Apr 2024 05:34:17 +0000 (15:34 +1000)]
Chore: Remove stable/argon jobs

Remove "stable/argon" from the Jenkins infra since Calcuium is released
and Scandium is moved to the master. All jobs with stable/argon branch
is marked EOL and no longer required.

Change-Id: Ia74536fefdf18cf9c0e3fb721a7f740ebe421afc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 weeks agoChore: Update common-packer to latest v0.16.5 68/111468/1
Anil Belur [Fri, 19 Apr 2024 23:02:03 +0000 (09:02 +1000)]
Chore: Update common-packer to latest v0.16.5

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Iba37bb1bdc7a992985b1986d1d27524227665120

6 weeks agoChore: Update gerrit-review-action to latest v0.8 44/111444/1
Anil Belur [Wed, 17 Apr 2024 23:45:22 +0000 (09:45 +1000)]
Chore: Update gerrit-review-action to latest v0.8

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I5572441662f771ab2b68b5a85d07db63014ee107

6 weeks agoMerge "Update validate-ar jobs for scandium"
Robert Varga [Tue, 16 Apr 2024 06:07:02 +0000 (06:07 +0000)]
Merge "Update validate-ar jobs for scandium"

6 weeks agoUpdate validate-ar jobs for scandium 00/111400/1
jenkins-releng [Tue, 16 Apr 2024 05:37:03 +0000 (05:37 +0000)]
Update validate-ar jobs for scandium

Job: autorelease-update-validate-jobs-scandium/1
Change-Id: I70dfdbd82b1d98d3ca985aecbdc6300cd1434dca
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 weeks agoUpdate validate-ar jobs for calcium 80/111380/1
jenkins-releng [Sun, 14 Apr 2024 12:13:36 +0000 (12:13 +0000)]
Update validate-ar jobs for calcium

Job: autorelease-update-validate-jobs-calcium/33
Change-Id: I34595b32f07e9d7f3918e753a882142b9be72b07
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 weeks agoFeat: Branch cut stable/calcium 45/111345/2
Anil Belur [Tue, 9 Apr 2024 11:47:15 +0000 (21:47 +1000)]
Feat: Branch cut stable/calcium

Branch cut stable/calcium and promote master to scandium.

Issue: LF-JIRA RELENG-5262
Change-Id: Ibb8179710e8968cf11f9166d61778eabbe89f5ec
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
8 weeks agoAdd transportpce calcium jobs 64/111264/1
Gilles Thouenon [Thu, 4 Apr 2024 10:39:15 +0000 (12:39 +0200)]
Add transportpce calcium jobs

Change-Id: I906cb5242f072dbfa8cad717fcf9eba1ad76078f
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
8 weeks agoUpdate cloud image list docs 18/111218/1
jenkins-releng [Wed, 3 Apr 2024 11:02:48 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1901
Change-Id: I4f7e89502c22739079f4533dbe4cf8abfc7ad3af
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoMerge "Update cloud image Ubuntu20.04 docker x86_64"
Robert Varga [Tue, 2 Apr 2024 10:48:33 +0000 (10:48 +0000)]
Merge "Update cloud image Ubuntu20.04 docker x86_64"

8 weeks agoMerge "Update cloud image CentOS7 robot x86_64"
Robert Varga [Tue, 2 Apr 2024 10:48:24 +0000 (10:48 +0000)]
Merge "Update cloud image CentOS7 robot x86_64"

8 weeks agoMerge "Update cloud image CentOS7 docker x86_64"
Robert Varga [Tue, 2 Apr 2024 10:48:15 +0000 (10:48 +0000)]
Merge "Update cloud image CentOS7 docker x86_64"

8 weeks agoMerge "Update cloud image CentOSStream8 builder x86_64"
Robert Varga [Tue, 2 Apr 2024 10:48:01 +0000 (10:48 +0000)]
Merge "Update cloud image CentOSStream8 builder x86_64"

8 weeks agoMerge "Update cloud image CentOS7 devstack x86_64"
Robert Varga [Tue, 2 Apr 2024 10:47:46 +0000 (10:47 +0000)]
Merge "Update cloud image CentOS7 devstack x86_64"

8 weeks agoChore: Update upstream lfit GHA to latest 68/111168/1
Anil Belur [Tue, 2 Apr 2024 00:51:47 +0000 (10:51 +1000)]
Chore: Update upstream lfit GHA to latest

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I45b9d87725bb7a8fd19ecd3f573ae5866077db48

8 weeks agoUpdate cloud image CentOS7 devstack x86_64 66/111166/1
jenkins-releng [Mon, 1 Apr 2024 23:34:42 +0000 (23:34 +0000)]
Update cloud image CentOS7 devstack x86_64

Job: builder-openstack-update-cloud-image/627
Change-Id: Iecce52c20517d270fac39cbee609330e8d70c3e5
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image CentOS7 docker x86_64 65/111165/1
jenkins-releng [Mon, 1 Apr 2024 22:41:34 +0000 (22:41 +0000)]
Update cloud image CentOS7 docker x86_64

Job: builder-openstack-update-cloud-image/626
Change-Id: I765d6feec4e85c40c8f1fc7b48e7a8c3ad463db2
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image CentOS7 robot x86_64 64/111164/1
jenkins-releng [Mon, 1 Apr 2024 22:37:30 +0000 (22:37 +0000)]
Update cloud image CentOS7 robot x86_64

Job: builder-openstack-update-cloud-image/625
Change-Id: I96b5e879f3df08fb6d116dfaabdb51613482974c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image Ubuntu20.04 docker x86_64 57/111157/1
jenkins-releng [Mon, 1 Apr 2024 16:55:12 +0000 (16:55 +0000)]
Update cloud image Ubuntu20.04 docker x86_64

Job: builder-openstack-update-cloud-image/624
Change-Id: I6d0d0ad28623d48836cc7fe3325945fabdb792c5
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image CentOSStream8 builder x86_64 56/111156/1
jenkins-releng [Mon, 1 Apr 2024 16:50:52 +0000 (16:50 +0000)]
Update cloud image CentOSStream8 builder x86_64

Job: builder-openstack-update-cloud-image/623
Change-Id: I3d3173156384b51e7631616854c279ba6bdb4b79
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image list docs 54/111154/1
jenkins-releng [Mon, 1 Apr 2024 11:02:55 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1899
Change-Id: Iae5610a65f68aee76f7ff4bd01f2a023b7460ed8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoMerge "Update cloud image CentOSStream8 robot x86_64"
Robert Varga [Mon, 1 Apr 2024 09:12:41 +0000 (09:12 +0000)]
Merge "Update cloud image CentOSStream8 robot x86_64"

8 weeks agoUpdate cloud image CentOS7 builder x86_64 52/111152/1
jenkins-releng [Mon, 1 Apr 2024 06:37:15 +0000 (06:37 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/622
Change-Id: Ic17f8d01880a5651d13aca68ea1ae5e6f996a587
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 weeks agoUpdate cloud image CentOSStream8 robot x86_64 48/111148/1
jenkins-releng [Mon, 1 Apr 2024 01:43:13 +0000 (01:43 +0000)]
Update cloud image CentOSStream8 robot x86_64

Job: builder-openstack-update-cloud-image/621
Change-Id: I1fbc50a1286e6d969e3605650ae22b12cfe1416e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image list docs 05/111105/1
jenkins-releng [Wed, 27 Mar 2024 11:03:13 +0000 (11:03 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1896
Change-Id: Icfe6e6fde7100e3b6f910d57fd357992504633f9
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoChore: Add Ubuntu 20.04 docker packer job 82/111082/1
Anil Belur [Tue, 26 Mar 2024 23:20:08 +0000 (09:20 +1000)]
Chore: Add Ubuntu 20.04 docker packer job

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ie24ab53b872c6eb5f49ab709bb1b721fa5492bb9

2 months agoChore: Add Ubuntu 20.04 docker images 66/111066/1
Anil Belur [Tue, 26 Mar 2024 13:53:18 +0000 (23:53 +1000)]
Chore: Add Ubuntu 20.04 docker images

These images include openjdk21 required by ODL.

Change-Id: I9522c43978bd9faf3447356394872a0650043020
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2 months agoMerge "Switch autorelease to use 8c-8gb nodes"
Anil Belur [Tue, 26 Mar 2024 13:07:15 +0000 (13:07 +0000)]
Merge "Switch autorelease to use 8c-8gb nodes"

2 months agoUpdate cloud image Ubuntu18.04 docker x86_64 16/111016/1
jenkins-releng [Tue, 26 Mar 2024 12:06:44 +0000 (12:06 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

Job: builder-openstack-update-cloud-image/619
Change-Id: I65f4db5702472ac3a304082a4f6344af20c43c87
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoRemove netconf-4.0.x jobs 96/110996/2
Ivan Hrasko [Fri, 22 Mar 2024 15:38:01 +0000 (16:38 +0100)]
Remove netconf-4.0.x jobs

Chlorine version of NETCONF is no more being developed.
Remove its jobs.

Change-Id: I9b07445eacdef9a752ef295931dde0f2851b8c71
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
2 months agoChore: Remove genius/neutron/sxp jobs 90/110990/1
Robert Varga [Fri, 22 Mar 2024 07:25:40 +0000 (08:25 +0100)]
Chore: Remove genius/neutron/sxp jobs

These projects have been archived long time ago. Purge their jobs, as
they are just not triggered or are failing miserably.

Change-Id: Ia72084359d051daa46a5122d659fef8839c2f022
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 months agoMerge "Remove references to distribution-deploy-*"
Anil Belur [Fri, 22 Mar 2024 06:36:21 +0000 (06:36 +0000)]
Merge "Remove references to distribution-deploy-*"

2 months agoRemove references to distribution-deploy-* 89/110989/2
Robert Varga [Fri, 22 Mar 2024 06:19:08 +0000 (07:19 +0100)]
Remove references to distribution-deploy-*

As far as I can tell these jobs never existed, but were introduced in
I1ebc5153dc61c564e3d06d16e7d2f6db5661eec8. Remove them.

Change-Id: Idfa8c8818b6cc9caf584fe557258eddd8c751a9d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 months agoFix yangtools-csit-1node-system-only- references 88/110988/1
Robert Varga [Fri, 22 Mar 2024 05:47:54 +0000 (06:47 +0100)]
Fix yangtools-csit-1node-system-only- references

integration-distribution-mri-test-* is failing across the board due
to being unable to resolve yangtools-csit-1node-system-only-master.

Fix references to point to jobs which are actually defined.

Change-Id: I808d5f4c241327142cc700c0e2a0c3f4fbf7e967
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 months agoChore: Remove ansible-roles job from Jenkins 64/110964/1
Anil Belur [Thu, 21 Mar 2024 11:54:56 +0000 (21:54 +1000)]
Chore: Remove ansible-roles job from Jenkins

The ansible roles are now verified through the GHA.
Ref: https://github.com/lfit/ansible-roles-java-install
-/actions/runs/8374137095

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I7da4fdd5a0bc75aa8af2390b172457251543311b

2 months agoSwitch autorelease to use 8c-8gb nodes 04/110904/1
Robert Varga [Wed, 20 Mar 2024 09:29:20 +0000 (10:29 +0100)]
Switch autorelease to use 8c-8gb nodes

Looking at memory consumption, the autorelease job does not go above
5.4GiB commit charge, having as much as 11.3GiB inactive memory.

Lower the memory requirement to 8GiB, which should be sufficient and
increase the core count to 8, which should help with javac/javadoc and
similar parallel tasks.

Change-Id: I7b2460a05339eb2b12ed6f6daf5f4431c80c2af1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 months agoAdd jobs for bgpcep-0.20.x 55/110855/1
Robert Varga [Mon, 18 Mar 2024 22:52:52 +0000 (23:52 +0100)]
Add jobs for bgpcep-0.20.x

We have a new stability branch, update jobs to support it. Also 0.18.x
has been retired, remove those jobs.

Change-Id: I2c834b9a7a3089a6400589cdd6efdee1fb4cac96
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 months agoChore: Update global-jjb to latest v0.91.3 39/110739/3
Anil Belur [Thu, 14 Mar 2024 21:40:54 +0000 (07:40 +1000)]
Chore: Update global-jjb to latest v0.91.3

Using YAML multiline '>-' introduces spaces between lines that causes
JJB updates to fail when the job exists on Jenkins. Therefore as
workaround use double-quoted string with newline escape.

Using '>-' introduces space that causes consecutive JJB updates
to fail with the same 500 internal error.

Issue: LF-JIRA RELENG-5118
Change-Id: I0c61cd90025d2ad9beae198d6164605b36c96dbb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2 months agoMerge "Update cloud image list docs"
Robert Varga [Tue, 12 Mar 2024 13:10:11 +0000 (13:10 +0000)]
Merge "Update cloud image list docs"

2 months agoUpdate cloud image list docs 65/110665/1
jenkins-releng [Tue, 12 Mar 2024 11:01:39 +0000 (11:01 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1885
Change-Id: If9907f50d69538da4c5e6ee62fd1302e45eadbff
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoChore: Update global-jjb to the latest v0.90.2 61/110661/1
Anil Belur [Tue, 12 Mar 2024 00:03:40 +0000 (10:03 +1000)]
Chore: Update global-jjb to the latest v0.90.2

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ifaa5cfa60fbc011ea746e9924a0ce7da1949d028

2 months agoMerge "Update cloud image CentOSStream8 robot x86_64"
Robert Varga [Mon, 11 Mar 2024 17:03:42 +0000 (17:03 +0000)]
Merge "Update cloud image CentOSStream8 robot x86_64"

2 months agoMerge "Update cloud image CentOSStream8 builder x86_64"
Robert Varga [Mon, 11 Mar 2024 17:03:32 +0000 (17:03 +0000)]
Merge "Update cloud image CentOSStream8 builder x86_64"

2 months agoUpdate cloud image list docs 92/110592/1
jenkins-releng [Mon, 11 Mar 2024 11:01:35 +0000 (11:01 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1884
Change-Id: Icaf8821aa302b1371a7cf3317ba46eca5af0d2cd
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image CentOSStream8 builder x86_64 61/110561/1
jenkins-releng [Sat, 9 Mar 2024 07:23:34 +0000 (07:23 +0000)]
Update cloud image CentOSStream8 builder x86_64

Job: builder-openstack-update-cloud-image/618
Change-Id: I5b90ce6e7ca57e081df3626c0169f4a7129e9be8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image CentOSStream8 robot x86_64 60/110560/1
jenkins-releng [Sat, 9 Mar 2024 07:21:08 +0000 (07:21 +0000)]
Update cloud image CentOSStream8 robot x86_64

Job: builder-openstack-update-cloud-image/617
Change-Id: I25e8f420cad31e2b57db6d3c819cac10014bd0f4
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoMerge "Chore: Update common-packer to the latest v0.16.4"
Anil Belur [Sat, 9 Mar 2024 06:40:00 +0000 (06:40 +0000)]
Merge "Chore: Update common-packer to the latest v0.16.4"

2 months agoChore: Update common-packer to the latest v0.16.4 59/110559/1
Anil Belur [Sat, 9 Mar 2024 02:22:36 +0000 (12:22 +1000)]
Chore: Update common-packer to the latest v0.16.4

Change-Id: Ia73560b3f8630de1cc400728a8bcdee16d427b22
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2 months agoMerge "Update cloud image CentOS7 devstack x86_64"
Robert Varga [Wed, 6 Mar 2024 17:02:47 +0000 (17:02 +0000)]
Merge "Update cloud image CentOS7 devstack x86_64"

2 months agoMerge "Update cloud image CentOS7 robot x86_64"
Robert Varga [Wed, 6 Mar 2024 17:02:32 +0000 (17:02 +0000)]
Merge "Update cloud image CentOS7 robot x86_64"

2 months agoMerge "Update cloud image CentOS7 docker x86_64"
Robert Varga [Wed, 6 Mar 2024 17:02:16 +0000 (17:02 +0000)]
Merge "Update cloud image CentOS7 docker x86_64"

2 months agoUpdate cloud image CentOS7 docker x86_64 92/110492/1
jenkins-releng [Wed, 6 Mar 2024 11:32:49 +0000 (11:32 +0000)]
Update cloud image CentOS7 docker x86_64

Job: builder-openstack-update-cloud-image/616
Change-Id: I1e22c903481539a162f3a62c22b8c85c60dc412d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image CentOS7 robot x86_64 91/110491/1
jenkins-releng [Wed, 6 Mar 2024 11:30:22 +0000 (11:30 +0000)]
Update cloud image CentOS7 robot x86_64

Job: builder-openstack-update-cloud-image/615
Change-Id: I50c913709b6d834ce1a7439cd330d9912ce538a4
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image CentOS7 builder x86_64 90/110490/1
jenkins-releng [Wed, 6 Mar 2024 11:27:46 +0000 (11:27 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/614
Change-Id: I406cba5de4aaab6301efc7a60be5a35746f49e82
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image CentOS7 devstack x86_64 89/110489/1
jenkins-releng [Wed, 6 Mar 2024 11:24:34 +0000 (11:24 +0000)]
Update cloud image CentOS7 devstack x86_64

Job: builder-openstack-update-cloud-image/613
Change-Id: I3d7e4fdfda1ede5e3b298ada8f76294cb575b247
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoMerge "Update cloud image Ubuntu18.04 docker x86_64"
Robert Varga [Wed, 6 Mar 2024 08:32:08 +0000 (08:32 +0000)]
Merge "Update cloud image Ubuntu18.04 docker x86_64"

2 months agoUpdate cloud image Ubuntu18.04 docker x86_64 85/110485/1
jenkins-releng [Wed, 6 Mar 2024 00:45:43 +0000 (00:45 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

Job: builder-openstack-update-cloud-image/612
Change-Id: I6dbbac5c6427a767ebba032d30ec5ba8244b7f8f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoChore: Update common-packer to the latest v0.16.3 84/110484/1
Anil Belur [Wed, 6 Mar 2024 00:20:54 +0000 (10:20 +1000)]
Chore: Update common-packer to the latest v0.16.3

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I8a38a179f63c66a260a0318c686eb2935303c9ce

2 months agoUpdate cloud image list docs 63/110463/1
jenkins-releng [Mon, 4 Mar 2024 11:04:20 +0000 (11:04 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1879
Change-Id: Iae912d348e8638087caf9ca0ee13130946699a96
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
2 months agoUpdate cloud image Ubuntu18.04 docker x86_64 09/110409/1
jenkins-releng [Fri, 1 Mar 2024 04:39:20 +0000 (04:39 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

Job: builder-openstack-update-cloud-image/609
Change-Id: I2ca16939eb1d82d4f688bb23d1568f08ba9f5d72
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 months agoMerge "Update validate-ar jobs for calcium"
Robert Varga [Wed, 28 Feb 2024 16:13:05 +0000 (16:13 +0000)]
Merge "Update validate-ar jobs for calcium"

3 months agoMerge "Update validate-ar jobs for potassium"
Robert Varga [Wed, 28 Feb 2024 16:12:47 +0000 (16:12 +0000)]
Merge "Update validate-ar jobs for potassium"

3 months agoMerge "Update cloud image list docs"
Robert Varga [Wed, 28 Feb 2024 16:11:30 +0000 (16:11 +0000)]
Merge "Update cloud image list docs"

3 months agoChore: Update actions/setup-python v4 -> v5 95/110395/1
Matthew Watkins [Wed, 28 Feb 2024 14:42:58 +0000 (14:42 +0000)]
Chore: Update actions/setup-python v4 -> v5

Issue: RELENG-160
Change-Id: I8991bb6221cd57fcf75232f9166dd72dcb8860c9
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 months agoMerge "Chore: Update global-jjb to the latest v0.90.1"
Anil Belur [Wed, 28 Feb 2024 13:02:40 +0000 (13:02 +0000)]
Merge "Chore: Update global-jjb to the latest v0.90.1"

3 months agoUpdate cloud image list docs 94/110394/1
jenkins-releng [Wed, 28 Feb 2024 11:02:31 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1876
Change-Id: I12572e76bce1d6379374bad11a769573a1705356
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 months agoFix: JaCoCo exclude patterns format 91/110391/1
Anil Belur [Tue, 27 Feb 2024 23:13:38 +0000 (09:13 +1000)]
Fix: JaCoCo exclude patterns format

The commit ef697e714076 with the multiline format is incorrect
since this is a comma separated list.

Change-Id: Ifa9e7091338d52f197663f2c3d593b8ce9675d2b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
3 months agoChore: Update global-jjb to the latest v0.90.1 90/110390/1
Anil Belur [Tue, 27 Feb 2024 22:50:22 +0000 (08:50 +1000)]
Chore: Update global-jjb to the latest v0.90.1

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I1dab9e27b7d812b0e6d60d7da5ba21a1f4cfb8e3

3 months agoFix: JaCoCo exclude patterns format 61/110361/1
Anil Belur [Tue, 27 Feb 2024 03:18:22 +0000 (13:18 +1000)]
Fix: JaCoCo exclude patterns format

Fix JaCoCo exclude patterns format. JJB 6.x does not process
the job config when double quotes are used and returns the
following error.

Error:
requests.exceptions.HTTPError: 500 Server Error: Server Error for url:
https://jenkins.opendaylight.org/releng/job/distribution-\
merge-managed-argon/config.xml

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I6c32d6d9e510a026af59f3dce0ca6a5fc6847dce

3 months agoUpdate validate-ar jobs for calcium 41/110341/1
jenkins-releng [Sun, 25 Feb 2024 12:12:48 +0000 (12:12 +0000)]
Update validate-ar jobs for calcium

Job: autorelease-update-validate-jobs-calcium/26
Change-Id: I0ea4475ac79c48399801c55740580ce5ca509f5e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 months agoUpdate validate-ar jobs for potassium 19/110319/1
jenkins-releng [Sat, 24 Feb 2024 13:15:46 +0000 (13:15 +0000)]
Update validate-ar jobs for potassium

Job: autorelease-update-validate-jobs-potassium/47
Change-Id: I36d8990bf263364acabab566a0a2ab7879e2701f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 months agoChore: Update common-packer to the latest v0.16.2 09/110309/1
Anil Belur [Thu, 22 Feb 2024 22:57:30 +0000 (08:57 +1000)]
Chore: Update common-packer to the latest v0.16.2

Pull in refactored changes that work with ansible 9.2.x
and latest python 3.10.x.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I43eaa7661d7cb87abe97d908507bc0a13e165d15

3 months agoUpdate cloud image 79/110279/1
jenkins-releng [Wed, 21 Feb 2024 18:47:35 +0000 (18:47 +0000)]
Update cloud image

Job: builder-openstack-update-cloud-image/607
Change-Id: I6cc58b4bcb70f490edfeca6aaca74f4ccb2ae79e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
3 months agoMerge "Update cloud image list docs"
Robert Varga [Wed, 21 Feb 2024 18:42:07 +0000 (18:42 +0000)]
Merge "Update cloud image list docs"

3 months agoMerge "CI: Update CentOS 7 builder images to the latest"
Robert Varga [Wed, 21 Feb 2024 18:41:53 +0000 (18:41 +0000)]
Merge "CI: Update CentOS 7 builder images to the latest"

3 months agoMerge "Chore: Update packer nodes from CentOS7 to CS8"
Andrew Grimberg [Wed, 21 Feb 2024 16:35:35 +0000 (16:35 +0000)]
Merge "Chore: Update packer nodes from CentOS7 to CS8"