diff --git a/.github/workflows/helm-ci.yaml b/.github/workflows/helm-ci.yaml index 4dda9d4..ad46c83 100644 --- a/.github/workflows/helm-ci.yaml +++ b/.github/workflows/helm-ci.yaml @@ -26,7 +26,7 @@ concurrency: jobs: lint: timeout-minutes: 10 - name: Lint + name: Helm lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -91,7 +91,7 @@ jobs: unittest: timeout-minutes: 10 - name: Unit tests + name: Helm unit tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -107,28 +107,6 @@ jobs: - name: Run unit tests run: helm unittest ./client - schema: - timeout-minutes: 10 - name: Schema validation - runs-on: ubuntu-latest - strategy: - matrix: - platform: [aks, bm, eks, oc] - steps: - - uses: actions/checkout@v4 - - - name: Set up Helm - uses: azure/setup-helm@v4 - with: - version: v3.15.4 - - - name: Validate values against schema — ${{ matrix.platform }} - run: | - helm template test-${{ matrix.platform }} ./client \ - -f client/ci/${{ matrix.platform }}-values.yaml \ - > /dev/null - echo "Schema validation passed for ${{ matrix.platform }}" - ingestor-multiarch: timeout-minutes: 10 # Guard: the ingestor image the cluster spawns must be a multi-arch index