Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paths in objc-test.sh, temporarily exclude /IntegrationTests #36648

Closed
wants to merge 1 commit into from
Closed

Fix paths in objc-test.sh, temporarily exclude /IntegrationTests #36648

wants to merge 1 commit into from

Conversation

huntie
Copy link
Member

@huntie huntie commented Mar 27, 2023

Summary:
Changelog: [Internal]

Blocker for #36623. The test-ios job in CI was misconfigured following the monorepo migration — and becomes load-bearing with the incoming version of React Native CLI.

  • Update objc-test.sh to run in packages/rn-tester, and exclude tests under /IntegrationTests which are outside of a Metro project directory (before the monorepo changes, this was logically inside packages/react-native).
    • This is temporary — a task has been created to move/split up/otherwise restore tests in IntegrationTests, which @cipolleschi is following up (thanks!).
  • Also fix yarn start script in packages/rn-tester.

Differential Revision: D44416533

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Mar 27, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

@analysis-bot
Copy link

analysis-bot commented Mar 27, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,519,412 +0
android hermes armeabi-v7a 7,835,707 +0
android hermes x86 8,998,551 +0
android hermes x86_64 8,854,715 +0
android jsc arm64-v8a 9,140,564 +0
android jsc armeabi-v7a 8,332,777 +0
android jsc x86 9,194,234 +0
android jsc x86_64 9,453,310 +0

Base commit: 04df252
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

3 similar comments
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

)

Summary:
Pull Request resolved: #36648

Changelog: [Internal]

Blocker for #36623. The `test-ios` job in CI was misconfigured following the monorepo migration — and this becomes load-bearing with the incoming version of React Native CLI.

- Update `objc-test.sh` to run in `packages/rn-tester`, and exclude tests under `/IntegrationTests` which are outside of a Metro project directory.
    - **This is temporary** — a task has been created to move/split up/otherwise restore tests in `IntegrationTests`, which cipolleschi is following up (thanks!).
- Also fix `yarn start` script in `packages/rn-tester`.

Reviewed By: cipolleschi

Differential Revision: D44416533

fbshipit-source-id: 2b1709b05f315630af3cd3b8dcfa1afd13116e0b
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

@huntie huntie closed this by deleting the head repository Mar 27, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44416533

huntie added a commit to huntie/react-native that referenced this pull request Mar 27, 2023
…ebook#36648)

Summary:
Pull Request resolved: facebook#36648

Changelog: [Internal]

Blocker for facebook#36623. The `test-ios` job in CI was misconfigured following the monorepo migration — and this becomes load-bearing with the incoming version of React Native CLI.

- Update `objc-test.sh` to run in `packages/rn-tester`, and exclude tests under `/IntegrationTests` which are outside of a Metro project directory.
    - **This is temporary** — a task has been created to move/split up/otherwise restore tests in `IntegrationTests`, which cipolleschi is following up (thanks!).
- Also fix `yarn start` script in `packages/rn-tester`.

Reviewed By: cipolleschi

Differential Revision: D44416533

fbshipit-source-id: e200d7d1462d5ca4e263e21ff1e885929970068b
@huntie huntie reopened this Mar 27, 2023
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Mar 27, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 32e836d.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
…ebook#36648)

Summary:
Pull Request resolved: facebook#36648

Changelog: [Internal]

Blocker for facebook#36623. The `test-ios` job in CI was misconfigured following the monorepo migration — and this becomes load-bearing with the incoming version of React Native CLI.

- Update `objc-test.sh` to run in `packages/rn-tester`, and exclude tests under `/IntegrationTests` which are outside of a Metro project directory.
    - **This is temporary** — a task has been created to move/split up/otherwise restore tests in `IntegrationTests`, which cipolleschi is following up (thanks!).
- Also fix `yarn start` script in `packages/rn-tester`.

Reviewed By: cipolleschi

Differential Revision: D44416533

fbshipit-source-id: 59c5b743d9d8fda206a12e37d94324ed9bfd703e
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
…ebook#36648)

Summary:
Pull Request resolved: facebook#36648

Changelog: [Internal]

Blocker for facebook#36623. The `test-ios` job in CI was misconfigured following the monorepo migration — and this becomes load-bearing with the incoming version of React Native CLI.

- Update `objc-test.sh` to run in `packages/rn-tester`, and exclude tests under `/IntegrationTests` which are outside of a Metro project directory.
    - **This is temporary** — a task has been created to move/split up/otherwise restore tests in `IntegrationTests`, which cipolleschi is following up (thanks!).
- Also fix `yarn start` script in `packages/rn-tester`.

Reviewed By: cipolleschi

Differential Revision: D44416533

fbshipit-source-id: 59c5b743d9d8fda206a12e37d94324ed9bfd703e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants