Skip to content

Commit

Permalink
disable java builds
Browse files Browse the repository at this point in the history
retrigger jobs
  • Loading branch information
pPrecel committed Jul 18, 2024
1 parent 165ac20 commit 342873b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
dockerfile: python312/Dockerfile
context: components/runtimes/python

build-java17:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: function-runtime-java17-jvm-alpha
dockerfile: Dockerfile-jvm-runtime
context: components/runtimes/java17
# skipped because Dockerfile uses illegal external images and that needs additional investigation
# build-java17:
# uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
# with:
# name: function-runtime-java17-jvm-alpha
# dockerfile: Dockerfile-jvm-runtime
# context: components/runtimes/java17
17 changes: 9 additions & 8 deletions .github/workflows/build-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ jobs:
context: components/runtimes/python
tags: ${{ needs.compute-tags.outputs.tags }}

build-java17:
needs: compute-tags
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: function-runtime-java17-jvm-alpha
dockerfile: Dockerfile-jvm-runtime
context: components/runtimes/java17
tags: ${{ needs.compute-tags.outputs.tags }}
# skipped because Dockerfile uses illegal external images and that needs additional investigation
# build-java17:
# needs: compute-tags
# uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
# with:
# name: function-runtime-java17-jvm-alpha
# dockerfile: Dockerfile-jvm-runtime
# context: components/runtimes/java17
# tags: ${{ needs.compute-tags.outputs.tags }}

0 comments on commit 342873b

Please sign in to comment.