From e0666bd81bdad91abac99f8f3ed7ad0d21c465af Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 20 Jan 2018 18:19:52 +0100 Subject: [PATCH] Remove tempest-lib tempest-lib was reintegrated into tempest in 2016, there's no need to check it out anymore. Remove it from PROJECTS list. See also https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/reintegrate-tempest-lib.html Change-Id: I3ed33ad9cf4097bc48ab71a666c2ce95b26c3329 --- devstack-vm-gate-wrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1204e533..22eaa8b8 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -83,7 +83,6 @@ PROJECTS="openstack/nova $PROJECTS" PROJECTS="openstack/requirements $PROJECTS" PROJECTS="openstack/swift $PROJECTS" PROJECTS="openstack/tempest $PROJECTS" -PROJECTS="openstack/tempest-lib $PROJECTS" # Everything below this line in the PROJECTS list is for non # default devstack runs. Overtime we should remove items from # below and add them explicitly to the jobs that need them. The