-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
release testing improvements #7568
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.
This testing was moved inside test_nightly_many_os.yml
- name: get the latest release archive for linux (x86_64) | ||
if: startsWith(matrix.os, 'ubuntu') | ||
run: | | ||
curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz |
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.
This stuff got moved into basic_release_test.sh for better re-usability.
ci/basic_nightly_test.sh
Outdated
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.
This was renamed to basic_release_test.sh so it can be used for the alpha releases too.
moved aarch64 apple test typo install z3 for all macos some refactoring fix rm command update rm test linux arm64 too refactor cleanup dir back to normal CI
edfca23
to
9635063
Compare
|
||
jobs: | ||
test-nightly: | ||
name: test nightly macos 13 (x64), ubuntu 20.04/22.04 | ||
name: test nightly macos 13 (x64), macos 14 (aarch64), ubuntu 20.04-24.04 (x64), ubuntu 22.04-24.04 (aarch64) |
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.
github now has arm64 linux CI machines!
No description provided.