File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
17+ submodules : true
1718
1819 - name : Configure Git
1920 run : |
2324 - name : Install Helm
2425 uses : azure/setup-helm@v4
2526
26- - name : Run chart-releaser
27+ - name : Publish PyTorchJob Generator Helm Chart
2728 uses : helm/chart-releaser-action@v1.6.0
2829 with :
2930 charts_dir : tools/pytorchjob-generator
3233 env :
3334 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
3435
36+ - name : Publish Sakkara Scheduler Helm Chart
37+ uses : helm/chart-releaser-action@v1.6.0
38+ with :
39+ charts_dir : sakkara-deploy/install/sakkara-scheduler
40+ packages_with_index : true
41+ skip_existing : true
42+ env :
43+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
44+
3545 publish :
3646 needs : release
3747 uses : project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main
Original file line number Diff line number Diff line change 22 path = scheduler-plugins
33 url = https://github.com/kubernetes-sigs/scheduler-plugins.git
44 branch = release-1.28
5+ [submodule "sakkara-deploy "]
6+ path = sakkara-deploy
7+ url = git@github.com:atantawi/sakkara-deploy.git
You can’t perform that action at this time.
0 commit comments