Skip to content

Commit 3889ded

Browse files
[code-infra] Give a stable name to dev tool app
1 parent 8135638 commit 3889ded

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
pnpm test:karma:profile --browsers chrome,chromeHeadless
399399
pnpm test:karma:profile --browsers chrome,chromeHeadless
400400
pnpm test:karma:profile --browsers chrome,chromeHeadless
401-
# Persist reports for inspection in https://mui-dashboard.netlify.app/
401+
# Persist reports for inspection in https://frontend-public.mui.com/
402402
- store_artifacts:
403403
# see karma.conf.profile.js reactProfilerReporter.outputDir
404404
path: tmp/react-profiler-report/karma

dangerFileContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async function reportBundleSize() {
144144
const detailedComparisonQuery = `circleCIBuildNumber=${circleCIBuildNumber}&baseRef=${danger.github.pr.base.ref}&baseCommit=${comparison.previous}&prNumber=${danger.github.pr.number}`;
145145
const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/bundleSizes?${detailedComparisonQuery}`;
146146
const detailedComparisonRoute = `/size-comparison?${detailedComparisonQuery}`;
147-
const detailedComparisonUrl = `https://mui-dashboard.netlify.app${detailedComparisonRoute}`;
147+
const detailedComparisonUrl = `https://frontend-public.mui.com${detailedComparisonRoute}`;
148148

149149
const { all: allResults, main: mainResults } = sieveResults(Object.entries(comparison.bundles));
150150
const anyResultsChanges = allResults.filter(createComparisonFilter(1, 1));

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@ curl --request POST \
237237
--data-raw '{"branch":"pull/24289/head","parameters":{"workflow":"profile"}}'
238238
```
239239

240-
To analyze this profile run you can use https://mui-dashboard.netlify.app/test-profile/:job-number.
240+
To analyze this profile run you can use https://frontend-public.mui.com/test-profile/:job-number.
241241

242242
To find out the job number you can start with the response of the previous CircleCI API request which includes the created pipeline id.
243243
You then have to search in the [CircleCI UI](https://app.circleci.com/pipelines/github/mui/material-ui) for the job number of `test_profile` that is part of the started pipeline.
244244
The job number can be extracted from the URL of a particular CircleCI job.
245245

246-
For example, in https://app.circleci.com/pipelines/github/mui/material-ui/32796/workflows/23f946de-328e-49b7-9c94-bfe0a0248a12/jobs/211258 `jobs/211258` points to the job number which is in this case `211258` which means you want to visit https://mui-dashboard.netlify.app/test-profile/211258 to analyze the profile.
246+
For example, in https://app.circleci.com/pipelines/github/mui/material-ui/32796/workflows/23f946de-328e-49b7-9c94-bfe0a0248a12/jobs/211258 `jobs/211258` points to the job number which is in this case `211258` which means you want to visit https://frontend-public.mui.com/test-profile/211258 to analyze the profile.
247247

248248
### Testing multiple versions of React
249249

0 commit comments

Comments
 (0)