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

Add initial nightly test workflow #2873

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Conversation

AmirhosseinPoolad
Copy link
Contributor

This commit adds the new nightly test workflow to the list of workflows. Unfortunately to test GitHub actions workflows there has to be a version of it in the master branch, but after this PR is merged we can debug and resolve any issues in the "savi_nightly_test" branch so thankfully we don't have to test on master. This workflow can only be manually dispatched so there shouldn't be any automatic runs that could overwhelm the SAVI machines while we're working on the workflow and fixing any potential issues.

@github-actions github-actions bot added the infra Project Infrastructure label Jan 30, 2025
Copy link
Contributor

@AlexandreSinger AlexandreSinger left a comment

Choose a reason for hiding this comment

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

Hi @AmirhosseinPoolad Thank you for raising this PR! I had a small comment on the GCC version. Its best just to fix this now, so we are testing on the correct version!

Other than that, LGTM


env:
# default compiler for all non-compatibility tests
MATRIX_EVAL: "CC=gcc-11 && CXX=g++-11"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this needs to be GCC 13. This was a leftover before I upgraded the CI to Ubuntu 24.04.

@AmirhosseinPoolad
Copy link
Contributor Author

Good catch!

@AmirhosseinPoolad AmirhosseinPoolad merged commit 183e552 into master Jan 31, 2025
36 checks passed
@AmirhosseinPoolad AmirhosseinPoolad deleted the savi_nightly_test branch January 31, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants