Commit Graph

15 Commits

Author SHA1 Message Date
Ghanshyam Mann a606c60efc Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/910044
Depends-On: https://review.opendev.org/c/openstack/neutron/+/910099

Change-Id: I338ed19678cf4a6248c46551bdf9cb23abc511bd
2024-02-24 20:22:39 +00:00
Sorin Sbarnea a3c9dc40e4 Fixed yamlint violations
Change-Id: I7468ef9929cd6a7c0969bcd6befb320bfd671097
2021-02-10 15:24:59 +00:00
yatinkarel b24e471ec8 Fix usage of pip constraints in tripleo ci jobs
https://review.opendev.org/#/c/715427/ wrongly added
the pip constraints to be used in ci jobs, this patch fixes it.

Change-Id: I99117b02fb598a08f87fc46b4a4141207e2d5c20
2020-05-28 21:01:09 +00:00
Wes Hayutin b1c1d73c42 use the branched upper constraints file when we override the branch
In the upstream ci is unbranched and only runs off of master.
We also have branchful jobs to ensure ci changes do not
break non-master branches [1]. The branchful jobs
should use the upper-constraints file for their
particular branch.

[1] tripleo-ci/src/branch/master/zuul.d/multinode-jobs.yaml#L205-L220

Related-Bug: #1869161
Change-Id: Id53b219bf2ae3b22bcba2aef222bd728e7546e22
2020-03-27 09:23:19 -06:00
Sorin Sbarnea 8ce78d3a18 Bumped and hardened linting
- Fixes one bashate problem
- Updates linters
- Addressed most of the skip_list exclusions and removed them

Assure the `pre-commit run -a` is always run on all files instead
of old behavior which allowed linting to be broken when merging.

Bumping operation is mostly automated, we just need to run:
`pre-commit autoupdate` from time to time and fix eventual issues.

Change-Id: If75a3e49a9d570e744063ea35ea41919261ad876
2019-06-26 12:31:29 +01:00
yatin 93768b46ee OpenDev Migration Patch 2
These changes were missed by Sysadmin's proposed
Migration Patch, this patch takes care of these
missings.

Also updated kolla review pull task to use
review.opendev.org instead of opendev.org as
remote url because opendev.org currently don't
have review refs/changes synched due to gitea bug.

Related-Bug: #1825732
Change-Id: I30646b0c5b95f391e9ab4bd767b468280ccb3842
2019-04-22 11:04:00 +05:30
Ian Wienand 5c808296ae Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I2562cef678dca4201f497b1140ca092287ddf5cf
2019-03-24 20:36:17 +00:00
Wes Hayutin 58bb094700 Add support for distro and major release delineation
We'll need unique release files for
CentOS-7, CentOS-8, Fedora-28 and RHEL

Change-Id: I5613d1acb2925a1066623665f0598a060c97acee
Partial-Bug: #1740928
Story: https://tree.taiga.io/project/tripleo-ci-board/us/1
2018-10-09 08:51:56 +01:00
Dirk Mueller 19206852bd Remove setting of DEVSTACK_GATE_EXERCISES
This defaults to 0 anyway, and is being removed as the devstack
excercises are being removed. see https://review.openstack.org/#/c/581377/

Change-Id: Ib1db56cf1a4a4bc10db784d5e51e24e5f168e5f5
2018-07-17 10:40:15 +02:00
Arx Cruz e60a6bc2b0 Properly export zuul variables
The JOB_NAME variable is being exported as 'workspace' and
LOT_PATH isn't being exported at all, and these variables are required
for tempest-sendmail tool work properly

Change-Id: Iaa5a85e8d15e0ea9ff9d53dd60bbd08a400d71b5
2018-04-26 12:14:42 +02:00
Zuul 07fcf0fc79 Merge "Remove tripleo-centos-7 node" 2018-03-08 18:31:02 +00:00
Sofer Athlan-Guyot 8c88c0b897 Get tripleo-upgrade taken into account by zuul.
It would be needed to be able to have some jobs gating tripleo-upgrade
or make some check experimental tests upstream.

Change-Id: I1c77ba30ea8f064093190c4b0aa8bed4d76321ee
Related-Bug: #1752062
2018-03-06 23:24:15 +00:00
Andreas Jaeger 8101c1e3ef Remove tripleo-centos-7 node
We no longer have tripleo-test-cloud-rh1 online, these nodesets can be
removed.

Change-Id: I6633fb30fbc8404d606b558bcc4b16396db63e3e
2018-03-05 08:14:32 +01:00
Emilien Macchi c7749a5910 zuul/tripleo-ci-dsvm: remove required-projects
... so we don't spend time on cloning things already deployed by delorean.

Change-Id: I041cba54e9598f47ccbe7cce8e058a2615cb97ea
2017-12-05 05:50:40 +00:00
Emilien Macchi 85bf2e8dde Import TripleO legacy zuul jobs
- Import tripleo-buildimage playbooks and refactorize.
  Note: tripleo_image_type var was created to re-use the
  same playbooks.
- Import toci_ci playbooks and refactorize.
  Note: some vars were created to re-use the same playbooks.
- Import jobs, templates and projects layouts.
  Sort jobs by type so it's easily understable.
- Create new templates and use these templates in tripleo-ci.
  It will make projects layouts easy.

Change-Id: Ie8aa85fe7a8ee556cc1b46e215d329e95913290c
Co-Authored-By: David Moreau-Simard <dms@redhat.com>
2017-11-15 18:54:02 -08:00