diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae6ea9d0561ce4e70d8e6cb63c1bae8248f17b2e..724cf735c7c1e067d19ce629d94ee6b7084a6c95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ deploy-int-release-dev-cscs: RELEASE_NAME: EBRAINS-test resource_group: shared-NFS-mount-dev-cscs rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/ && $CI_PIPELINE_SOURCE != "schedule" + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /platform\/esd/ && $CI_PIPELINE_SOURCE != "schedule" # Deploy the production release of tools (manual pipeline) # deploy on the production environment of the okd prod cluster at CSCS @@ -229,7 +229,7 @@ sync-gitlab-spack-instance: - spack_logs when: always rules: - - if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "experimental_rel" || $CI_COMMIT_BRANCH =~ /^ebrains/) && $CI_PROJECT_NAMESPACE =~ /technical-coordination/ && $CI_PIPELINE_SOURCE != "schedule" + - if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "experimental_rel" || $CI_COMMIT_BRANCH =~ /^ebrains/) && $CI_PROJECT_NAMESPACE =~ /platform\/esd/ && $CI_PIPELINE_SOURCE != "schedule" when: manual test-gitlab-spack-instance: diff --git a/README.md b/README.md index bda3ff5d6c20dcf541b17b9ee63221913d46d17c..7f141bc3af9ac79d17e72e6767537c9e6a77e50f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To install the EBRAINS Spack environment on a new machine, it is recommended to Clone this repository. You can use the `ebrains-yy-mm` branches to install the EBRAINS official releases, the `experimental-rel` branch for the experimental release, or the `master` branch for the latest state: ``` -git clone --branch {branch-name} https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds.git +git clone --branch {branch-name} https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds.git ``` Clone Spack. We currently use version v0.21.1: @@ -73,4 +73,4 @@ spack install --fresh ## Troubleshooting -If you encounter any issues with installing, testing, or using the EBRAINS Spack environment or a specific package, please [open an issue](https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds/-/issues/new) using the provided templates, or contact the Technical Coordination team directly. +If you encounter any issues with installing, testing, or using the EBRAINS Spack environment or a specific package, please [open an issue](https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds/-/issues/new) using the provided templates, or contact the Technical Coordination team directly. diff --git a/packages/py-elephant/package.py b/packages/py-elephant/package.py index b2fc8ce45ce06d39b81e60fd694f9f83978450fd..6827a99c78fdd8596a35a64d4ee115163b40c227 100644 --- a/packages/py-elephant/package.py +++ b/packages/py-elephant/package.py @@ -83,5 +83,5 @@ class PyElephant(PythonPackage, CudaPackage): def install_test(self): pytest = which('pytest') # skip some tests that seem to fail on HPC deployments, - # see https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds/-/issues/38 + # see https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds/-/issues/38 pytest('-k', 'not test_WPLI_ground_truth_consistency_real_LFP_dataset and not test_multitaper_cohere_perfect_cohere')