From b8d384e4dfae49cf7ca4ea70f937a5589090d956 Mon Sep 17 00:00:00 2001 From: Edvard Chen Date: Mon, 9 May 2022 11:33:30 +0800 Subject: [PATCH 1/4] lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 979c92a7..37952d5e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -24,6 +24,23 @@ "maintainers": "cjihrig", "prefix": "v" }, + "@yarnpkg/cli": { + "envVar": { "TEST_IGNORE_TIMEOUT_FAILURES": true }, + "install": ["install", "--mode", "skip-build"], + "maintainers": ["arcanis", "merceyz", "paul-soporan", "larixer"], + "head": true, + "repo": "https://github.com/yarnpkg/berry", + "scripts": [ + "build:cli --no-minify", + "typecheck:all", + "test:lint", + "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts", + "test:integration --runInBand --testPathIgnorePatterns ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js ./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js" + ], + "flaky": ["ppc", "fedora", "debian", "win"], + "timeout": 3000000, + "yarn": true + }, "JSONStream": { "prefix": "v", "skip": ["win32", "14"], From ecba23b2dd3124222cb552f3025a489b5ee19511 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2023 18:26:28 -0700 Subject: [PATCH 2/4] fixup! lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 37952d5e..833e04ca 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -34,8 +34,7 @@ "build:cli --no-minify", "typecheck:all", "test:lint", - "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts", - "test:integration --runInBand --testPathIgnorePatterns ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patchCommit.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/commands/patch.test.ts ./packages/acceptance-tests/pkg-tests-specs/sources/protocols/git.test.js ./packages/acceptance-tests/pkg-tests-specs/sources/script.test.js" + "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts" ], "flaky": ["ppc", "fedora", "debian", "win"], "timeout": 3000000, From 16de7961a4e1e0a6e1fce9f3e5f91b3d521d37ca Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2023 18:29:24 -0700 Subject: [PATCH 3/4] fixup! fixup! lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 833e04ca..f3c242cd 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -36,7 +36,6 @@ "test:lint", "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts" ], - "flaky": ["ppc", "fedora", "debian", "win"], "timeout": 3000000, "yarn": true }, From a103a3436ec1a5fc28aba92be219a67b2597ca52 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2023 20:22:23 -0700 Subject: [PATCH 4/4] fixup! fixup! fixup! lookup: add @yarnpkg/cli to lookup.json --- lib/lookup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lookup.json b/lib/lookup.json index f3c242cd..93d1d947 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -36,6 +36,7 @@ "test:lint", "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts" ], + "skip": ["aix", "win32"], "timeout": 3000000, "yarn": true },