Run ci on perlmutter and add method to run on perlmutter #1360
Run ci on perlmutter and add method to run on perlmutter #1360shahzebsiddiqui merged 3 commits intodevelfrom
Conversation
Codecov ReportBase: 71.22% // Head: 72.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## devel #1360 +/- ##
==========================================
+ Coverage 71.22% 72.76% +1.54%
==========================================
Files 57 57
Lines 6160 6160
Branches 1066 1066
==========================================
+ Hits 4387 4482 +95
+ Misses 1773 1678 -95
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
see CI pipeline https://software.nersc.gov/NERSC/buildtest/-/jobs/186955 it looks like it failed. You need to define an executor. Atleast for now you should have https://github.com/buildtesters/buildtest-nersc/blob/devel/config.yml#L458-L474. You may want to define a |
@shahzebsiddiqui I have added executors and the pipeline ran without errors. Do you want me to also add the slurm executors in this PR ? |
this looks good for now but yes we probably do need to add more tests in the near future basically to replicate what was done on cori since the system will go down. So please do add similar test to the ones found in https://github.com/buildtesters/buildtest/tree/devel/tests/examples/cori. You can ignore https://github.com/buildtesters/buildtest/blob/devel/tests/examples/cori/burstbuffer.yml test since we dont have burst buffer on Perlmutter but all other test are valid. Note the test will need to be adapted for Perlmutter. |
shahzebsiddiqui
left a comment
There was a problem hiding this comment.
Looks good for initial implementation
Hi @shahzebsiddiqui . Can you please review the PR and suggest any required changes ?