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

feat(remove-android): Remove mock-adb #6745

Merged
merged 7 commits into from
Jun 22, 2023

Conversation

DaveTryon
Copy link
Contributor

Details

Deprecating Android support will touch hundreds of files, so we're breaking it up into more manageable units. This PR removes the files to build and configure mock-adb. Later PR's will remove the .NET build tools and the code that was added to enable e2e tests to force the code to start the session with an empty setup store.

Motivation

Android deprecation feature

Context

Pull request checklist

  • [n/a] Addresses an existing issue (part of Android deprecation feature)
  • Ran yarn fastpass
  • Added/updated relevant unit test(s) (and ran yarn test)
  • Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • PR title AND final merge commit title both start with a semantic tag (fix:, chore:, feat(feature-name):, refactor:). See CONTRIBUTING.md.
  • [n/a] (UI changes only) Added screenshots/GIFs to description above
  • [n/a] (UI changes only) Verified usability with NVDA/JAWS

@DaveTryon DaveTryon requested a review from a team as a code owner June 21, 2023 22:28
@DaveTryon DaveTryon closed this Jun 21, 2023
@DaveTryon DaveTryon reopened this Jun 21, 2023

- uses: github/codeql-action/autobuild@v2
Copy link
Contributor Author

@DaveTryon DaveTryon Jun 22, 2023

Choose a reason for hiding this comment

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

The github/codeql-action/autobuild@v2 step was added in #5737, and was needed for the C# code in mock-adb. Now that we're back to just JavaScript, we don't need it.

@@ -157,10 +157,8 @@ jobs:
timeout-minutes: 2
with:
trap-caching: false
languages: javascript
Copy link
Contributor Author

Choose a reason for hiding this comment

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

codeql is expecting to build JavaScript and C#, and complaining when the C# portion is not found. Explicitly telling codeql that we're building JavaScript sets the correct expectation.

Copy link
Contributor

@codeofdusk codeofdusk left a comment

Choose a reason for hiding this comment

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

Seems okay to me!

@DaveTryon DaveTryon merged commit b589daa into microsoft:main Jun 22, 2023
11 checks passed
@DaveTryon DaveTryon deleted the remove-mock-adb branch June 22, 2023 23:42
Sign up for free to 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.

2 participants