Skip to content

Commit

Permalink
Increase the GDASApp build wallclock (#3298)
Browse files Browse the repository at this point in the history
This increases the build wallclock and number of cores on compute build for the GDASApp to prevent CI
timeouts.

Resolves #3296 

---------

Co-authored-by: Rahul Mahajan <[email protected]>
  • Loading branch information
DavidHuber-NOAA and aerorahul authored Feb 5, 2025
1 parent eee404c commit 3d6c13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/build_opts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ build:
walltime: "00:10:00"

gdas:
command: "./build_gdas.sh -j 12"
command: "./build_gdas.sh -j 24"
log: "build_gdas.log"
cores: 12
walltime: "01:00:00"
cores: 24
walltime: "01:30:00"

0 comments on commit 3d6c13e

Please sign in to comment.