chore(workflow): comment out Docker build step for langflow-all in nightly release (#8727)
chore: Comment out Docker build workflow for langflow-all due to runner limitations * Temporarily disabled the `call_docker_build_main_all` job in the nightly release workflow. * Added a TODO note to revisit this when the runner can accommodate builds with large dependencies like PyTorch.
This commit is contained in:
parent
8bac1094c9
commit
e73c62636f
1 changed files with 10 additions and 9 deletions
19
.github/workflows/release_nightly.yml
vendored
19
.github/workflows/release_nightly.yml
vendored
|
|
@ -235,15 +235,16 @@ jobs:
|
|||
main_version: ${{ inputs.nightly_tag_main }}
|
||||
secrets: inherit
|
||||
|
||||
call_docker_build_main_all:
|
||||
name: Call Docker Build Workflow for langflow-all
|
||||
if: always() && ${{ inputs.build_docker_main == 'true' }}
|
||||
needs: [release-nightly-main]
|
||||
uses: ./.github/workflows/docker-build.yml
|
||||
with:
|
||||
release_type: nightly-main-all
|
||||
main_version: ${{ inputs.nightly_tag_main }}
|
||||
secrets: inherit
|
||||
# TODO: Uncomment this when our runner can fit the builds that contain pytorch (and other large dependencies)
|
||||
# call_docker_build_main_all:
|
||||
# name: Call Docker Build Workflow for langflow-all
|
||||
# if: always() && ${{ inputs.build_docker_main == 'true' }}
|
||||
# needs: [release-nightly-main]
|
||||
# uses: ./.github/workflows/docker-build.yml
|
||||
# with:
|
||||
# release_type: nightly-main-all
|
||||
# main_version: ${{ inputs.nightly_tag_main }}
|
||||
# secrets: inherit
|
||||
|
||||
call_docker_build_main_ep:
|
||||
name: Call Docker Build Workflow for Langflow with Entrypoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue