releng/builder.git
11 months agoFeat: switch default build-node to centos8-4c-4g 49/106349/2
Robert Varga [Thu, 1 Jun 2023 13:42:49 +0000 (15:42 +0200)]
Feat: switch default build-node to centos8-4c-4g

We are effectively not using centos7 nodes for most jobs, opting to
overriding to default in most places. Switch the default, so we do not
have to carry these overrides.

Change-Id: I9112a6223ff434e5d8f46e425988002ab0f93f71
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoSwitch all rtd jobs to centos8-2c-2g 48/106348/1
Robert Varga [Thu, 1 Jun 2023 13:35:50 +0000 (15:35 +0200)]
Switch all rtd jobs to centos8-2c-2g

Sphinx is failing on openssl requirement, migrate all jobs to run ob
centos8 builders.

Change-Id: I64e4d833fffbf364c8ad9f7ff72b5e32013a1713
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoMerge "Use CentOS 8 jobs for rtd-jobs"
Robert Varga [Thu, 1 Jun 2023 12:20:49 +0000 (12:20 +0000)]
Merge "Use CentOS 8 jobs for rtd-jobs"

11 months agoUse CentOS 8 jobs for rtd-jobs 37/106337/1
Robert Varga [Thu, 1 Jun 2023 09:08:00 +0000 (11:08 +0200)]
Use CentOS 8 jobs for rtd-jobs

urllib3 has upped its openssl requirement, switch to using CentOS 8
builders to satisfy it.

Change-Id: I4d4f05610625db77ea7bb2dbfd7ab7437a7fc298
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoCreate jobs for infrautils-5.0.x 84/106284/1
Robert Varga [Tue, 30 May 2023 19:00:19 +0000 (21:00 +0200)]
Create jobs for infrautils-5.0.x

infrautils is about to branch, add jobs supporting the new branch.

Change-Id: Ia1812d1e9357e0441853fb20773acdc6619cb854
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoUse CentOS 8 for integration/test tox-verify 59/106159/2
Sangwook Ha [Fri, 26 May 2023 00:08:47 +0000 (17:08 -0700)]
Use CentOS 8 for integration/test tox-verify

CentOS 7 does not include OpenSSL 1.1.1+ required by urllib3 v2.0
installed for rstcheck pre-commit hook.
Use CentOS 8 image for the integration/test tox-verify job.

Change-Id: I0422216f7f8eebb05775d22b7b94b51a197e8403
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
11 months agoFeat: Add tox verify using Github Actions 44/106144/9
Anil Belur [Wed, 24 May 2023 13:01:21 +0000 (23:01 +1000)]
Feat: Add tox verify using Github Actions

Issue: LF-JIRA RELENG-4741
Change-Id: I4d94d3d128c975afea63b2c537a26d5454a65b67
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
11 months agoFix: pre-commit and tox issues 51/106151/7
Anil Belur [Thu, 25 May 2023 02:14:13 +0000 (12:14 +1000)]
Fix: pre-commit and tox issues

pre-commit and tox issues need to be fixed for tox-verify
GHA tox-verify to work correctly.

- shellcheck errors:
  SC3040 (warning): In POSIX sh, set option pipefail is undefined.
  SC3037 (warning): In POSIX sh, echo flags are undefined.
  SC2086 (info): Double quote to prevent globbing and word splitting.
  SC2004 (style): $/${} is unnecessary on arithmetic variables.
- flake: E501 line too long
- pydocsytle errors:
  D103: Missing docstring in public function
  D100: Missing docstring in public module
