Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann c49552281f 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

Change-Id: I235b08d63bab01a94a41b29b40724f05c88a534f
2024-02-24 11:44:21 -08:00
Pooja Jadhav dc0df39f5b Run featureset060 job with tempest-allow
This patch replace the tempest_test_whitelist with tempest_allowed_group
that is to be used by tempest-allow.

Depends-On: https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/842980
Change-Id: I5f6a4ab2b292bc5ec8a9c8bc40780c3f609f653f
2022-05-30 16:07:01 +05:30
Marios Andreou 7b8d8ecfca Remove all rocky related config/conditionals/tests as tripleo rocky is EOL
Rocky is now EOL since [1][2] so this removes all the rocky related tests
or conditionals.
Related reviews in topic branch tripleo-ci-reduce-rocky [3].

[1] https://review.opendev.org/c/openstack/releases/+/774244
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/020912.html
[3] https://review.opendev.org/q/topic:tripleo-ci-reduce-rocky

Change-Id: Ibb602d1a2e3bd62463ad8861e66c23248f037923
2021-04-01 16:12:59 +03:00
Chandan Kumar (raukadah) ad0f465cd6 Remove undercloud_enable_tempest var
Since we are working in process of removing tempest container
from wallaby release and all the tempest run is switched to
os_tempest for all supported release in tripleo-ci.

This change is not going to affect any periodic jobs also.

It also removes run_tempest and tempest_format var.

Related-Bug: #1916875

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I3d046047833044fd2d75ba399f784be5d992fbef
2021-03-11 15:29:53 +05:30
Arx Cruz c301c85f12 Replace run_tempest with use_os_tempest
The variable run_tempest was used by validate-tempest. Since now we use
only os_tempest, this variable is no longer required, however, since
use_os_tempest is default to true, we must change it where the
run_tempest is false, like in the upgrade/update jobs, since we don't
run tempest on those.

Change-Id: Idb8166992976ce6303f95f72011aa65fe536931e
2021-01-13 12:19:31 +01:00
yatinkarel 722e5feca8 Remove network config from featureset060
These are similar to defaults so not needed here,
noticed during testing of default n/w switch[1].

[1] https://review.opendev.org/757605

Change-Id: I5fac8e75ea2c824793414b2f0870948759213904
2020-10-15 08:49:31 +05:30
Amol Kahat 3f814783ef
Added ironic specific variables in the featureset060 file.
To run ironic tempest tests public network needs to create
with the same name which is defined in the /etc/ironic.conf
file.

Enabled test_baremetal_multitenancy test in
featureset060.yaml file.

Depends-On: https://review.opendev.org/#/c/744882/

Change-Id: I0c5568a60da3d127d6d9b03a584928c5f5e91b73
Signed-off-by: Amol Kahat <amolkahat@gmail.com>
2020-08-10 17:28:40 +05:30
Amol Kahat bde256bcee
Ported featureset060.yml to os_tempest.
Variables changed:
run_tempest: true -> run_tempest: false
tempest_workers -> tempest_run_concurrency
tempest_whitelist -> tempest_test_whitelist

New added variables:
use_os_tempest: true
tempest_services
tempest_tempestconf_profile_overrides

Change-Id: I8241c12ee3b7f84b713c12f5500447cb665ea370
Signed-off-by: Amol Kahat <amolkahat@gmail.com>
2020-04-11 12:52:36 +05:30
Derek Higgins ef7964c018 Turn off ansible lint after deployment.
This has also been truned off in other jobs(e.g. featureset052.yml)
as it isn't working. Also turn this off here until it can be addressed.

Change-Id: I73bec0a54dc3ccbd090f64e955a9941e4e78f0cb
2019-06-25 08:31:03 +01:00
Gabriele Cerami 404bbb069c Add featureset for scenario012 standalone
Ironic test on standalone need an additional variable ironic_overcloud
to set up things ready for tempest tests.
Cloning featurset052 to featureset060 and adding ironic_overcloud

Change-Id: I8ae7f7c31eb8b462433540bdc6535bd0a76ea281
2019-02-14 11:05:54 +00:00