529 Commits

Author SHA1 Message Date
Mike McQuaid
35488b74c8
workflows/update-manpage: set token.
Follow-up from https://github.com/Homebrew/brew/pull/10673.
2021-02-26 12:55:55 +00:00
Mike McQuaid
e64cf21889
Merge pull request #10673 from nandahkrishna/automate-update-maintainers
Automate updation of maintainers in README
2021-02-26 12:30:26 +00:00
Bo Anderson
7e75a49b77
shims/mac/super: add ruby shims to set SDKROOT 2021-02-24 12:48:07 +00:00
Dustin Rodrigues
787e6cb75f
Merge pull request #10667 from dtrodrigues/pr-man 2021-02-22 20:58:42 -05:00
nandahkrishna
88127eee4b
Automate updation of maintainers in README 2021-02-23 02:18:53 +05:30
dependabot[bot]
55208416cc
build(deps): bump reitermarkus/rerun-workflow
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow) from e2647e8885422412d5acbd61f9add5b1e77ad3ab to 1.1.6. This release includes the previously tagged commit.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases)
- [Commits](e2647e8885...64cba9e834)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 06:55:14 +00:00
Dustin Rodrigues
315c905ccd
tests.yml: remove 'brew man --fail-if-changed' in PR tests 2021-02-21 14:16:31 -05:00
Nanda H Krishna
cdaf5cca16
Merge pull request #10650 from nandahkrishna/automate-brew-man
Add workflow to automate manpage updates
2021-02-20 20:46:07 +05:30
nandahkrishna
83255527f3
Add workflow to automate manpage updates 2021-02-19 22:30:56 +05:30
Mike McQuaid
f09c428099
workflows/tests: move more macOS tests to Linux.
`brew style` is OS independent so let's run all the `brew style` tests
on Linux rather than macOS.
2021-02-18 18:21:16 +00:00
BrewTestBot
f8eb3fc05d triage-issues.yml: update to match main configuration 2021-02-15 08:18:10 +00:00
Tom Hu
9dff3236a7
Merge branch 'master' into codecov-action 2021-02-10 18:47:57 -05:00
Mike McQuaid
0ee63b0c51
workflows/tests: remove hadolint.
It's failing to install.
2021-02-08 10:29:22 +00:00
Bo Anderson
ab08b01b3f workflows/doctor: fix workflow not running 2021-02-05 15:45:31 +00:00
Markus Reiter
e9a5ef8916 Re-enable vendor-gems for pull requests. 2021-02-05 03:09:48 +01:00
Tom Hu
b0ec7e94f7 Test for coverage existence 2021-02-04 11:57:11 -05:00
Tom Hu
d02edd7412 Search in Homebrew directory for coverage 2021-02-04 10:55:31 -05:00
Mike McQuaid
44fae45889
workflows/tests: more codecov cleanup. 2021-02-04 09:06:52 +00:00
Tom Hu
4d1c369b1e
Add Codecov GitHub Action step 2021-02-04 09:06:52 +00:00
Mike McQuaid
7347534306
workflows/vendor-gems: disable for pull requests. 2021-02-04 08:52:15 +00:00
Mike McQuaid
abb076116b
workflows/tests: set HOMEBREW_BOOTSNAP.
Set this for the only tests with measurable, multi-minute improvements.
2021-02-02 13:51:10 +00:00
Mike McQuaid
92d107d666
Autoformat YAML files
Extracted the `.rubocop_todo.yml` change from #10397 so thought I'd do
this to all committed (non-vendor) YAML files.
2021-01-26 10:16:32 +00:00
Mike McQuaid
b9b1cd8b2b
tests: make macOS tests require a passing syntax job.
The syntax job is quick (takes 1m) and this avoids running the long
macOS job (for which we have a limited number of workers) unless it
has passed.
2021-01-21 16:30:30 +00:00
Mike McQuaid
a65ba2fbfe
Merge pull request #10246 from Homebrew/sync-triage-config
Synchronize triage configuration
2021-01-07 10:17:21 +00:00
BrewTestBot
56a3f20ee6 triage-issues.yml: update to match main configuration 2021-01-07 07:34:56 +00:00
Mike McQuaid
fd69a74075
github/workflows: use macos-latest.
macos-11.0 capacity is too low for us at the moment.
2021-01-06 09:59:20 +00:00
Rylan Polster
65df4efd1a workflows/tests: install shellcheck before checking style 2021-01-01 03:25:47 -05:00
Rylan Polster
9037967444 workflows/triage: fix handling outdated PRs 2020-12-27 18:20:46 -05:00
BrewTestBot
068a5c776d triage-issues.yml: update to match main configuration 2020-12-11 20:09:44 +00:00
Markus Reiter
faa99dfe0c
Run sorbet workflow on Big Sur. 2020-12-11 03:50:33 +01:00
Bryce Glover
39bdb54d2d [.github/workflows/tests.yml] jobs.test-everything: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Bryce Glover
94d68404db [.github/workflows/tests.yml] jobs.tap-syntax: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Bryce Glover
ce11d63ca8 [.github/workflows/docker.yml] jobs.ubuntu: Don't run on user forks. 2020-12-07 19:31:24 -05:00
Mike McQuaid
623840a304
workflows/tests: consolidate macOS tests.
We have a limited number of macOS workers (for the Homebrew
organisation) and queuing these seems to be slowing things down overall
compared to when we had one big job.

Linux throughput is still significantly quicker so it makes sense to
split up those jobs for providing quick feedback on breakages that are
cross-platform (which ends up being most but definitely not all of
them).
2020-12-04 10:13:01 +00:00
Mike McQuaid
cb4ed5a8c2
workflows/tests: run vendored gems on macOS 11.
All existing workflows using this seem to be broken.
2020-12-03 15:38:17 +00:00
Markus Reiter
182d4e758a Run vendor-gems on Big Sur. 2020-12-03 01:36:37 +01:00
Rylan Polster
8d3dd432e2 workflows/triage: skip for BrewTestBot PRs 2020-11-30 22:49:26 -05:00
Markus Reiter
c17d55201e Try using macos-latest for all jobs except tests. 2020-11-30 20:52:27 +01:00
Markus Reiter
10f2a39f9c Remove unneeded quotes. 2020-11-30 20:52:27 +01:00
Mike McQuaid
7561130904 workflows/tests: style tweaks. 2020-11-30 20:52:27 +01:00
Markus Reiter
f61d1101a1 Add vendored-gems to conclusion needs. 2020-11-30 20:52:27 +01:00
Markus Reiter
9477b8648f Add vendored-gems step. 2020-11-30 20:52:27 +01:00
Markus Reiter
a768859150 Try uploading coverage for all configurations. 2020-11-30 20:52:27 +01:00
Markus Reiter
3a1ad9334f Reword job name. 2020-11-30 20:52:27 +01:00
Markus Reiter
75c637d0d3 Always run conclusion. 2020-11-30 20:52:27 +01:00
Markus Reiter
2c34167131 Check for --coverage flag. 2020-11-30 20:52:27 +01:00
Markus Reiter
d404992676 Reorder jobs. 2020-11-30 20:52:27 +01:00
Markus Reiter
de280c4192 Don't wait for syntax job. 2020-11-30 20:52:27 +01:00
Markus Reiter
7ab22826b2 Add conclusion step to be used as required check. 2020-11-30 20:52:27 +01:00
Markus Reiter
fb59f6a12c Merge brew-tests and brew-tests-coverage. 2020-11-30 20:52:27 +01:00