Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ens-WCDA-ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Oct 16, 2024
2 parents dcd4322 + e1fcce1 commit ddc5445
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [pull_request, push, workflow_dispatch]
jobs:

ci_pytest:
runs-on: ubuntu-latest
name: Run unit tests on CI system
runs-on: ubuntu-22.04
name: Run unit tests on CI system
permissions:
checks: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
pull-requests: 'write'

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and deploy documentation

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

getlabels:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
labels: ${{ steps.id.outputs.labels }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

jobs:
lint-shell:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
security-events: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

getlabels:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
labels: ${{ steps.id.outputs.labels }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
passed:
if: contains( needs.getlabels.outputs.labels, 'CI-Orion-Passed') && github.event.pull_request.merged
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- getlabels

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pynorms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
check_norms:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Check Python coding norms with pycodestyle

steps:
Expand Down
2 changes: 0 additions & 2 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -1214,12 +1214,10 @@ case ${step} in
"C768")
tasks_per_node=21
threads_per_task=6
memory="23GB"
;;
"C1152")
tasks_per_node=9
threads_per_task=14
memory="50GB"
;;
*)
tasks_per_node=21
Expand Down

0 comments on commit ddc5445

Please sign in to comment.