Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 352d2ab

Browse files
committed
Fix gitlab for ruby
1 parent e86d157 commit 352d2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/custom-jobs-and-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414

1515
# Ruby
1616
# Arguments for top level allocation
17-
RUBY_SHARED_ALLOC: "--mpi=none --exclusive --reservation=ci --time=20 --nodes=1"
17+
RUBY_SHARED_ALLOC: "--exclusive --reservation=ci --time=20 --nodes=1"
1818
# Arguments for job level allocation
1919
RUBY_JOB_ALLOC: "--mpi=none --reservation=ci --nodes=1"
2020
# Add variables that should apply to all the jobs on a machine:

0 commit comments

Comments
 (0)