Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
env:
AWS_REGION: us-west-2
TF_WORKING_DIR: mlops/infra/terraform/envs/dev
PIPELINE_NAME: digital-twin-resilience-dev-pipeline
PIPELINE_MODE: stub
LLM_PROVIDER: openai
PROCESSING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
TRAINING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
EVALUATION_INSTANCE_TYPE_DEFAULT: ml.t3.medium

steps:
- name: Checkout code
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
env:
AWS_REGION: us-west-2
TF_WORKING_DIR: mlops/infra/terraform/envs/dev
PIPELINE_MODE: stub
PIPELINE_NAME: digital-twin-resilience-dev-pipeline
LLM_PROVIDER: openai
PROCESSING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
TRAINING_INSTANCE_TYPE_DEFAULT: ml.t3.medium
EVALUATION_INSTANCE_TYPE_DEFAULT: ml.t3.medium

steps:
- name: Checkout code
Expand Down
Loading