Skip to content

Commit

Permalink
Remove references to the old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasileios Karakasis committed May 29, 2022
1 parent c979008 commit e1226b6
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
message:
opened:
header: "Hello @{name}, Thank you for submitting the Pull Request!"
footer: "Do see the ReFrame [Coding Style Guide](https://github.com/eth-cscs/reframe/wiki/coding-style-guide)"
footer: "Do see the ReFrame [Coding Style Guide](https://github.com/reframe-hpc/reframe/wiki/coding-style-guide)"
updated:
header: "Hello @{name}, Thank you for updating!"
footer: "Do see the ReFrame [Coding Style Guide](https://github.com/eth-cscs/reframe/wiki/coding-style-guide)"
footer: "Do see the ReFrame [Coding Style Guide](https://github.com/reframe-hpc/reframe/wiki/coding-style-guide)"
no_errors: "Cheers! There are no PEP8 issues in this Pull Request!"

only_mention_files_with_errors: True
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contributing to ReFrame

We are glad to accept contributions to this project from interested parties.
We are glad to accept contributions to this project from interested parties.
You can contribute with new ReFrame tests, new features or bug fixes.
Before submitting your contribution, please have a look into our [coding style guide](https://github.com/eth-cscs/reframe/wiki/Coding-Style-Guide) and our [contribution guidelines](https://github.com/eth-cscs/reframe/wiki/Contributing-to-ReFrame).
Before submitting your contribution, please have a look into our [coding style guide](https://github.com/reframe-hpc/reframe/wiki/Coding-Style-Guide) and our [contribution guidelines](https://github.com/reframe-hpc/reframe/wiki/Contributing-to-ReFrame).
2 changes: 1 addition & 1 deletion ci-scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tmpdir=$(mktemp -d)
echo "Deploying ReFrame version $version ..."
echo "Working directory: $tmpdir ..."
cd $tmpdir
git clone https://${_gh_creds_prefix}github.com/eth-cscs/reframe.git
git clone https://${_gh_creds_prefix}github.com/reframe-hpc/reframe.git
cd reframe
./bootstrap.sh
found_version=$(./bin/reframe -V | sed -e 's/\(.*\)\+.*/\1/g')
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
'display_github': True,
# Set the following variables to generate the resulting github URL for each page.
# Format Template: https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}
'github_user': 'eth-cscs',
'github_user': 'reframe-hpc',
'github_repo': 'reframe',
# 'github_version': 'master/source/'

Expand Down
3 changes: 0 additions & 3 deletions hpctestlib/microbenchmarks/gpu/gpu_burn.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class gpu_burn_build(rfm.CompileOnlyRegressionTest, pin_prefix=True):
- *None*
'''

# FIXME: We set a default value to the following variable due to:
# https://github.com/eth-cscs/reframe/issues/2477

#: Set the build option to either ``'cuda'`` or ``'hip'``.
#:
#: :type: :class:`str`
Expand Down
2 changes: 1 addition & 1 deletion reframe/frontend/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def main():
# partition environments as the runtime is created, similarly to how the
# system partitions are treated. Currently, this facilitates the
# implementation of fixtures, but we should reconsider it: see discussion
# in https://github.com/eth-cscs/reframe/issues/2245
# in https://github.com/reframe-hpc/reframe/issues/2245
select_options.add_argument(
'-p', '--prgenv', action='append', default=[r'.*'], metavar='PATTERN',
configvar='general/valid_env_names',
Expand Down
2 changes: 1 addition & 1 deletion reframe/schemas/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/reframe/schemas/config.json",
"$id": "https://raw.githubusercontent.com/reframe-hpc/reframe/master/reframe/schemas/config.json",
"title": "Validation schema for ReFrame's configuration file",
"defs": {
"alphanum_string": {
Expand Down
2 changes: 1 addition & 1 deletion reframe/schemas/runreport.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/reframe/schemas/runreport.json",
"$id": "https://raw.githubusercontent.com/reframe-hpc/reframe/master/reframe/schemas/runreport.json",
"title": "Validation schema for ReFrame's run report",
"defs": {
"testcase_type": {
Expand Down
4 changes: 2 additions & 2 deletions reframe/utility/osext.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ def rmtree(*args, max_retries=3, **kwargs):
This version of :func:`rmtree` is mostly provided to work around a race
condition between when ``sacct`` reports a job as completed and when the
Slurm epilog runs. See `gh #291
<https://github.com/eth-cscs/reframe/issues/291>`__ for more information.
<https://github.com/reframe-hpc/reframe/issues/291>`__ for more information.
Furthermore, it offers a work around for NFS file systems where stale
file handles may be present during the :func:`rmtree` call, causing it to
throw a busy device/resource error. See `gh #712
<https://github.com/eth-cscs/reframe/issues/712>`__ for more information.
<https://github.com/reframe-hpc/reframe/issues/712>`__ for more information.
``args`` and ``kwargs`` are passed through to :py:func:`shutil.rmtree`.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = ReFrame-HPC
version = attr: reframe.VERSION
author = CSCS Swiss National Supercomputing Center
description = ReFrame is a powerful framework for writing system regression tests and benchmarks, specifically targeted to HPC systems
url = https://github.com/eth-cscs/reframe
url = https://github.com/reframe-hpc/reframe
license = BSD 3-Clause
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion unittests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_select_subconfig():
assert site_config.get('general/0/check_search_path') == ['c:d']

# Test default values for non-existent name-addressable objects
# See https://github.com/eth-cscs/reframe/issues/1339
# See https://github.com/reframe-hpc/reframe/issues/1339
assert site_config.get('modes/@foo/options') == []
assert site_config.get('modes/10/options') == []

Expand Down
8 changes: 4 additions & 4 deletions unittests/test_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def test_is_interactive(monkeypatch):


def test_is_url():
repo_https = 'https://github.com/eth-cscs/reframe.git'
repo_ssh = '[email protected]:eth-cscs/reframe.git'
repo_https = 'https://github.com/reframe-hpc/reframe.git'
repo_ssh = '[email protected]:reframe-hpc/reframe.git'
assert osext.is_url(repo_https)
assert not osext.is_url(repo_ssh)

Expand Down Expand Up @@ -278,10 +278,10 @@ def test_git_repo_hash_no_git_repo(git_only, monkeypatch, tmp_path):


def test_git_repo_exists(git_only):
assert osext.git_repo_exists('https://github.com/eth-cscs/reframe.git',
assert osext.git_repo_exists('https://github.com/reframe-hpc/reframe.git',
timeout=10)
assert not osext.git_repo_exists('reframe.git', timeout=10)
assert not osext.git_repo_exists('https://github.com/eth-cscs/xxx',
assert not osext.git_repo_exists('https://github.com/reframe-hpc/xxx',
timeout=10)


Expand Down

0 comments on commit e1226b6

Please sign in to comment.