Skip to content

Commit

Permalink
feat: make CI against 'next' python version not-required
Browse files Browse the repository at this point in the history
As discussed in
#31503 (comment),
let's make the CI checks against the `next` version of python optional.

This PR needs to get through as policies that live on `master` in
`.asf.yml` are applied to ongoing PRs. After this is merged, I'll add
the solution described in #31503,
that should mark the related failing jobs as `neutral`, which should
show as grey in the GitHub UI.
  • Loading branch information
mistercrunch committed Jan 7, 2025
1 parent d68f8d1 commit 9bea298
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,13 @@ github:
- dependency-review
- frontend-build
- pre-commit (current)
- pre-commit (next)
- pre-commit (previous)
- test-mysql
- test-postgres (current)
- test-postgres (next)
- test-postgres-hive
- test-postgres-presto
- test-sqlite
- unit-tests (current)
- unit-tests (next)

required_pull_request_reviews:
dismiss_stale_reviews: false
Expand Down

0 comments on commit 9bea298

Please sign in to comment.