Skip to content

Commit

Permalink
Add support for multiple schedules to Prefect server and CLI (#11971)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Brookins <andrew.b@prefect.io>
  • Loading branch information
bunchesofdonald and abrookins committed Feb 20, 2024
1 parent a40547d commit 7b52e11
Show file tree
Hide file tree
Showing 27 changed files with 3,424 additions and 275 deletions.
24 changes: 23 additions & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,33 @@ jobs:
- prefect-version: "2.5"
server-incompatible: true

# All servers prior to 2.16.0 will not accept `Deployment.schedules`
- prefect-version: "2.6"
server-incompatible: true
- prefect-version: "2.7"
server-incompatible: true
- prefect-version: "2.8"
server-incompatible: true
- prefect-version: "2.9"
server-incompatible: true
- prefect-version: "2.10"
server-incompatible: true
- prefect-version: "2.11"
server-incompatible: true
- prefect-version: "2.12"
server-incompatible: true
- prefect-version: "2.13"
server-incompatible: true
- prefect-version: "2.14"
server-incompatible: true
- prefect-version: "2.15"
server-incompatible: true

# 2.6 containers have a bad version of httpcore installed
- prefect-version: "2.6"
extra_docker_run_options: '--env EXTRA_PIP_PACKAGES="httpcore>=0.16.2"'
server_command: "prefect orion start"

# 2.6/2.7 require `prefect orion start` instead of prefect server start
- prefect-version: "2.7"
server_command: "prefect orion start"
Expand Down
Loading

0 comments on commit 7b52e11

Please sign in to comment.