Skip to content

Solve nonhydro backend edits #2512

Solve nonhydro backend edits

Solve nonhydro backend edits #2512

on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
refresh-message-position: true
message: |
**Mandatory Tests**
Please make sure you run these tests via comment before you merge!
* `cscs-ci run default`
* `launch jenkins spack`
**Optional Tests**
To run benchmarks you can use:
* `cscs-ci run benchmark`
To run tests and benchmarks with the DaCe backend you can use:
* `cscs-ci run dace`
In case your change might affect downstream [icon-exclaim](https://github.com/C2SM/icon-exclaim), please consider running
* `launch jenkins icon`
For more detailed information please look at [CI in the EXCLAIM universe](https://github.com/C2SM/icon-exclaim/wiki).