Enable CI pipeline on Todi #2849
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |