File tree Expand file tree Collapse file tree 1 file changed +29
-27
lines changed
Expand file tree Collapse file tree 1 file changed +29
-27
lines changed Original file line number Diff line number Diff line change 11stages :
2- - testing-1.6
2+ # - testing-1.6
33 - testing-1.7
44 - documentation
55
6- julia/1.6 :
7- stage : testing-1.6
8- tags :
9- - bauerc-noctua2
10- variables :
11- SCHEDULER_PARAMETERS : " -N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
12- JULIA_DEPOT_PATH : " /scratch/pc2-mitarbeiter/bauerc/.julia-ci"
13- JULIA_NUM_THREADS : " 10"
14- JULIA_EXCLUSIVE : " 1"
15- MKL_DYNAMIC : " false"
16- MKL_NUM_THREADS : " 1"
17- only :
18- - main
19- # - pushes
20- # - tags
21- - merge_requests
22- script :
23- - /bin/bash -l
24- - ml system/CUDA/11.6.0
25- - ml lang/Julia/1.6.5-linux-x86_64
26- - rm -f Manifest.toml
27- - julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.test(; coverage = false);'
6+ # julia/1.6:
7+ # stage: testing-1.6
8+ # tags:
9+ # - bauerc-noctua2
10+ # variables:
11+ # SCHEDULER_PARAMETERS: "-N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
12+ # JULIA_DEPOT_PATH: "/scratch/pc2-mitarbeiter/bauerc/.julia-ci"
13+ # JULIA_NUM_THREADS: "10"
14+ # JULIA_EXCLUSIVE: "1"
15+ # MKL_DYNAMIC: "false"
16+ # MKL_NUM_THREADS: "1"
17+ # only:
18+ # - main
19+ # # - pushes
20+ # # - tags
21+ # - merge_requests
22+ # script:
23+ # - /bin/bash -l
24+ # - ml system/CUDA/11.6.0
25+ # - ml lang/Julia/1.6.5-linux-x86_64
26+ # - rm -f Manifest.toml
27+ # - julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.test(; coverage = false);'
2828
2929# Generates code coverage
3030julia/1.7 :
3131 stage : testing-1.7
3232 tags :
33- - bauerc-noctua2
33+ - bauerc-noctua
3434 variables :
35- SCHEDULER_PARAMETERS : " -N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
35+ # SCHEDULER_PARAMETERS: "-N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
36+ SCHEDULER_PARAMETERS : " -N 1 -n 1 -c 128 --gres=gpu:a100:8 -t 00:15:00 -A pc2-mitarbeiter -p dgx --exclusive"
3637 JULIA_DEPOT_PATH : " /scratch/pc2-mitarbeiter/bauerc/.julia-ci"
3738 JULIA_NUM_THREADS : " 10"
3839 JULIA_EXCLUSIVE : " 1"
@@ -56,9 +57,10 @@ julia/1.7:
5657build-and-deploy-docs :
5758 stage : documentation
5859 tags :
59- - bauerc-noctua2
60+ - bauerc-noctua
6061 variables :
61- SCHEDULER_PARAMETERS : " -N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
62+ # SCHEDULER_PARAMETERS: "-N 1 -n 1 -c 128 --gres=gpu:a100:4 -t 00:15:00 -A pc2-mitarbeiter -p gpu --exclusive"
63+ SCHEDULER_PARAMETERS : " -N 1 -n 1 -c 128 --gres=gpu:a100:8 -t 00:15:00 -A pc2-mitarbeiter -p dgx --exclusive"
6264 JULIA_DEPOT_PATH : " /scratch/pc2-mitarbeiter/bauerc/.julia-ci"
6365 JULIA_NUM_THREADS : " 10"
6466 JULIA_EXCLUSIVE : " 1"
You can’t perform that action at this time.
0 commit comments