Skip to content

Commit

Permalink
(maint) Remove github macos tests
Browse files Browse the repository at this point in the history
These have been causing intermittent, and not so intermittent failures
that appear to be due to extremely poor performance from the gihub
runners, corroroborated by some online reports which also noted that
they're expensive (per minute?).

Given that and the fact that no one's actively developing puppetdb
from macos right now, remove the tests with the expectation that
if/when we restore them, we'll restore them elsewhere.
  • Loading branch information
rbrw authored and austb committed Nov 7, 2023
1 parent f742e74 commit bcdff76
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,6 @@ jobs:
os: ubuntu-20.04
ruby: '2.7'

# macos
- os: macos-11
flavor: core+ext/openjdk11/pg-11
ruby: '2.7'
- os: macos-11
flavor: int/openjdk11/pup-7.x/srv-7.x/pg-11/rich
ruby: '2.7'
- os: macos-11
flavor: rspec/pup-7.x
ruby: '2.7'

steps:
- name: Compute job outputs
id: computed
Expand Down

0 comments on commit bcdff76

Please sign in to comment.