feat(components): Introduce max_wait_duration to custom job to v1 GCP… #322
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: KFP backend visualization tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
paths: | |
- '.github/workflows/backend-visualization.yml' | |
- 'backend/src/apiserver/visualization/**' | |
- 'test/presubmit-backend-visualization.sh' | |
jobs: | |
backend-visualization-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.9' | |
- name: Run tests | |
run: ./test/presubmit-backend-visualization.sh |