From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- test/end-to-end/git-import/TARGETS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/end-to-end/git-import') diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS index 6ffe15df..4ff3ff03 100644 --- a/test/end-to-end/git-import/TARGETS +++ b/test/end-to-end/git-import/TARGETS @@ -3,9 +3,9 @@ , "name": ["chained-import"] , "test": ["chained-import.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["", "mr-tool-under-test"] + [ ["", "mr-tool-under-test"] , ["", "tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] } , "check-action-equality": @@ -18,11 +18,11 @@ , "name": ["deduplicate"] , "test": ["deduplicate.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["end-to-end", "deduplicate-tool-under-test"] + [ "check-action-equality" , ["", "mr-tool-under-test"] , ["", "tool-under-test"] - , "check-action-equality" + , ["end-to-end", "deduplicate-tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos-full.json", "actions-full.json", "repos.json", "actions.json"] @@ -32,9 +32,9 @@ , "name": ["annotations"] , "test": ["annotations.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["", "mr-tool-under-test"] + [ ["", "mr-tool-under-test"] , ["", "tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos.json"] } @@ -43,8 +43,8 @@ , "name": ["absent"] , "test": ["absent.sh"] , "deps": - [ ["end-to-end", "git-import-under-test"] - , ["end-to-end", "deduplicate-tool-under-test"] + [ ["end-to-end", "deduplicate-tool-under-test"] + , ["end-to-end", "git-import-under-test"] ] , "keep": ["repos.json", "deduplicated.json"] } -- cgit v1.2.3