Skip to content

Commit e8d823e

Browse files
committed
Revert "Add sakkara-deploy as a submodule and configure chart publishing (#131)"
This reverts commit 723b80f.
1 parent 1a18c88 commit e8d823e

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.github/workflows/release-chart.yaml

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

1918
- name: Configure Git
2019
run: |
@@ -24,7 +23,7 @@ jobs:
2423
- name: Install Helm
2524
uses: azure/setup-helm@v4
2625

27-
- name: Publish PyTorchJob Generator Helm Chart
26+
- name: Run chart-releaser
2827
uses: helm/[email protected]
2928
with:
3029
charts_dir: tools/pytorchjob-generator
@@ -33,15 +32,6 @@ jobs:
3332
env:
3433
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3534

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-
4535
publish:
4636
needs: release
4737
uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)