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

[ci] Only run all mac jobs on master and version bump branches #21088

Merged
merged 2 commits into from Apr 16, 2023

Conversation

joshdholtz
Copy link
Member

Motivation and Context

We ran out of CircleCI credits last month for macOS jobs so trying to lighten our ussage a little bit.

Description

Only run full macOS suite on master and version-bump-<x.y.x> branches.

Copy link
Contributor

@ainame ainame left a comment

Choose a reason for hiding this comment

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

main needs to be master otherwise LGTM

filters:
branches:
only:
- main
Copy link
Contributor

Choose a reason for hiding this comment

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

Did we switch the default branch to main? We should try that switching, though.

Suggested change
- main
- master

@@ -258,16 +264,19 @@ workflows:
name: 'Execute tests on macOS (Xcode 11.7.0, Ruby 2.6)'
xcode_version: '11.7.0'
ruby_version: '2.6'
<<: *important-branches
Copy link
Contributor

Choose a reason for hiding this comment

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

@joshdholtz joshdholtz merged commit cd81a01 into master Apr 16, 2023
9 checks passed
@lacostej lacostej deleted the joshdholtz-ci-run-less-mac-jobs branch November 24, 2023 14:14
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