-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2,578 changed files
with
94,365 additions
and
63,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-s3: circleci/[email protected] | ||
aws-cli: circleci/[email protected] | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
browserstack-force: | ||
|
@@ -227,7 +228,7 @@ jobs: | |
name: 'Write "use client" directive' | ||
command: yarn rsc:build | ||
- run: | ||
name: '`yarn rsc:build` changes detected, "use client" missing from exports' | ||
name: '`yarn rsc:build` changes committed?' | ||
command: git add -A && git diff --exit-code --staged | ||
- run: | ||
name: Generate the documentation | ||
|
@@ -344,7 +345,7 @@ jobs: | |
<<: *defaults | ||
resource_class: 'medium+' | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -374,7 +375,7 @@ jobs: | |
test_e2e: | ||
<<: *defaults | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -393,7 +394,7 @@ jobs: | |
test_e2e_website: | ||
<<: *defaults | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -408,7 +409,7 @@ jobs: | |
test_profile: | ||
<<: *defaults | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -435,7 +436,7 @@ jobs: | |
test_regressions: | ||
<<: *defaults | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -489,7 +490,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -513,7 +514,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -537,7 +538,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -561,7 +562,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -585,7 +586,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -609,7 +610,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -637,7 +638,7 @@ jobs: | |
<<: *defaults | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -687,11 +688,12 @@ jobs: | |
pattern: '^pull/.+$' | ||
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
region: ${AWS_REGION_ARTIFACTS} | ||
# Upload distributables to S3 | ||
- aws-s3/copy: | ||
aws-access-key-id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
aws-region: AWS_REGION_ARTIFACTS | ||
aws-secret-access-key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
from: mui-material.tgz | ||
to: s3://mui-org-ci/artifacts/$CIRCLE_BRANCH/$CIRCLE_SHA1/ | ||
- store_artifacts: | ||
|
@@ -715,20 +717,18 @@ jobs: | |
pattern: '^pull/.+$' | ||
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
region: ${AWS_REGION_ARTIFACTS} | ||
# persist size snapshot on S3 | ||
- aws-s3/copy: | ||
arguments: --content-type application/json | ||
aws-access-key-id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
aws-region: AWS_REGION_ARTIFACTS | ||
aws-secret-access-key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
from: size-snapshot.json | ||
to: s3://mui-org-ci/artifacts/$CIRCLE_BRANCH/$CIRCLE_SHA1/ | ||
# symlink size-snapshot to latest | ||
- aws-s3/copy: | ||
arguments: --content-type application/json | ||
aws-access-key-id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
aws-region: AWS_REGION_ARTIFACTS | ||
aws-secret-access-key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
from: size-snapshot.json | ||
to: s3://mui-org-ci/artifacts/$CIRCLE_BRANCH/latest/ | ||
- run: | ||
|
@@ -739,7 +739,7 @@ jobs: | |
test_benchmark: | ||
<<: *defaults | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.36.2-focal | ||
- image: mcr.microsoft.com/playwright:v1.37.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.