From 38f5078f440db45e7136f7a4a559d480c08c8b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Andr=C3=A9=20Reuter?= Date: Tue, 19 Aug 2025 11:01:03 +0200 Subject: [PATCH] Add missing GPU & container opt to jsc-zen3 EasyBlock tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan André Reuter --- test_easyblock_prs_jsc-zen3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_easyblock_prs_jsc-zen3.sh b/test_easyblock_prs_jsc-zen3.sh index da3a17a..fcef256 100755 --- a/test_easyblock_prs_jsc-zen3.sh +++ b/test_easyblock_prs_jsc-zen3.sh @@ -1 +1 @@ -python3 ./boegelbot.py --mode test_pr --github-user boegelbot --repository easybuild-easyblocks --owner SebastianAchilles --host jsc-zen3 --core-cnt 8 --pr-test-cmd "if [[ %(eb_branch)s != 'develop' ]]; then EB_BRANCH=%(eb_branch)s ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=$HOME/easybuild/%(eb_branch)s source init_env_easybuild_develop.sh; fi; EB_PR=%(pr)s EB_ARGS=%(eb_args)s EB_REPO=%(repository)s EB_BRANCH=%(eb_branch)s /opt/software/slurm/bin/sbatch --job-name test_PR_%(pr)s --ntasks=%(core_cnt)s ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh" +python3 ./boegelbot.py --mode test_pr --github-user boegelbot --repository easybuild-easyblocks --owner SebastianAchilles --host jsc-zen3 --gpuhost jsc-zen3-a100 --core-cnt 8 --gpu-job-opt="--partition=jsczen3g --gres=gpu:1" --pr-test-cmd "if [[ %(eb_branch)s != 'develop' ]]; then EB_BRANCH=%(eb_branch)s ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=$HOME/easybuild/%(eb_branch)s source init_env_easybuild_develop.sh; fi; EB_PR=%(pr)s EB_ARGS=%(eb_args)s EB_CONTAINER=%(container)s EB_REPO=%(repository)s EB_BRANCH=%(eb_branch)s /opt/software/slurm/bin/sbatch --job-name test_PR_%(pr)s --ntasks=%(core_cnt)s ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh"