Skip to content

Bump flask-cors from 3.0.10 to 5.0.0 in /benchmarks/benchmark/tools/locust-load-inference/locust-docker/locust-tasks #1820

Bump flask-cors from 3.0.10 to 5.0.0 in /benchmarks/benchmark/tools/locust-load-inference/locust-docker/locust-tasks

Bump flask-cors from 3.0.10 to 5.0.0 in /benchmarks/benchmark/tools/locust-load-inference/locust-docker/locust-tasks #1820

Workflow file for this run

name: Terraform CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Terraform-Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"
- name: Terraform fmt
id: fmt
run: terraform fmt -check -recursive
- name: Terraform Init
id: init
run: |
terraform -chdir=applications/rag init
terraform -chdir=applications/ray init
terraform -chdir=applications/jupyter init
- name: Terraform Validate
id: validate
run: |
terraform -chdir=applications/rag validate -no-color
terraform -chdir=applications/ray validate -no-color
terraform -chdir=applications/jupyter validate -no-color