Skip to content

Commit 723b80f

Browse files
authored
Add sakkara-deploy as a submodule and configure chart publishing (#131)
1 parent dab1edb commit 723b80f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/release-chart.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
submodules: true
1718

1819
- name: Configure Git
1920
run: |
@@ -23,7 +24,7 @@ jobs:
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/[email protected]
2829
with:
2930
charts_dir: tools/pytorchjob-generator
@@ -32,6 +33,15 @@ jobs:
3233
env:
3334
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3435

36+
- name: Publish Sakkara Scheduler Helm Chart
37+
uses: helm/[email protected]
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

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
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 = [email protected]:atantawi/sakkara-deploy.git

sakkara-deploy

Submodule sakkara-deploy added at 909d3e3

0 commit comments

Comments
 (0)