Skip to content

fix: observedGeneration not updating on spec changes for RAGEngine, Workspace, and InferenceSet #611

fix: observedGeneration not updating on spec changes for RAGEngine, Workspace, and InferenceSet

fix: observedGeneration not updating on spec changes for RAGEngine, Workspace, and InferenceSet #611

name: RAGEngine E2E Tests
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
paths:
- 'test/**'
- 'pkg/ragengine/**'
- '.github/**'
- 'presets/ragengine/**'
env:
GO_VERSION: "1.24"
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
run-e2e:
strategy:
fail-fast: false
matrix:
node-provisioner: [gpuprovisioner] # WIP: azkarpenter]
permissions:
contents: read
id-token: write
statuses: write
uses: ./.github/workflows/ragengine-e2e-workflow.yaml
with:
git_sha: ${{ github.event.pull_request.head.sha }}
node_provisioner: ${{ matrix.node-provisioner }}