Skip to content

Remove compute class node selector from Ray Service head (#1583) #2

Remove compute class node selector from Ray Service head (#1583)

Remove compute class node selector from Ray Service head (#1583) #2

name: ai-ml-gke-ray-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/ai-ml-gke-ray-ci.yml'
- 'ai-ml/gke-ray/**'
pull_request:
paths:
- '.github/workflows/ai-ml-gke-ray-ci.yml'
- 'ai-ml/gke-ray/**'
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Validate terraform
run: |
cd ai-ml/gke-ray/gke-platform
terraform init
terraform validate