Skip to content

Commit b74c84f

Browse files
authored
Merge pull request #9783 from hppritcha/topic/lanl_ci_add_more_time
lanl-ci: update batch time
2 parents 5d15abf + 0f92863 commit b74c84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
SCHEDULER_PARAMETERS: "-pgeneral -t 2:00:00 -N 1 --ntasks-per-node=16"
2+
SCHEDULER_PARAMETERS: "-pgeneral -t 4:00:00 -N 1 --ntasks-per-node=16"
33
GIT_STRATEGY: clone
44
NPROCS: 4
55

@@ -34,7 +34,7 @@ build:ibm:
3434
stage: build
3535
tags: [darwin-slurm-shared]
3636
variables:
37-
SCHEDULER_PARAMETERS: "-ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
37+
SCHEDULER_PARAMETERS: "-ppower9 -t 4:00:00 -N 1 --ntasks-per-node=16"
3838
script:
3939
- module load ibm
4040
- rm .gitmodules
@@ -59,7 +59,7 @@ build:amd:
5959
stage: build
6060
tags: [darwin-slurm-shared]
6161
variables:
62-
SCHEDULER_PARAMETERS: "-pamd-rome -t 2:00:00 -N 1 --ntasks-per-node=16"
62+
SCHEDULER_PARAMETERS: "-pamd-rome -t 4:00:00 -N 1 --ntasks-per-node=16"
6363
script:
6464
- module load aocc/3.0.0
6565
- rm .gitmodules

0 commit comments

Comments
 (0)