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