Skip to content

CSPL-3723: Initial implementation for GenAI deployment with AIPlatform & AIService controllers #40

CSPL-3723: Initial implementation for GenAI deployment with AIPlatform & AIService controllers

CSPL-3723: Initial implementation for GenAI deployment with AIPlatform & AIService controllers #40

Workflow file for this run

name: Build and Test
on:
pull_request: {}
push:
branches:
- main
- develop
- CSPL-3725
permissions:
actions: read
contents: read
security-events: write
jobs:
check-formatting:
uses: ./.github/workflows/check-formatting.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml
needs: check-formatting
build-image:
uses: ./.github/workflows/build-image.yml
needs: unit-tests
vulnerability-scan:
uses: ./.github/workflows/vulnerability-scan.yml
needs: build-image
smoke-tests:
uses: ./.github/workflows/smoke-tests.yml
needs: vulnerability-scan