From 41c27a4efe653d909f25a000a52170060e3645ab Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 12 Mar 2025 20:29:41 -0400 Subject: [PATCH 1/2] Revert "fix the patch for chart-release to include Sakkara-deploy" This reverts commit 4a7579388d05d1d0616768c6c4f7a9ff8f55f6a8. --- .github/workflows/release-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 93ba80c..2d6cddf 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -26,7 +26,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: tools + charts_dir: tools/pytorchjob-generator packages_with_index: true skip_existing: true env: From 3af070a55efb5300d37de34da0acd466b42bb771 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 12 Mar 2025 20:31:45 -0400 Subject: [PATCH 2/2] sakkara --- .github/workflows/release-chart.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 2d6cddf..a14c938 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -23,7 +23,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 - - name: Run chart-releaser + - name: Run chart-releaser for pytorchjob-generate uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: tools/pytorchjob-generator @@ -32,6 +32,15 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Run chart-releaser for sakkara-deploy + uses: helm/chart-releaser-action@v1.6.0 + with: + charts_dir: tools/sakkara-deploy + packages_with_index: true + skip_existing: true + env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + publish: needs: release uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main