-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adding new files for github actions testing of spack package #95
Conversation
23dc314
to
ca96ede
Compare
I tested this on my fork, and it appears that the github interface requires that this spack.yml file is merged into master before we will be able to run tests manually. Therefore, I will temporarily set this to run on PRs (so that the spack tests will run in this PR), and I'll temporarily disable the other CI actions in main.yml (just for this PR) so that we don't waste resources running the automatic checks. After we are confident that the spack test are running as desired, we should set the spack.yml to only run manually and the main.yml tests back to running automatically. |
4e41f9c
to
392d0e1
Compare
@mgates3 The pre-installation tests (make check) both in the cmake and spack build report |
The |
The issue with test_norm |
de4188e
to
18bd29a
Compare
This can be merged |
Using this PR to test new spack package test. Don't merge yet.