-
Notifications
You must be signed in to change notification settings - Fork 220
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
[ADP-3093] Temporarily reenable macOS tests #4042
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret agents ?
@@ -144,15 +144,15 @@ steps: | |||
- './nix/regenerate.sh' | |||
agents: | |||
system: ${macos} | |||
if: 0 == 1 # Disabled for now until a macos mini is available | |||
# if: 0 == 1 # Disabled for now until a macos mini is available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to leave it commented out and not deleting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. — It's temporary until will get dedicated macOS Agents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean that once we have those agents you'll un-comment the if: 0 == 1
back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean that once we have those agents you'll un-comment the if: 0 == 1 back?
No, the other way round — once we have those Agents, I will delete the line.
00055eb
to
263cc9f
Compare
dacea72
to
e8f604a
Compare
e8f604a
to
9335c73
Compare
Closing in favor of #4258 . |
This pull request temporarily re-enables our macOS tests.