Skip to content

Commit

Permalink
Kf 2298 feat common ci: added secret and rocks (#25)
Browse files Browse the repository at this point in the history
* feat: ci for rock build and scan

Summary of changes:
- CI for building and scanning ROCKs
- Added JIRA_URL secret.
- Added rocks to workflow.
- Removed old workflow.
- Updated Jira URL to resolve conflict with other CI.
  • Loading branch information
i-chvets authored Jun 28, 2023
1 parent f870156 commit 7af1462
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_and_scan_rocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,25 @@ on:
#schedule:
# every day at 1:12AM UTC
#- cron: '12 1 * * *'
secrets:
CVE_REPORT_JIRA_URL:
required: true

jobs:
build-scan-rocks:
name: Build and scan ROCKs
strategy:
matrix:
rock:
- admission-webhook
- centraldashboard
- jupyter-pytorch-cuda-full
- jupyter-pytorch-full
- jupyter-scipy
- jupyter-web-app
- kfam
- notebook-controller
- volumes-web-app
uses: canonical/charmed-kubeflow-workflows/.github/workflows/build_and_scan_rock.yaml@main
with:
rock: ${{ matrix.rock }}

0 comments on commit 7af1462

Please sign in to comment.