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

Split detection of dependents [WIP] #1069

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlocab
Copy link
Member

This will allow us to parallelise dependent testing on GitHub-hosted
runners.

This will allow us to parallelise dependent testing on GitHub-hosted
runners.
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

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

Great idea, looking good so far!

Comment on lines +91 to +93
source_dependents = Array(args.source_dependents).map { |dep| Formulary.factory(dep) }
bottled_dependents = Array(args.bottled_dependents).map { |dep| Formulary.factory(dep) }
testable_dependents = Array(args.testable_dependents).map { |dep| Formulary.factory(dep) }
Copy link
Member

Choose a reason for hiding this comment

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

A method for this might be nice as it's doing the same thing 3 times.

Comment on lines +189 to +191
f.puts "source_dependents=#{source_dependents.map(&:full_name).join(",")}"
f.puts "bottled_dependents=#{bottled_dependents.map(&:full_name).join(",")}"
f.puts "testable_dependents=#{testable_dependents.map(&:full_name).join(",")}"
Copy link
Member

Choose a reason for hiding this comment

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

Same here

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.

None yet

2 participants