From f8625f0de547467f2d68de0cb17a2b0c1a979ff2 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Dec 2020 12:41:55 -0600 Subject: [PATCH] Remove stable/stein testing jobs stable/stein is not suported in Tempest now, so let's remove their jobs from master gate. Also, update doc to reflect it. Depends-On: https://review.opendev.org/c/openstack/stackviz/+/768212 Change-Id: I0cbc2883e1cfdb3b1d6b10a7ecea83a4bae32afb --- doc/source/supported_version.rst | 3 ++- zuul.d/project.yaml | 3 --- zuul.d/stable-jobs.yaml | 6 ------ 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/source/supported_version.rst b/doc/source/supported_version.rst index 388b4cd78b..4ca7f0df8f 100644 --- a/doc/source/supported_version.rst +++ b/doc/source/supported_version.rst @@ -9,9 +9,9 @@ Compatible OpenStack Releases Tempest master supports the below OpenStack Releases: +* Victoria * Ussuri * Train -* Stein For older OpenStack Release: @@ -34,3 +34,4 @@ Tempest master supports the below python versions: * Python 3.6 * Python 3.7 +* Python 3.8 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f2522afd88..5dcd27fa98 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -48,8 +48,6 @@ irrelevant-files: *tempest-irrelevant-files - tempest-full-train-py3: irrelevant-files: *tempest-irrelevant-files - - tempest-full-stein-py3: - irrelevant-files: *tempest-irrelevant-files - tempest-multinode-full-py3: irrelevant-files: *tempest-irrelevant-files - tempest-tox-plugin-sanity-check: @@ -139,7 +137,6 @@ - tempest-full-victoria-py3 - tempest-full-ussuri-py3 - tempest-full-train-py3 - - tempest-full-stein-py3 periodic: jobs: - tempest-all diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml index 832a0d5fa2..769b28051a 100644 --- a/zuul.d/stable-jobs.yaml +++ b/zuul.d/stable-jobs.yaml @@ -15,9 +15,3 @@ parent: tempest-full-py3 nodeset: openstack-single-node-bionic override-checkout: stable/train - -- job: - name: tempest-full-stein-py3 - parent: tempest-full-py3 - nodeset: openstack-single-node-bionic - override-checkout: stable/stein