From 023d6d494d89d6f2a14125331a49ecef184d7dc5 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 5 Mar 2024 12:20:40 +0100 Subject: [PATCH] Drop lib-forward-testing template This uses the legacy tempest-full job which is about to be removed from tempest. All uses should refer to the new lib-forward-testing-python3 template instead. Change-Id: Ibd09929c956371b40d5dd522020a6e39f99e9f17 --- zuul.d/project-templates.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index e4ea3f3d..c3556289 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -3414,19 +3414,6 @@ - golang-fmt - golang-unit -- project-template: - name: lib-forward-testing - description: | - Run tempest, installing the library from source to ensure that - changes in the library do not break any of the services running - in devstack. - check: - jobs: - - tempest-full - gate: - jobs: - - tempest-full - - project-template: name: lib-forward-testing-python3 description: |