-
Notifications
You must be signed in to change notification settings - Fork 116
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
SNOW-1296603: Add daily precommit test #1378
Conversation
d253f19
to
3746d7a
Compare
fail-fast: false | ||
matrix: | ||
os: | ||
- image_name: macos-latest |
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.
@sfc-gh-jdu for this test, do you need to run it all on macos? if not, maybe run it on the larger machien
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.
per our offline discussion, macos is required to run doctests, so let's keep it using mac for now
fail-fast: false | ||
matrix: | ||
os: | ||
- image_name: macos-latest |
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.
maybe use a the larger machine for this one also?
matrix: | ||
os: | ||
- image_name: macos-latest | ||
download_name: macos # it includes doctest |
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.
maybe use larger machine for this one also
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Add daily precommit tests. An example here https://github.com/snowflakedb/snowpark-python/actions/runs/8637285804