-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
test_bot/formulae: only run subset of brew tests for portable Ruby
#23113
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -916,11 +916,11 @@ def portable_formula!(formula_name, args:) | |||||||
| test "brew", "typecheck", "--update" | ||||||||
|
|
||||||||
| # Run the checks that gate a Homebrew/brew pull request. | ||||||||
| test "brew", "style" if %w[actionlint shellcheck shfmt].all? { |f| bottled?(Formulary.factory(f)) } | ||||||||
| test "brew", "style" unless OS.not_tier_one_configuration? | ||||||||
| test "brew", "typecheck" | ||||||||
| test "brew", "install-bundler-gems", "--groups=all" | ||||||||
| test "brew", "vendor-gems", "--non-bundler-gems", "--no-commit" | ||||||||
| test "brew", "tests", "--online", "--coverage" | ||||||||
| test "brew", "tests", "--online", "--coverage", "--only=cask,formula" | ||||||||
|
cho-m marked this conversation as resolved.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we have tests failing on Tier 1 Linux runners? Any ideas?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently failing on Gzip unpack test. I've tried a few changes to debug and see if chown could help:
Still failing on the sticky bit. I don't think we ever add it ourselves, so I'd expect the default Since I haven't been able to reproduce yet, I'm not able to figure out the exact conditions this happens. No issues running
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, thanks. Can we just skip that specific test in
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can explore again since we no longer are blocking any PRs. I think root case is actually from running brew/Library/Homebrew/dev-cmd/vendor-gems.rb Lines 48 to 50 in df0164d
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||
| test "brew", "update-test" | ||||||||
| test "brew", "update-test", "--to-tag" | ||||||||
| test "brew", "update-test", "--commit=HEAD" | ||||||||
|
|
||||||||
Uh oh!
There was an error while loading. Please reload this page.