Skip to content

Commit

Permalink
Update runtime versions and aws region for test deployments (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro authored Dec 11, 2024
1 parent 2d5726c commit ffa9c41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2.0"
image_version_before: "12.5.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.2.0
FROM quay.io/astronomer/astro-runtime:12.5.0
4 changes: 2 additions & 2 deletions 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.2.0
runtime_version: 12.5.0
dag_deploy_enabled: true
ci_cd_enforcement: false
scheduler_size: SMALL
Expand All @@ -13,7 +13,7 @@ deployment:
workspace_name: Deploy Action E2E
deployment_type: STANDARD
cloud_provider: AWS
region: us-east-1
region: us-west-2
default_task_pod_cpu: "0.25"
default_task_pod_memory: 0.5Gi
resource_quota_cpu: "10"
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0
runtime_version: 12.5.0
dag_deploy_enabled: true
ci_cd_enforcement: false
scheduler_size: SMALL
Expand All @@ -13,7 +13,7 @@ deployment:
workspace_name: Deploy Action E2E
deployment_type: STANDARD
cloud_provider: AWS
region: us-east-1
region: us-west-2
default_task_pod_cpu: "0.25"
default_task_pod_memory: 0.5Gi
resource_quota_cpu: "10"
Expand Down

0 comments on commit ffa9c41

Please sign in to comment.