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

🏗 Refactor and simplify build target logic during CI builds #32146

Merged
merged 1 commit into from
Jan 25, 2021
Merged

🏗 Refactor and simplify build target logic during CI builds #32146

merged 1 commit into from
Jan 25, 2021

Conversation

rsimha
Copy link
Contributor

@rsimha rsimha commented Jan 22, 2021

PR highlights:

  • Add the Targets enum to build-targets.js
  • Add buildTargetsInclude() to check if a PR's build targets include the given target(s)
  • Cache the set of build targets once they have initially been determined
  • Eliminate the hundreds of spots where build targets are referenced by name
  • Modify reportAllExpectedTests() to use the previously computed build targets
  • Fix bug where a nonexistent target was still being checked (VALIDATOR_JAVA no longer exists)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants