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

release testing improvements #7568

Merged
merged 1 commit into from
Feb 3, 2025
Merged

release testing improvements #7568

merged 1 commit into from
Feb 3, 2025

Conversation

Anton-4
Copy link
Collaborator

@Anton-4 Anton-4 commented Feb 1, 2025

No description provided.

@Anton-4 Anton-4 changed the title moved aarch64 apple test release testing changes Feb 1, 2025
@Anton-4 Anton-4 changed the title release testing changes release testing improvements Feb 1, 2025
Copy link
Collaborator Author

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

Comment on lines -26 to -29
- 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
Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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
@Anton-4 Anton-4 force-pushed the release-tests-changes branch from edfca23 to 9635063 Compare February 1, 2025 19:04

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)
Copy link
Collaborator Author

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!

@Anton-4 Anton-4 merged commit 9ea4b10 into main Feb 3, 2025
19 checks passed
@Anton-4 Anton-4 deleted the release-tests-changes branch February 3, 2025 11:43
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.

2 participants