diff --git a/.circleci/cache-version.txt b/.circleci/cache-version.txt index dde0da7113dc..37a73411403f 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 c4549e571aad..ed28075c9063 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 1b0696546cd6..410da765e3aa 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