Skip to content

Commit

Permalink
add cscs-ci run to test reminder script
Browse files Browse the repository at this point in the history
trigger QA for tools and model in the same action
trigger QA run on pull_request [open,reopened, synchronize]
  • Loading branch information
halungge committed Oct 4, 2023
1 parent 18ddbbc commit 3d606fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 70 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/icon4py-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,10 @@ on:
push:
branches:
- main
paths-ignore:
- "tools/**"
pull_request:
branches:
- main
paths-ignore:
- "tools/**"
types: [opened, reopened, assigned, ready_for_review]
pull_request_review:
branches:
- main
paths-ignore:
- "tools/**"
types: [submitted]

types: [opened, reopened, synchronize]
jobs:
pre-commit-icon4py-model:
runs-on: ubuntu-latest
Expand All @@ -46,6 +35,9 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r ./requirements-dev.txt
python -m pip list
- name: Run checks in icon4pytools
run: |
pre-commit run --config tools/.pre-commit-config.yaml --all-files
- name: Run checks icon4py-model-common
run: |
pre-commit run --config model/common/.pre-commit-config.yaml --all-files
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/icon4pytools-qa.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/mandatory_and_optional_test_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
Please make sure you run these tests via comment before you merge!
* `cscs-ci run`
* `launch jenkins spack`
**Optional Tests**
Expand Down

0 comments on commit 3d606fe

Please sign in to comment.