From ecd9e02c15a1a289f2c5b096c09864ea3aa7fca0 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 8 Apr 2025 16:19:58 +0200 Subject: [PATCH 1/3] stop using Ubuntu 20.04 in CI workflows --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/detect_html.yml | 2 +- .github/workflows/script_module_list.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16702545f2ff..ec6338fa0a02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ permissions: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v3 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d5adbd453d6..223631e84621 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ permissions: contents: write # to fetch code (actions/checkout) + deploy docs to GitHub Pages (gh-pages branch) jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v3 diff --git a/.github/workflows/detect_html.yml b/.github/workflows/detect_html.yml index 5f679e08c823..aee635167cb0 100644 --- a/.github/workflows/detect_html.yml +++ b/.github/workflows/detect_html.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: html-check: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/script_module_list.yml b/.github/workflows/script_module_list.yml index fde0990ca566..645ece683309 100644 --- a/.github/workflows/script_module_list.yml +++ b/.github/workflows/script_module_list.yml @@ -14,7 +14,7 @@ permissions: read-all jobs: flake8-lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Lint steps: - name: Check out source repository @@ -46,4 +46,4 @@ jobs: - name: Test with pytest run: | cd scripts/available_software - ./test.sh \ No newline at end of file + ./test.sh From 9b242bcfcea2cb808a995965f1ad7e3dddc084c7 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 8 Apr 2025 16:29:30 +0200 Subject: [PATCH 2/3] update URLs to EasyBuild documentation --- mkdocs/docs/HPC/easybuild.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/HPC/easybuild.md b/mkdocs/docs/HPC/easybuild.md index 668eb9ad767b..ea64cbf04f71 100644 --- a/mkdocs/docs/HPC/easybuild.md +++ b/mkdocs/docs/HPC/easybuild.md @@ -97,7 +97,7 @@ EasyBuild provides a large collection of readily available software versions, combined with a particular toolchain version. Use the `--search` (or `-S`) functionality to see which different 'easyconfigs' (build recipes, see -) are available: +) are available: ``` $ eb -S example-1.2 @@ -137,7 +137,7 @@ eb example-1.2.5-intel-{{ current_year}}a.eb --robot --try-toolchain=intel,{{ cu To install other, not yet supported, software, you will need to provide the required easyconfig files yourself. See - +. for more information. ## Using the installed modules From 2da27c090f2e0bb0119abb22b029ac2b7739b933 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 8 Apr 2025 16:30:55 +0200 Subject: [PATCH 3/3] replace kualo URL with StackOverflow URL --- mkdocs/docs/HPC/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/troubleshooting.md b/mkdocs/docs/HPC/troubleshooting.md index 9de1484c0bf9..be651e0f5b27 100644 --- a/mkdocs/docs/HPC/troubleshooting.md +++ b/mkdocs/docs/HPC/troubleshooting.md @@ -211,7 +211,7 @@ problem, please contact {{ hpcinfo }} and include the following information: {% if OS == windows %} Please create a log file of your SSH session by following the steps in -[this article](https://my.kualo.com/knowledgebase/?kbcat=0&article=888) +[this article](https://stackoverflow.com/a/21232019/1467322) and include it in the email. ### Change PuTTY private key for a saved configuration