-
Notifications
You must be signed in to change notification settings - Fork 109
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
[ci] Move CSCS tests and configuration out of this repo #2521
Conversation
9cd16e5
to
6e3f34e
Compare
Codecov Report
@@ Coverage Diff @@
## master #2521 +/- ##
=======================================
Coverage 85.81% 85.81%
=======================================
Files 58 58
Lines 10800 10800
=======================================
Hits 9268 9268
Misses 1532 1532
Continue to review full report at Codecov.
|
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.
lgtm
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.
Is config/cscs-ci.py
on the repo left on purpose?
Yes, because it's needed for the CSCS CI that tests the scheduler backends. |
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 is not necessary for this PR but since I saw that you changed the links to reframe-hpc
, I think we also need to change the repo to reframe-hpc in the following files:
.pep8speaks.yml
CONTRIBUTING.md
setup.cfg
ci-scripts/deploy.sh
docs/conf.py
hpctestlib/microbenchmarks/gpu/gpu_burn.py
reframe/frontend/cli.py
reframe/schemas/config.json
reframe/schemas/runreport.json
reframe/utility/osext.py
unittests/test_config.py
unittests/test_utility.py
There are links to the contributing guidelines, to old issues etc..
@ekouts That's a valid observation. I will fix those links. |
The CSCS tests and the CSCS site-specific configuration have been moved to https://github.com/eth-cscs/cscs-reframe-tests.
There are still a couple of subtasks that need to be addressed before we merge this PR (see #2511 for more details).
Addresses #2511.