Skip to content

Commit

Permalink
update tests to latest runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Feb 5, 2025
1 parent 34dc617 commit 2c836bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ jobs:
with:
is_wake_on_deploy: ${{ matrix.deployment_id == needs.create-test-deployments.outputs.HIBERNATE_DEPLOYMENT_ID }}
dag_tarball_version_before: ""
image_version_before: "12.5.0"
image_version_before: "12.6.0"
hibernation_spec_before: '{"schedules":[{"isEnabled":true,"hibernateAtCron":"0 * * * *","wakeAtCron":"1 * * * *"},{"isEnabled":true,"hibernateAtCron":"1 * * * *","wakeAtCron":"0 * * * *"}]}'
dag_tarball_version_after: ${{ steps.get-deployment-after-create-preview.outputs.desired_dag_tarball_version }}
image_version_after: ${{ steps.get-deployment-after-create-preview.outputs.desired_image_version }}
Expand Down
2 changes: 1 addition & 1 deletion e2e-setup/astro-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM quay.io/astronomer/astro-runtime:12.5.0
FROM quay.io/astronomer/astro-runtime:12.6.0
2 changes: 1 addition & 1 deletion e2e-setup/deployment-templates/deployment-hibernate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deployment:
configuration:
name: deploy-action-hibernate-e2e
description: ""
runtime_version: 12.5.0
runtime_version: 12.6.0
dag_deploy_enabled: true
ci_cd_enforcement: false
scheduler_size: SMALL
Expand Down
2 changes: 1 addition & 1 deletion e2e-setup/deployment-templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deployment:
configuration:
name: deploy-action-non-dev-e2e
description: ""
runtime_version: 12.5.0
runtime_version: 12.6.0
dag_deploy_enabled: true
ci_cd_enforcement: false
scheduler_size: SMALL
Expand Down

0 comments on commit 2c836bc

Please sign in to comment.