From f0582c4355c0e69ba4b090965cca6733f02de315 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Mon, 8 Jul 2024 18:54:43 -0700 Subject: [PATCH] Debugging batch jobs was fun. In 1965. --- .github/workflows/presubmit.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 5e1490b6..fe0a9b89 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -47,6 +47,10 @@ jobs: run: | make -C xml validate - - name: Generate core specs (HTML only, for testing) + - name: Generate core specs (full, single threaded) run: | - python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core -O pdf html + python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core/full-nopar -O api c env ext cxx4opencl + + - name: Generate core specs (full, -j) + run: | + python3 makeSpec -clean -spec core QUIET= OUTDIR=out.core/full-par -O -j 5 api c env ext cxx4opencl