From d47419c1e8854046220ce485899f994cdbf9e84e Mon Sep 17 00:00:00 2001 From: Fiona Waters Date: Fri, 6 Sep 2024 09:59:55 +0100 Subject: [PATCH] Remove Notebook Image Build and Push steps from release workflow --- .github/workflows/release.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 15063f23a..aae3e3242 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,23 +86,6 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - - name: Notebook Image Build and Push - run: | - gh workflow run image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --ref ${{ github.ref }} --field is-stable=${{ github.event.inputs.is-stable }} --field release-version=${{ github.event.inputs.release-version }} --field quay-organization=${{ github.event.inputs.quay-organization }} - env: - GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }} - shell: bash - - - name: Wait for Notebook image build and push to finish - run: | - # wait for a while for Run to be started - sleep 5 - run_id=$(gh run list --workflow image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --limit 1 --json databaseId --jq .[].databaseId) - gh run watch ${run_id} --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --interval 10 --exit-status - env: - GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }} - shell: bash - - name: Sync ODH Notebooks run: | gh workflow run odh-notebooks-sync.yml \