- write-good errors remove passive voice
- Fixes bandit: CWE: CWE-20 (https://cwe.mitre.org/data/definitions/20.html)
  Using lxml.etree.parse to parse untrusted XML data is known to be
  vulnerable to XML attacks. Replace lxml.etree.parse with its
  defusedxml equivalent function
  Ref: https://rules.sonarsource.com/python/RSPEC-2755

Issue: LF-JIRA RELENG-4742
Change-Id: I635281bc39ebb1157df13dde6809c2809af8c1d4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
11 months agoMerge "Update cloud image Ubuntu18.04 docker x86_64"
Anil Belur [Wed, 24 May 2023 02:33:48 +0000 (02:33 +0000)]
Merge "Update cloud image Ubuntu18.04 docker x86_64"

11 months agoMerge "Update cloud image Ubuntu18.04 mininet ovs"
Anil Belur [Wed, 24 May 2023 02:33:39 +0000 (02:33 +0000)]
Merge "Update cloud image Ubuntu18.04 mininet ovs"

11 months agoMerge "Update cloud image list docs"
Anil Belur [Wed, 24 May 2023 02:33:18 +0000 (02:33 +0000)]
Merge "Update cloud image list docs"

11 months agoFeat: Add Github Actions (GHA) for verify 29/106129/2
Anil Belur [Mon, 22 May 2023 04:02:33 +0000 (14:02 +1000)]
Feat: Add Github Actions (GHA) for verify

This adds GHA jobs for pre-commit and JJB-verify
for ODL.

Issue-ID: LF-JIRA RELENG-4739
Change-Id: I785fa449f5b765bb40b5cad5db66e583faa6f5a2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
11 months agoUpdate cloud image list docs 47/105947/7
jenkins-releng [Tue, 23 May 2023 11:02:48 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1675
Change-Id: I8f67dbcbbe0b681e5f938ee2544b3a831e8cd709
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
12 months agoMerge "Chore: Update global-jjb to the latest v0.86.6"
Andrew Grimberg [Wed, 17 May 2023 12:40:58 +0000 (12:40 +0000)]
Merge "Chore: Update global-jjb to the latest v0.86.6"

12 months agoChore: Update global-jjb to the latest v0.86.6 04/106004/1
Anil Belur [Tue, 16 May 2023 22:30:44 +0000 (08:30 +1000)]
Chore: Update global-jjb to the latest v0.86.6

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

12 months agoMerge "Add jobs for aaa-0.17.x"
Robert Varga [Tue, 16 May 2023 13:34:08 +0000 (13:34 +0000)]
Merge "Add jobs for aaa-0.17.x"

12 months agoAdd jobs for odlparent-12.0.x 43/105943/1
Robert Varga [Mon, 15 May 2023 08:29:17 +0000 (10:29 +0200)]
Add jobs for odlparent-12.0.x

odlparent is about to branch, add jobs to support the new branch.

Change-Id: I7817f23c65dedb5b2ddc9146313308064c82bb26
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoAdd jobs for aaa-0.17.x 42/105942/1
Robert Varga [Mon, 15 May 2023 08:25:57 +0000 (10:25 +0200)]
Add jobs for aaa-0.17.x

aaa is about to branch, add jobs to support the new branch.

Change-Id: I91b1c40533fcccea1f227dcd36f9fbb4008bcca2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoMerge "Update cloud image CentOSStream8 builder x86_64"
Anil Belur [Sat, 13 May 2023 08:02:05 +0000 (08:02 +0000)]
Merge "Update cloud image CentOSStream8 builder x86_64"

12 months agoMerge "Update cloud image CentOS7 builder x86_64"
Anil Belur [Sat, 13 May 2023 07:59:50 +0000 (07:59 +0000)]
Merge "Update cloud image CentOS7 builder x86_64"

12 months agoMerge "Update cloud image CentOS7 docker x86_64"
Anil Belur [Sat, 13 May 2023 07:59:40 +0000 (07:59 +0000)]
Merge "Update cloud image CentOS7 docker x86_64"

12 months agoMerge "Remove SM distribution jobs"
Anil Belur [Fri, 12 May 2023 05:10:34 +0000 (05:10 +0000)]
Merge "Remove SM distribution jobs"

12 months agoCI: Update global-jjb to the latest v0.86.5 82/105882/2
Anil Belur [Wed, 10 May 2023 12:17:46 +0000 (22:17 +1000)]
CI: Update global-jjb to the latest v0.86.5

Change-Id: I46f55f2b5f4cad034b5ee06aaa3d51dcf9d348ac
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
12 months agoChore: Update default version of JJB 5.0.2 72/105872/2
Anil Belur [Tue, 9 May 2023 23:47:37 +0000 (09:47 +1000)]
Chore: Update default version of JJB 5.0.2

Change-Id: Id6d0fd3584ee387fd33efb9e81078f0bdd9437c2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
12 months agoChore: Update global-jjb to the latest v0.86.2 53/105853/4
Anil Belur [Tue, 9 May 2023 21:47:41 +0000 (07:47 +1000)]
Chore: Update global-jjb to the latest v0.86.2

- Disable pylint for the time being

Change-Id: I114b48dad2852c7469d8444627f543aedaedf548
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
12 months agoRemove SM distribution jobs 54/105854/1
Luis Gomez [Mon, 8 May 2023 00:49:58 +0000 (17:49 -0700)]
Remove SM distribution jobs

Clean Self Managed distribution jobs.
Adjust shell scripts for opendaylight artifact version 0.X.Y.

Change-Id: Id33642ee91747d45baac5cc0d6e4e7d75b83e3d3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
12 months agoAdd controller-7.0.x jobs 92/105792/2
Robert Varga [Tue, 2 May 2023 21:08:49 +0000 (23:08 +0200)]
Add controller-7.0.x jobs

Controller is about to branch for 2023.09 Potassium, add jobs to support
the 2023.03 Argon branch.

Change-Id: I3b8a24888e6c25180aef4590def1b555e1d92489
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoFix: Branch cut stable/argon stream for docs 10/105810/1
guillaume.lambert [Wed, 3 May 2023 12:49:06 +0000 (14:49 +0200)]
Fix: Branch cut stable/argon stream for docs

stable/master branch does not exist
and must be replaced by stable/argon

Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4670
Change-Id: I6b4e6e191b08b80f22afd886ce43ac0f790323eb
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
12 months agoUpdate cloud image CentOS7 docker x86_64 68/105768/1
jenkins-releng [Mon, 1 May 2023 22:33:57 +0000 (22:33 +0000)]
Update cloud image CentOS7 docker x86_64

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

12 months agoUpdate cloud image Ubuntu18.04 mininet ovs 65/105765/1
jenkins-releng [Mon, 1 May 2023 18:34:24 +0000 (18:34 +0000)]
Update cloud image Ubuntu18.04 mininet ovs

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

12 months agoUpdate cloud image CentOSStream8 builder x86_64 63/105763/2
jenkins-releng [Mon, 1 May 2023 16:36:35 +0000 (16:36 +0000)]
Update cloud image CentOSStream8 builder x86_64

Job: builder-openstack-update-cloud-image/530
Change-Id: Ie638d85610d7d902cf79d2901bf21c249c966157
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
12 months agoUpdate cloud image CentOS7 builder x86_64 47/103847/3
jenkins-releng [Mon, 1 May 2023 06:28:40 +0000 (06:28 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/529
Change-Id: I6c11f1495acf484296be072028284fd0bdd2c924
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
12 months agoUpdate cloud image Ubuntu18.04 docker x86_64 64/105764/1
jenkins-releng [Mon, 1 May 2023 04:34:44 +0000 (04:34 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

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

12 months agoChore: Update global-jjb to latest v0.86.1 07/105607/1
Anil Belur [Sun, 23 Apr 2023 04:35:47 +0000 (14:35 +1000)]
Chore: Update global-jjb to latest v0.86.1

- Pull in fix for release-merge jobs

Change-Id: I1031d70c497d0d7076f62e9c0ca8b0ede5d2da3a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
12 months agoCI: Remove python-one-password jobs 72/105572/1
Matthew Watkins [Fri, 21 Apr 2023 13:56:46 +0000 (14:56 +0100)]
CI: Remove python-one-password jobs

LF Release Engineering has transisitioned the docs-conf project to using
GitHub Actions for all CI operations. Jenkins jobs are now redundant.

Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I6d2598cd194fbc47afd105599b2721def768a780

12 months agoMerge "CI: Remove common-packer jobs"
Anil Belur [Thu, 20 Apr 2023 00:48:59 +0000 (00:48 +0000)]
Merge "CI: Remove common-packer jobs"

12 months agoAdd jobs for netconf-5.0.x 12/105512/1
Robert Varga [Wed, 19 Apr 2023 15:10:39 +0000 (17:10 +0200)]
Add jobs for netconf-5.0.x

NETCONF is about to branch, add jobs to support the new branch.

Change-Id: Ib0341e1063efdbab49b68b0e4f993eec3804e094
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
13 months agoRefactor!: JJB code to comply with updates to v5.x 80/105480/2
Anil Belur [Mon, 17 Apr 2023 22:35:37 +0000 (08:35 +1000)]
Refactor!: JJB code to comply with updates to v5.x

Update global-jjb v0.86.0, this updates the minimal
version of JJB to v5.0.2.

Change-Id: I139ecc8cde694f102e117179a36e0cd47be32dad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
13 months agoChore: sulfur EOL remove jobs from infra 64/105464/1
Anil Belur [Sun, 16 Apr 2023 12:17:45 +0000 (22:17 +1000)]
Chore: sulfur EOL remove jobs from infra

With stable/argon released sulfur is made EOL.
Remove all sulfur jobs from the infra.

Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4691
Change-Id: I62d76f11746213aee5678e0878bae37c84318b29
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
13 months agoUpdate cloud image list docs 67/105367/4
jenkins-releng [Fri, 14 Apr 2023 11:04:04 +0000 (11:04 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1648
Change-Id: I8fb90cfda9ac3f9d7837ecd4119dac4c72d14392
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
13 months agoCI: Remove common-packer jobs 79/105479/1
Andrew Grimberg [Thu, 13 Apr 2023 16:54:00 +0000 (09:54 -0700)]
CI: Remove common-packer jobs

LF Release Engineering has transitioned common-packer to use GitHub
Actions. As such, the Jenkins Jobs are now redundant.

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

13 months agoCI: Remove docs-conf jobs 33/105433/1
Andrew Grimberg [Thu, 13 Apr 2023 13:11:53 +0000 (06:11 -0700)]
CI: Remove docs-conf jobs

LF Release Engineering has transisitioned the docs-conf project to using
GitHub Actions for all CI operations. Jenkins jobs are now redundant.

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

13 months agoCI: Remove lftools jobs 29/105429/1
Andrew Grimberg [Wed, 12 Apr 2023 22:42:53 +0000 (15:42 -0700)]
CI: Remove lftools jobs

The lftools project has transitioned to using GitHub Actions so the
Jenkins jobs are now redundant

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

13 months agoCI: Remove global-jjb repo related jobs 23/105423/1
Andrew Grimberg [Wed, 12 Apr 2023 14:36:46 +0000 (07:36 -0700)]
CI: Remove global-jjb repo related jobs

The LF Release Engineering global-jjb project has transitioned to using
GitHub Actions for all operations. As Jenkins is no longer needed,
remove the related jobs.

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

13 months agoPrune MRI/Sulfur jobs 61/105361/4
Robert Varga [Tue, 11 Apr 2023 08:58:08 +0000 (10:58 +0200)]
Prune MRI/Sulfur jobs

Sulfur is past the end of its life, remove MRI jobs supporting that
release train.

Change-Id: I8db4b5ebce59dd0f8a13befddfb0b51ac90e7669
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
13 months agoFix: Update tox.ini for tox v4.0+ 04/105404/2
Sangwook Ha [Wed, 12 Apr 2023 08:24:06 +0000 (01:24 -0700)]
Fix: Update tox.ini for tox v4.0+

There are a couple of changes in tox v4.0+ not compatible with tox.ini.

The 'whitelist_externals' key was removed. Use 'allowlist_externals'
instead.

'passenv' does not support a space-separated list any more.
Use a comma-separated list instead. Also, remove duplicate environment
variables since the names are not case sensitive.

https://tox.wiki/en/4.4.11/upgrading.html#upgrading
https://tox.wiki/en/4.4.11/config.html#passenv

Change-Id: I188cc4ea20d187e44a7a2a7f07845306dd4b81fe
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
13 months agoMerge "CI: Remove lf-infra-docs project and jobs"
Anil Belur [Tue, 11 Apr 2023 22:36:43 +0000 (22:36 +0000)]
Merge "CI: Remove lf-infra-docs project and jobs"

13 months agoMerge "Chore: Update global-jjb to latest v0.85.0"
Andrew Grimberg [Tue, 11 Apr 2023 12:19:49 +0000 (12:19 +0000)]
Merge "Chore: Update global-jjb to latest v0.85.0"

13 months agoMerge "Update cloud image"
Robert Varga [Tue, 11 Apr 2023 09:03:21 +0000 (09:03 +0000)]
Merge "Update cloud image"

13 months agoMerge "Update cloud image list docs"
Robert Varga [Tue, 11 Apr 2023 09:02:53 +0000 (09:02 +0000)]
Merge "Update cloud image list docs"

13 months agoMerge "Update validate-ar jobs for potassium"
Robert Varga [Tue, 11 Apr 2023 09:02:42 +0000 (09:02 +0000)]
Merge "Update validate-ar jobs for potassium"

13 months agoMerge "Update validate-ar jobs for argon"
Robert Varga [Tue, 11 Apr 2023 09:02:08 +0000 (09:02 +0000)]
Merge "Update validate-ar jobs for argon"

13 months agoMerge "Update cloud image CentOS7 docker x86_64"
Robert Varga [Tue, 11 Apr 2023 09:01:52 +0000 (09:01 +0000)]
Merge "Update cloud image CentOS7 docker x86_64"

13 months agoMerge "Update cloud image Ubuntu18.04 mininet ovs"
Robert Varga [Tue, 11 Apr 2023 09:01:40 +0000 (09:01 +0000)]
Merge "Update cloud image Ubuntu18.04 mininet ovs"

13 months agoMerge "Update cloud image CentOSStream8 builder x86_64"
Robert Varga [Tue, 11 Apr 2023 09:01:24 +0000 (09:01 +0000)]
Merge "Update cloud image CentOSStream8 builder x86_64"

13 months agoMerge "Update cloud image CentOS7 builder x86_64"
Robert Varga [Tue, 11 Apr 2023 09:01:10 +0000 (09:01 +0000)]
Merge "Update cloud image CentOS7 builder x86_64"

13 months agoMerge "Update cloud image Ubuntu18.04 docker x86_64"
Robert Varga [Tue, 11 Apr 2023 09:00:56 +0000 (09:00 +0000)]
Merge "Update cloud image Ubuntu18.04 docker x86_64"

13 months agoChore: Update global-jjb to latest v0.85.0 54/105354/1
Anil Belur [Tue, 11 Apr 2023 02:52:23 +0000 (12:52 +1000)]
Chore: Update global-jjb to latest v0.85.0

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

13 months agoUpdate cloud image list docs 71/104771/26
jenkins-releng [Mon, 10 Apr 2023 11:02:32 +0000 (11:02 +0000)]
Update cloud image list docs

Job: builder-update-image-list/1644
Change-Id: Ie4c52f872ad917802ad6a5d71d9dc8e2425dab47
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
13 months agoUpdate validate-ar jobs for potassium 25/105325/1
jenkins-releng [Sat, 8 Apr 2023 13:15:12 +0000 (13:15 +0000)]
Update validate-ar jobs for potassium

Job: autorelease-update-validate-jobs-potassium/1
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I83a772dc4ed61d98dbe365d003d1ae53411987bb

13 months agoFix: update docs jjb node version 49/105149/2
guillaume.lambert [Mon, 3 Apr 2023 10:15:30 +0000 (12:15 +0200)]
Fix: update docs jjb node version

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I3114765eae20d5d35bb8017fea334cf153d40b7b

13 months agoCI: Remove lf-infra-docs project and jobs 47/105247/1
Andrew Grimberg [Tue, 4 Apr 2023 23:26:33 +0000 (16:26 -0700)]
CI: Remove lf-infra-docs project and jobs

The releng/docs project on the LF Gerrit has been migrated to using
GitHub Actions for verification. RTD builds have been setup to happen
automatically by watching the GitHub mirror repository with an RTD
GitHub integration configured.

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

13 months agoUpdate cloud image 38/105138/2
jenkins-releng [Mon, 3 Apr 2023 06:49:36 +0000 (06:49 +0000)]
Update cloud image

Job: builder-openstack-update-cloud-image/526
Change-Id: I3a6ecb50d08f5fa02006936e1a871efa2723ced8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
13 months agoFeat: Branch cut stable/argon stream for AR 39/105139/3
Andrew Grimberg [Sun, 2 Apr 2023 11:46:44 +0000 (17:16 +0530)]
Feat: Branch cut stable/argon stream for AR

Add AR jobs for stable/argon release. Move master
to the next release Potassium (K).

Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4670
Change-Id: Ibe94f3478f94dac05f2fbc600ec238207d808a1b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
13 months agoUpdate validate-ar jobs for argon 40/105140/1
jenkins-releng [Sun, 2 Apr 2023 08:31:25 +0000 (08:31 +0000)]
Update validate-ar jobs for argon

Job: autorelease-update-validate-jobs-argon/8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I328d2382446a245edb1aeb966e4644577a5e020d

13 months agoUpdate cloud image CentOS7 docker x86_64 37/105137/1
jenkins-releng [Sat, 1 Apr 2023 22:29:20 +0000 (22:29 +0000)]
Update cloud image CentOS7 docker x86_64

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

13 months agoUpdate cloud image Ubuntu18.04 mininet ovs 36/105136/1
jenkins-releng [Sat, 1 Apr 2023 18:32:10 +0000 (18:32 +0000)]
Update cloud image Ubuntu18.04 mininet ovs

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

13 months agoUpdate cloud image CentOSStream8 builder x86_64 18/105118/2
jenkins-releng [Sat, 1 Apr 2023 16:40:53 +0000 (16:40 +0000)]
Update cloud image CentOSStream8 builder x86_64

Job: builder-openstack-update-cloud-image/522
Change-Id: I3bdf398ac91566887033d01a0d56a48549ac818f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
13 months agoFeat: Branch cut stable/argon stream 35/105135/2
Anil Belur [Sat, 1 Apr 2023 02:50:50 +0000 (08:20 +0530)]
Feat: Branch cut stable/argon stream

Add jobs for stable/argon release. Move master
to the next release Potassium (K).

Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4670
Change-Id: I447cb95d8dbb8650c5171faa4d387dbde35fb2ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
13 months agoUpdate cloud image CentOS7 builder x86_64 09/104209/3
jenkins-releng [Sat, 1 Apr 2023 06:28:00 +0000 (06:28 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/520
Change-Id: I6717a7d363f52dcb1e2ca90213b22dc41f5e2c78
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
13 months agoUpdate cloud image Ubuntu18.04 docker x86_64 19/105119/1
jenkins-releng [Sat, 1 Apr 2023 04:34:04 +0000 (04:34 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

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

13 months agoUpdate transportpce sonar job 78/104978/2
Gilles Thouenon [Tue, 21 Mar 2023 18:12:47 +0000 (19:12 +0100)]
Update transportpce sonar job

Since Chlorine, Java 17 and CentOS 8 are required. Update the
configuration of jenkins Sonar job for the transportpce project.

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Ifeb4ddd496c832efbaa9bd66a172c23ab7b7213e

13 months agoCI: Remove gerrit_to_platform jobs 87/104987/1
Andrew Grimberg [Wed, 22 Mar 2023 20:49:34 +0000 (13:49 -0700)]
CI: Remove gerrit_to_platform jobs

The gerrit_to_platform project has achieved validation hosting on GitHub
Actions. As such, it is no longer needed to have Jenkins jobs associated
with it.

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

14 months agoAdd transportpce Argon jobs 88/104788/1
Gilles Thouenon [Tue, 7 Mar 2023 15:50:27 +0000 (16:50 +0100)]
Add transportpce Argon jobs

Add jobs to support new transportpce-models and transportpce
stable/argon branches

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: If8b866e54d4f7fd2f5bad3a7e65ba64e711ced3c

14 months agoMerge "CI: Update flake8 pre-commit to come from GitHub"
Robert Varga [Fri, 3 Mar 2023 15:51:46 +0000 (15:51 +0000)]
Merge "CI: Update flake8 pre-commit to come from GitHub"

14 months agoMerge "Update cloud image Ubuntu18.04 docker x86_64"
Robert Varga [Fri, 3 Mar 2023 15:48:43 +0000 (15:48 +0000)]
Merge "Update cloud image Ubuntu18.04 docker x86_64"

14 months agoMerge "Update cloud image Ubuntu18.04 helm x86_64"
Robert Varga [Fri, 3 Mar 2023 15:48:25 +0000 (15:48 +0000)]
Merge "Update cloud image Ubuntu18.04 helm x86_64"

14 months agoMerge "Update cloud image CentOS7 robot x86_64"
Robert Varga [Fri, 3 Mar 2023 15:48:03 +0000 (15:48 +0000)]
Merge "Update cloud image CentOS7 robot x86_64"

14 months agoMerge "Update cloud image CentOS7 docker x86_64"
Robert Varga [Fri, 3 Mar 2023 15:47:46 +0000 (15:47 +0000)]
Merge "Update cloud image CentOS7 docker x86_64"

14 months agoMerge "Update cloud image"
Robert Varga [Fri, 3 Mar 2023 15:47:08 +0000 (15:47 +0000)]
Merge "Update cloud image"

14 months agoMerge "Update cloud image CentOSStream8 builder x86_64"
Robert Varga [Fri, 3 Mar 2023 15:46:44 +0000 (15:46 +0000)]
Merge "Update cloud image CentOSStream8 builder x86_64"

14 months agoMerge "Update validate-ar jobs for chlorine"
Robert Varga [Fri, 3 Mar 2023 15:46:27 +0000 (15:46 +0000)]
Merge "Update validate-ar jobs for chlorine"

14 months agoMerge "Update validate-ar jobs for argon"
Robert Varga [Fri, 3 Mar 2023 15:46:23 +0000 (15:46 +0000)]
Merge "Update validate-ar jobs for argon"

14 months agoUpdate cloud image 72/104672/2
jenkins-releng [Fri, 3 Mar 2023 06:50:02 +0000 (06:50 +0000)]
Update cloud image

Job: builder-openstack-update-cloud-image/517
Change-Id: I47f86348284a59992bc9581e400f5547f53fcce8
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate cloud image CentOS7 docker x86_64 69/104669/1
jenkins-releng [Wed, 1 Mar 2023 22:31:40 +0000 (22:31 +0000)]
Update cloud image CentOS7 docker x86_64

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

14 months agoUpdate cloud image CentOS7 robot x86_64 78/103878/3
jenkins-releng [Wed, 1 Mar 2023 22:28:17 +0000 (22:28 +0000)]
Update cloud image CentOS7 robot x86_64

Job: builder-openstack-update-cloud-image/514
Change-Id: I7defb7021092308007d9158f1b1b319e6081b63f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate cloud image CentOSStream8 builder x86_64 38/104638/2
jenkins-releng [Wed, 1 Mar 2023 16:37:40 +0000 (16:37 +0000)]
Update cloud image CentOSStream8 builder x86_64

Job: builder-openstack-update-cloud-image/512
Change-Id: If1bb86102b9fe825148c8e4ba6d9b0915532fcad
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate cloud image Ubuntu18.04 helm x86_64 59/103859/3
jenkins-releng [Wed, 1 Mar 2023 14:33:35 +0000 (14:33 +0000)]
Update cloud image Ubuntu18.04 helm x86_64

Job: builder-openstack-update-cloud-image/511
Change-Id: I05b15f71546bdd0f91e37f2ad0cad8e9ed1a0e0f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate validate-ar jobs for chlorine 02/104302/4
jenkins-releng [Wed, 1 Mar 2023 06:38:04 +0000 (06:38 +0000)]
Update validate-ar jobs for chlorine

Job: autorelease-update-validate-jobs-chlorine/4
Change-Id: I8f32f50ffb95d5073c0d9c1675c0fb773e35136b
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate cloud image CentOS7 builder x86_64 37/104637/2
jenkins-releng [Wed, 1 Mar 2023 06:27:51 +0000 (06:27 +0000)]
Update cloud image CentOS7 builder x86_64

Job: builder-openstack-update-cloud-image/510
Change-Id: Ib7094897263b3b391f972ba464f192320b0c992a
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoUpdate cloud image Ubuntu18.04 docker x86_64 39/104639/1
jenkins-releng [Wed, 1 Mar 2023 04:35:20 +0000 (04:35 +0000)]
Update cloud image Ubuntu18.04 docker x86_64

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

14 months agoUpdate validate-ar jobs for argon 70/104370/3
jenkins-releng [Sun, 26 Feb 2023 08:31:23 +0000 (08:31 +0000)]
Update validate-ar jobs for argon

Job: autorelease-update-validate-jobs-argon/3
Change-Id: Ib882da7e9eda8aa0001b16e7c6b43c0a93144647
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
14 months agoCreate mdsal-11.0.x jobs 81/104581/1
Robert Varga [Fri, 24 Feb 2023 19:21:31 +0000 (20:21 +0100)]
Create mdsal-11.0.x jobs

We are branching mdsal for 2023.09 development, add jobs to support
2022.03 branch.

Change-Id: Id0631e1a05cab5623402cd607bfbb7c25cb84ed4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
14 months agoAdd yangtools-10.0.x jobs 48/104448/1
Robert Varga [Sun, 19 Feb 2023 14:31:10 +0000 (15:31 +0100)]
Add yangtools-10.0.x jobs

yangtools has branched 10.0.x branch, add jobs to support it.

Change-Id: I957234b99305902aa8237f4bd442df475b4e6df3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
15 months agoRefactor: script/bump_mri_versions 29/104229/4
guillaume.lambert [Thu, 2 Feb 2023 09:53:27 +0000 (10:53 +0100)]
Refactor: script/bump_mri_versions

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I473a14888822c35404adc3200a98f0fc4d8b84ca

15 months agoCI: Init and enforce a pylint profile in tox 82/104182/5
guillaume.lambert [Fri, 27 Jan 2023 09:53:44 +0000 (10:53 +0100)]
CI: Init and enforce a pylint profile in tox

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I06c8ffb886cb6bb8c0fbbf3e8823ca58880f732a

15 months agoCI: Add Gerrit platform job 19/104319/1
Matthew Watkins [Wed, 8 Feb 2023 17:39:04 +0000 (17:39 +0000)]
CI: Add Gerrit platform job

Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I5bee5286cdc55a6c5fd5da8da8eebcdbbed314be

15 months agoCI: Add 1Password app 18/104318/1
Matthew Watkins [Wed, 8 Feb 2023 17:21:54 +0000 (17:21 +0000)]
CI: Add 1Password app

Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I66ff877db5217bd3fbf60e58e834658af493b593

15 months agoCI: Update flake8 pre-commit to come from GitHub 01/104301/1
Andrew Grimberg [Tue, 7 Feb 2023 22:33:59 +0000 (14:33 -0800)]
CI: Update flake8 pre-commit to come from GitHub

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

15 months agoRefactor autorelease projects 85/104285/1
Sangwook Ha [Mon, 6 Feb 2023 19:00:56 +0000 (11:00 -0800)]
Refactor autorelease projects

Create a project for the common jobs which do not depend on the Java
version. This allows the jobs to run on the same build node regardless
of the stream or its Java version.

Change-Id: Id49fe99f1cf1553e114665c8b45849867bfb25de
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>