@@ -12,47 +12,15 @@ variables:
1212# named so that we are sure to retrieve it and avoid collisions.
1313 ALLOC_NAME : ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
1414
15- # Ruby
16- # Arguments for top level allocation
17- RUBY_SHARED_ALLOC : " --mpi=none --exclusive --reservation=ci --time=20 --nodes=1"
18- # Arguments for job level allocation
19- RUBY_JOB_ALLOC : " --mpi=none --reservation=ci --nodes=1"
20- # Add variables that should apply to all the jobs on a machine:
21- # RUBY_MY_VAR: "..."
22-
23- # Poodle
24- # Arguments for top level allocation
25- POODLE_SHARED_ALLOC : " --exclusive --partition=pdebug --time=10 --nodes=1"
26- # Arguments for job level allocation
27- POODLE_JOB_ALLOC : " --nodes=1"
28- # Add variables that should apply to all the jobs on a machine:
29- # POODLE_MY_VAR: "..."
30-
31- # Corona
32- # Arguments for top level allocation
33- # OPTIONAL: "-o per-resource.count=2" allows to get 2 jobs running on each node.
34- CORONA_SHARED_ALLOC : " --exclusive --time-limit=15m --nodes=1"
35- # Arguments for job level allocation
36- CORONA_JOB_ALLOC : " --nodes=1 --begin-time=+5s"
37- # Add variables that should apply to all the jobs on a machine:
38- # CORONA_MY_VAR: "..."
39-
4015# Tioga
4116# Arguments for top level allocation
4217# OPTIONAL: "-o per-resource.count=2" allows to get 2 jobs running on each node.
43- TIOGA_SHARED_ALLOC : " --queue=pci --exclusive --time-limit=15m --nodes=1"
18+ # TIOGA_SHARED_ALLOC: "--queue=pci --exclusive --time-limit=15m --nodes=1"
4419# Arguments for job level allocation
45- TIOGA_JOB_ALLOC : " --nodes=1 --begin-time=+5s"
20+ # TIOGA_JOB_ALLOC: "--nodes=1 --begin-time=+5s"
4621# Add variables that should apply to all the jobs on a machine:
4722# TIOGA_MY_VAR: "..."
4823
49- # Lassen uses a different job scheduler (spectrum lsf) that does not allow
50- # pre-allocation the same way slurm does. Arguments for job level allocation
51- LASSEN_JOB_ALLOC : " 1 -W 30 -q pci"
52- # Add variables that should apply to all the jobs on a machine:
53- # LASSEN_MY_VAR: "..."
54-
55-
5624# Configuration shared by build and test jobs specific to this project.
5725# Not all configuration can be shared. Here projects can fine tune the
5826# CI behavior.
0 commit comments