From f16ff6cf0dfa0a41d96072b5e8cea842042d94a8 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 7 Apr 2025 17:17:16 -0400 Subject: [PATCH] chore: update snap-shot-core patch package file to match version (#31449) * chore: update snap-shot-core patch package file to match version * update circle cache * experiment with removing .md from yarnclean * add .md back to yarnclean * bust circle cache * remove .md files being cleaned from yarn to get around patch-package issue * print size of cache * try out the size of the .md * remove md from yarnclean * UPdate to version without removal of markdown files --- .circleci/cache-version.txt | 2 +- .circleci/workflows.yml | 6 ++++-- .yarnclean | 5 +---- ...ore+10.2.0.dev.patch => snap-shot-core+10.2.4.dev.patch} | 0 4 files changed, 6 insertions(+), 7 deletions(-) rename patches/{snap-shot-core+10.2.0.dev.patch => snap-shot-core+10.2.4.dev.patch} (100%) diff --git a/.circleci/cache-version.txt b/.circleci/cache-version.txt index dde0da7113..37a7341140 100644 --- a/.circleci/cache-version.txt +++ b/.circleci/cache-version.txt @@ -1,3 +1,3 @@ # Bump this version to force CI to re-create the cache from scratch. -3-18-2024:4:25 +4-7-2025-v1 diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index c4549e571a..ed28075c90 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -498,8 +498,9 @@ commands: steps: - run: pwd - run: - name: print global yarn cache path - command: echo $(yarn global bin) + name: print global yarn cache path and size + command: | + du -sh $(yarn global bin) - run: name: print yarn version command: yarn versions @@ -784,6 +785,7 @@ commands: - windows-install-chrome: browser: <> - run: + name: Run <> UI tests command: | echo Current working directory is $PWD echo Total containers $CIRCLE_NODE_TOTAL diff --git a/.yarnclean b/.yarnclean index 1b0696546c..410da765e3 100644 --- a/.yarnclean +++ b/.yarnclean @@ -44,7 +44,4 @@ wercker.yml .flowconfig .documentup.json .yarn-metadata.json -.travis.yml - -# misc -*.md +.travis.yml \ No newline at end of file diff --git a/patches/snap-shot-core+10.2.0.dev.patch b/patches/snap-shot-core+10.2.4.dev.patch similarity index 100% rename from patches/snap-shot-core+10.2.0.dev.patch rename to patches/snap-shot-core+10.2.4.dev.patch