Skip to content

Commit

Permalink
Increase timelimits a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 11, 2024
1 parent f43bc2d commit d688946
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .ci/wrf_compilation_tests-cmake.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"submit_options" :
{
"timelimit" : "00:12:30",
"timelimit" : "00:20:00",
"working_directory" : "..",
"arguments" :
{
Expand Down Expand Up @@ -49,53 +49,53 @@
"cmake-gnu-dm+sm" : { "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } },

"cmake-intel-classic-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},

"cmake-intel-llvm-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},

"cmake-pgi-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:20:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
}
}

0 comments on commit d688946

Please sign in to comment.