Skip to content

Commit 8c326eb

Browse files
committed
matrix: set jobs to 6
problem: fedora40 on arm64 is taking more than two hours, also runners have gotten bigger and our job count has not solution: increase jobs from 4 to 6, we need to see if this causes failures due to OOM or similar, and possibly decrease the count for the testing phase
1 parent 8e1fcf5 commit 8c326eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/generate-matrix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def add_build(
8383
name=None,
8484
image="fedora40",
8585
args=default_args,
86-
jobs=4,
86+
jobs=6,
8787
env=None,
8888
docker_tag=False,
8989
test_s3=False,
@@ -293,7 +293,6 @@ def __str__(self):
293293
image="bookworm",
294294
coverage_flags="ci-basic",
295295
coverage=True,
296-
jobs=4,
297296
args="--with-flux-security --enable-caliper",
298297
)
299298

@@ -311,7 +310,6 @@ def __str__(self):
311310
coverage_flags="ci-system",
312311
image="el8",
313312
coverage=True,
314-
jobs=4,
315313
command_args="--system",
316314
args="--with-flux-security --enable-caliper",
317315
)

0 commit comments

Comments
 (0)