Remove project3
This is used by two tests; move those to a new simple_layout.
Change-Id: I72c740dcc11d29736f2db74cda11e9e3092209bb
diff --git a/tests/unit/test_scheduler.py b/tests/unit/test_scheduler.py
index f0087a2..d3857b3 100755
--- a/tests/unit/test_scheduler.py
+++ b/tests/unit/test_scheduler.py
@@ -1369,6 +1369,7 @@
self.assertEqual(self.getJobFromHistory('project-test2').result,
'FAILURE')
+ @simple_layout('layouts/three-projects.yaml')
def test_dependent_behind_dequeue(self):
# This particular test does a large amount of merges and needs a little
# more time to complete
@@ -4335,6 +4336,7 @@
for job in self.history:
self.assertEqual(len(job.changes.split()), 1)
+ @simple_layout('layouts/three-projects.yaml')
def test_crd_check_transitive(self):
"Test transitive cross-repo dependencies"
# Specifically, if A -> B -> C, and C gets a new patchset and