Skip to content

Commit

Permalink
Merge pull request #516 from 92kns/awfy_m2
Browse files Browse the repository at this point in the history
Add M2 machines to AWFY
  • Loading branch information
92kns authored Jul 10, 2024
2 parents 5b29575 + 6627065 commit fb6b023
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ After that open <http://localhost:5000> on your preferred browser.
[circleci-image]: https://circleci.com/gh/mozilla-frontend-infra/firefox-performance-dashboard.svg?style=badge
[circleci-url]: https://app.circleci.com/pipelines/github/mozilla-frontend-infra/firefox-performance-dashboard

## Debugging tips

* If `yarn start` fails, try running:

```bash
export NODE_OPTIONS=--openssl-legacy-provide
yarn start
```

* If developing locally on MacOS, the default port (5000) may not always work. There is a likelihood you would have to disable the `AirPlay Receiver` on the OS, which by default listens on port 5000

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand All @@ -51,4 +62,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
5 changes: 5 additions & 0 deletions src/awfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,11 @@ export const CONFIG = {
platforms: ['macosx1014-64-shippable-qr'],
categories: DESKTOP_CATEGORIES,
},
mac1400: {
label: 'macOS 14.5 "Sonoma"',
platforms: ['macosx1400-64-shippable-qr'],
categories: DESKTOP_CATEGORIES,
},
win10: {
label: 'Windows 10 64bit',
platforms: ['windows10-64-shippable-qr', 'windows10-64-2004-shippable-qr'],
Expand Down

0 comments on commit fb6b023

Please sign in to comment.