Skip to content

Commit

Permalink
ci[next]: Enable Github CI on GTIR branch (GridTools#1581)
Browse files Browse the repository at this point in the history
This should be disabled again after our refactoring.
  • Loading branch information
tehrengruber authored Jul 17, 2024
1 parent 81ccb68 commit a40f1af
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_disabled/gt4py-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582

jobs:
code-quality:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-cartesian-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths: # Inverse of corresponding workflow
- "src/gt4py/next/**"
- "tests/next_tests/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-cartesian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths-ignore: # Skip if only gt4py.next and irrelevant doc files have been updated
- "src/gt4py/next/**"
- "tests/next_tests/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-eve-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths-ignore: # Inverse of corresponding workflow
- "src/gt4py/eve/**"
- "tests/eve_tests/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-eve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths: # Run when gt4py.eve files (or package settings) are changed
- "src/gt4py/eve/**"
- "tests/eve_tests/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-next-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths: # Inverse of corresponding workflow
- "src/gt4py/cartesian/**"
- "tests/cartesian_tests/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths-ignore: # Skip if only gt4py.cartesian and irrelevant doc files have been updated
- "src/gt4py/cartesian/**"
- "tests/cartesian_tests/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582

jobs:
test-notebooks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-storage-fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths-ignore: # Inverse of corresponding workflow
- "src/gt4py/storage/**"
- "src/gt4py/cartesian/backend/**" # For DaCe storages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths: # Run when gt4py.storage files (or package settings) are changed
- "src/gt4py/storage/**"
- "src/gt4py/cartesian/backend/**" # For DaCe storages
Expand Down

0 comments on commit a40f1af

Please sign in to comment.