@@ -27,10 +27,6 @@ default-job: &default-job
2727 description : The version of typescript to be used
2828 type : string
2929 default : stable
30- test-gate :
31- description : A particular type of tests that should be run
32- type : string
33- default : undefined
3430 e2e-base-url :
3531 description : The base url for running end-to-end test
3632 type : string
@@ -44,7 +40,6 @@ default-job: &default-job
4440 BROWSERSTACK_ENABLED : << parameters.browserstack-enabled >>
4541 REACT_VERSION : << parameters.react-version >>
4642 TYPESCRIPT_VERSION : << parameters.typescript-version >>
47- TEST_GATE : << parameters.test-gate >>
4843 AWS_REGION_ARTIFACTS : eu-central-1
4944 COREPACK_ENABLE_DOWNLOAD_PROMPT : ' 0'
5045 DANGER_DISABLE_TRANSPILATION : ' true'
@@ -224,11 +219,6 @@ jobs:
224219 command : |
225220 pnpm extract-error-codes
226221 git add -A && git diff --exit-code --staged
227- - run :
228- name : ' `pnpm docs:link-check` changes committed?'
229- command : |
230- pnpm docs:link-check
231- git add -A && git diff --exit-code --staged
232222 test_types :
233223 << : *default-job
234224 resource_class : ' medium+'
@@ -326,31 +316,6 @@ jobs:
326316 command : pnpm test:e2e-website
327317 environment :
328318 PLAYWRIGHT_TEST_BASE_URL : << parameters.e2e-base-url >>
329- test_profile :
330- << : *default-job
331- docker :
332- - image : mcr.microsoft.com/playwright:v1.56.1-noble
333- steps :
334- - checkout
335- - install_js :
336- browsers : true
337- - run :
338- name : Tests real browsers
339- # Run a couple of times for a better sample.
340- # TODO: hack something together where we can compile once and run multiple times e.g. by abusing watchmode.
341- command : |
342- # Running on chrome only since actual times are innaccurate anyway
343- # The other reason is that browserstack allows little concurrency so it's likely that we're starving other runs.
344- pnpm test:karma:profile --browsers chrome,chromeHeadless
345- pnpm test:karma:profile --browsers chrome,chromeHeadless
346- pnpm test:karma:profile --browsers chrome,chromeHeadless
347- pnpm test:karma:profile --browsers chrome,chromeHeadless
348- pnpm test:karma:profile --browsers chrome,chromeHeadless
349- # Persist reports for inspection in https://frontend-public.mui.com/
350- - store_artifacts :
351- # see karma.conf.profile.js reactProfilerReporter.outputDir
352- path : tmp/react-profiler-report/karma
353- destination : react-profiler-report/karma
354319 test_regressions :
355320 << : *default-job
356321 docker :
@@ -685,12 +650,6 @@ workflows:
685650 << : *default-context
686651 requires :
687652 - test_bundling_prepare
688- profile :
689- when :
690- equal : [profile, << pipeline.parameters.workflow >>]
691- jobs :
692- - test_profile :
693- << : *default-context
694653
695654 # This workflow can be triggered manually on the PR
696655 react-17 :
0 commit comments