Skip to content

[0.64] Fix CI - #973

Closed
Saad Najmi (Saadnajmi) wants to merge 6 commits into
microsoft:0.64-stablefrom
Saadnajmi:fix-ci-64
Closed

[0.64] Fix CI#973
Saad Najmi (Saadnajmi) wants to merge 6 commits into
microsoft:0.64-stablefrom
Saadnajmi:fix-ci-64

Conversation

@Saadnajmi

Copy link
Copy Markdown
Collaborator

Cherry pick #945 and whatever else I need to get CI green.

=====

Please select one of the following

  • I am removing an existing difference between facebook/react-native and microsoft/react-native-macos 👍
  • I am cherry-picking a change from Facebook's react-native into microsoft/react-native-macos 👍
  • I am making a fix / change for the macOS implementation of react-native
  • I am making a change required for Microsoft usage of react-native

Summary

The Flow Check phase of our End to End Circle CI tests fails. This seems to be because the E2E test is installing _react-native-macosversion 0.63 instead of latest (which is missing theColors.darker` variable, which is how I figured that out. I haven't figured it out yet (perhaps #944 will help?), but this is blocking PRs quite a bit. Let's comment it out for now

Changelog

[Internal] [Removed] - Removed Flow check test from E2E tests temporarily

Test Plan

* comment out test
* Update run-ci-e2e-tests.js
* Update run-ci-e2e-tests.js
@pull-bot

Pull Request Analyser (pull-bot) commented Jan 19, 2022

Copy link
Copy Markdown
Warnings
⚠️

❔ Base Branch - The base branch for this PR is something other than master. Are you sure you want to merge these changes into a stable release? If you are interested in backporting updates to an older release, the suggested approach is to land those changes on master first and then cherry-pick the commits into the branch for that release. The Releases Guide has more information.

Generated by 🚫 dangerJS against a72e010

exitCode = 1;
throw Error(exitCode);
}
describe('Test: Flow check');

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this now that CI is optional?

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I can try un-commenting it and see what happens

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, the CircleCI tests are optional! As such, this PR is no longer needed

@Saadnajmi

Copy link
Copy Markdown
CollaboratorAuthor

Closing as this PR should no longer be needed.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Saadnajmi@pull-bot@HeyImChris